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
Age
Commit message (
Expand
)
Author
2011-06-27
Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...
Evan Cheng
2011-06-27
indvars -disable-iv-rewrite: run RLEV after SimplifyIVUsers for
Andrew Trick
2011-06-27
During bottom up fast-isel, instructions emitted to materalize registers are ...
Devang Patel
2011-06-27
Calculate GetBestDestForJumpOnUndef correctly.
Jakub Staszak
2011-06-27
ARM Asm parsing of Thumb2 move immediate.
Jim Grosbach
2011-06-27
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-06-27
Add exception necessitated by 133938.
Jim Grosbach
2011-06-27
ARM assembly carry set/clear condition code aliases for 'hi/lo'
Jim Grosbach
2011-06-27
ARM assembler support for ldmfd/stmfd mnemonics.
Jim Grosbach
2011-06-27
ARM assembler support for vpush/vpop.
Jim Grosbach
2011-06-27
ARM Assembly syntax support for arithmetic implied dest operand.
Jim Grosbach
2011-06-27
The index stored in the RegDefIter is one after the current index. When gett...
Owen Anderson
2011-06-27
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-27
pre-RA-sched: Cleanup register pressure tracking.
Andrew Trick
2011-06-27
Track live-out physical registers in MachineDCE.
Jakob Stoklund Olesen
2011-06-27
Teach one piece of scalarrepl to handle lifetime markers. When transforming an
Nick Lewycky
2011-06-27
Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by other
Nick Lewycky
2011-06-27
Grow the X86FloatingPoint register map to hold 16 registers.
Jakob Stoklund Olesen
2011-06-27
Distinguish early clobber output operands from clobbered registers.
Jakob Stoklund Olesen
2011-06-27
Decode and pretty print inline asm operand descriptors.
Jakob Stoklund Olesen
2011-06-26
Remove unused methods.
Rafael Espindola
2011-06-26
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
2011-06-26
Merge SimpleRegisterCoalescing.cpp into RegisterCoalescer.cpp.
Rafael Espindola
2011-06-26
merge SimpleRegisterCoalescing.h into RegisterCoalescer.h.
Rafael Espindola
2011-06-26
Move RegisterCoalescer.h to lib/CodeGen.
Rafael Espindola
2011-06-26
Remove unnecessary wrapper.
Rafael Espindola
2011-06-25
Replace dyn_cast<> with cast<> since the cast is already guarded by the neces...
Chad Rosier
2011-06-25
PTX: Reverting implementation of i8.
Dan Bailey
2011-06-25
Object: Add proper error handling.
Michael J. Spencer
2011-06-25
Make Binary the parent of ObjectFile and update children to new interface.
Michael J. Spencer
2011-06-25
Add Binary class. This is a cleaner parent than ObjectFile.
Michael J. Spencer
2011-06-25
Add Object/Error.
Michael J. Spencer
2011-06-25
Enable tail call optimization in the presence of a byval (x86-32 and x86-64).
Chad Rosier
2011-06-25
Unbreak CMake build
Douglas Gregor
2011-06-24
Add include guard.
Evan Cheng
2011-06-24
Rename TargetDesc to MCTargetDesc
Evan Cheng
2011-06-24
Refactor MachO relocation generaration into the Target directories.
Jim Grosbach
2011-06-24
The scheduler needs to be aware on the existence of untyped nodes when it per...
Owen Anderson
2011-06-24
Fix cmake build.
Rafael Espindola
2011-06-24
Fix struct member's scope. Patch by Xi Wang.
Devang Patel
2011-06-24
Hoist simple check above more complex checking to avoid unnecessary
Chad Rosier
2011-06-24
Revert unintentional check-in.
Devang Patel
2011-06-24
Handle debug info for i128 constants.
Devang Patel
2011-06-24
- Add MCRegisterInfo registration machinery. Also added x86 registration rout...
Evan Cheng
2011-06-24
ARM movw/movt fixups need to mask the high bits.
Jim Grosbach
2011-06-24
tidy up whitespace.
Jim Grosbach
2011-06-24
PTX: Add support for i8 type and introduce associated .b8 registers
Dan Bailey
2011-06-24
The Neon VCVT (between floating-point and fixed-point, Advanced SIMD)
Chad Rosier
2011-06-24
PTX: Add preliminary support for outputting debug information in the form of
Justin Holewinski
2011-06-24
Change the chain input of nodes that load the address of a function. This change
Akira Hatanaka
[next]