index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
Age
Commit message (
Expand
)
Author
2007-09-19
Merge -r42152:42153 svn/llvm-project/llvm/trunk
Evan Cheng
2007-09-18
Merge from mainline.
Tanya Lattner
2007-09-18
Merge from mainline.
Tanya Lattner
2007-09-18
Merge from mainline: Fix PR1666, SPASS with the CBE and 254.gap with the CBE.
Tanya Lattner
2007-09-12
Initial support for multi-result patterns:
Evan Cheng
2007-09-12
Revise previous patch per review comments.
Dale Johannesen
2007-09-11
Enable indirect encoding for the personality function
Bill Wendling
2007-09-11
Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.
Evan Cheng
2007-09-11
Added status flags register: EFLAGS.
Evan Cheng
2007-09-11
Add APInt interfaces to APFloat (allows directly
Dale Johannesen
2007-09-11
Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf
Bill Wendling
2007-09-11
Fold the adjust_trampoline intrinsic into
Duncan Sands
2007-09-11
My compiler warns about the semicolon.
Duncan Sands
2007-09-11
The personality function on Darwin needs a global stub. We then refer to
Bill Wendling
2007-09-10
80 col.
Evan Cheng
2007-09-10
New entry.
Evan Cheng
2007-09-10
Add some notes about better flag handling.
Chris Lattner
2007-09-10
It's not safe to rematerialize MOV32r0 etc. by simply cloning the original
Evan Cheng
2007-09-07
TableGen no longer emit CopyFromReg nodes for implicit results in physical
Evan Cheng
2007-09-07
Add missing index versions of instructions to the map.
Bill Wendling
2007-09-07
Avoid storing and reloading zeros and other constants from stack slots
Dan Gohman
2007-09-07
Apply feedback from previous patch.
Dale Johannesen
2007-09-07
Add support for having different alignment for objects on call frames.
Rafael Espindola
2007-09-07
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-06
Next round of APFloat changes.
Dale Johannesen
2007-09-06
Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen:
Evan Cheng
2007-09-05
LVXL and STVXL are also a load and store resp.
Bill Wendling
2007-09-05
Add the 64-bit versions of the DS* Altivec instructions.
Bill Wendling
2007-09-04
Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.
Evan Cheng
2007-09-04
Mac OS X X86-64 ABI is same as the standard.
Evan Cheng
2007-09-03
Reapply r41578 with proper fix
Anton Korobeynikov
2007-08-31
Revise per review of previous patch.
Dale Johannesen
2007-08-31
Initial support for calling functions with byval arguments on x86-64
Rafael Espindola
2007-08-31
Align i64 and f64 at 8 byte on x86-64.
Rafael Espindola
2007-08-31
Enhance APFloat to retain bits of NaNs (fixes oggenc).
Dale Johannesen
2007-08-30
Instruction formats added used to generate multiply instructions of V5TE.
Raul Herbster
2007-08-30
Unused relocation type reloc_arm_absolute removed.
Raul Herbster
2007-08-30
Comments added. It now generates V5TE multiply instructions. However, it is s...
Raul Herbster
2007-08-30
ARM instruction table was modified by adding information to generate multiply...
Raul Herbster
2007-08-30
JITInfo now resolves function addrs and also relocations. It always emits a s...
Raul Herbster
2007-08-30
Added support to fold X86 load / store instructions. This allow rematerialize...
Evan Cheng
2007-08-30
Add a variant of foldMemoryOperand to fold any load / store, not just load / ...
Evan Cheng
2007-08-30
Mark load instructions with isLoad = 1.
Evan Cheng
2007-08-30
Use i64 on a PPC64 machine
Bill Wendling
2007-08-30
Change LegalFPImmediates to use APFloat.
Dale Johannesen
2007-08-29
Move getX86RegNum into X86RegisterInfo and use it
Duncan Sands
2007-08-28
Added method to get Mips register numbers
Bruno Cardoso Lopes
2007-08-28
Changed stack allocation On LowerFORMAL_ARGUMENTS.
Bruno Cardoso Lopes
2007-08-28
Mask directive completed with CalleeSave info
Bruno Cardoso Lopes
2007-08-28
Added methods to record SPOffsets from LowerFORMAL_ARGUMENTS
Bruno Cardoso Lopes
[next]