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
2012-03-29
Handle register copies for the new ARM register classes.
Jakob Stoklund Olesen
2012-03-29
Make x86 REP_MOV* and REP_STO instructions use the correct operand sizes in 6...
Lang Hames
2012-03-29
Expand FREM.
Akira Hatanaka
2012-03-29
Replace assert(0) with llvm_unreachable to avoid warnings about dropping off ...
Benjamin Kramer
2012-03-29
Only allow symbolic names for (v)cmpss/sd/ps/pd encodings 8-31 to be used wit...
Craig Topper
2012-03-29
For X86, change load/dec-or-inc/store into dec-or-inc, respectively.
Joel Jones
2012-03-29
Reverted to revision 153616 to unblock build
Joel Jones
2012-03-29
For X86, change load/dec-or-inc/store into dec-or-inc, respectively.
Joel Jones
2012-03-28
Enable machine code verification in the entire code generator.
Jakob Stoklund Olesen
2012-03-28
Don't kill the base register when expanding strd.
Jakob Stoklund Olesen
2012-03-28
Preserve implicit defs in ARMLoadStoreOptimizer.
Jakob Stoklund Olesen
2012-03-28
Spill DPair registers, not just QPR.
Jakob Stoklund Olesen
2012-03-28
Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."
Jakob Stoklund Olesen
2012-03-28
Add another note about a missed compare with nsw arithmetic instcombine.
Benjamin Kramer
2012-03-28
Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.
Richard Barton
2012-03-28
Turn off post-RA scheduler by default.
Akira Hatanaka
2012-03-28
Turn on post register allocation scheduler.
Akira Hatanaka
2012-03-28
Sort relocation entries before they are written out to a file. MIPS ABI
Akira Hatanaka
2012-03-28
Emit all directives except for ".cprestore" during asm printing rather than emit
Akira Hatanaka
2012-03-28
Mark flag neverHasSideEffects of pattern-less instructions that do not have
Akira Hatanaka
2012-03-27
Add a note about a cute little fabs optimization.
Benjamin Kramer
2012-03-27
Add two missed instcombines related to compares with nsw arithmetic.
Benjamin Kramer
2012-03-27
Remove trailing white space.
Akira Hatanaka
2012-03-27
Add member EmitNOAT and its setter and getter functions to class MipsFunction...
Akira Hatanaka
2012-03-27
ARMLoadStoreOptimizer invalidates register liveness.
Jakob Stoklund Olesen
2012-03-27
Invalidate liveness in Thumb2ITBlockPass.
Jakob Stoklund Olesen
2012-03-27
Prune some includes
Craig Topper
2012-03-27
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-27
Pass the llvm IR pointer value and offset to the constructor of
Akira Hatanaka
2012-03-27
Fix bug in LowerConstantPool.
Akira Hatanaka
2012-03-27
Add T9 to the list of live-in registers of the entry basic block.
Akira Hatanaka
2012-03-27
Retrieve and add the offset of a symbol in applyFixup rather than retrieve and
Akira Hatanaka
2012-03-27
Define function MipsGetSymAndOffset which returns a fixup's symbol and the
Akira Hatanaka
2012-03-27
Rewrite computation of Value in adjustFixupValue so that the upper 48-bits are
Akira Hatanaka
2012-03-27
Reserve hardware registers.
Akira Hatanaka
2012-03-26
ARM has a peephole optimization which looks for a def / use pair. The def
Evan Cheng
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-03-26
Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h
Craig Topper
2012-03-25
Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.
Craig Topper
2012-03-25
Prune some includes and forward declarations.
Craig Topper
2012-03-24
Fix small-integer VAARG on SVR4 ABI PPC64.
Hal Finkel
2012-03-24
PTX: Fix predicate logic bug
Justin Holewinski
2012-03-23
ARM tidy up ARMConstantIsland.cpp.
Jim Grosbach
2012-03-23
Include cstdio in a few place that depended on getting it transitively throug...
Benjamin Kramer
2012-03-23
Move ftostr into its last user (cppbackend) and simplify it a bit.
Benjamin Kramer
2012-03-23
Remove the C backend.
Eric Christopher
2012-03-22
Added soft fail checks for the disassembler when decoding some corner cases o...
Silviu Baranga
2012-03-22
Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...
Silviu Baranga
2012-03-22
Added soft fail cases for the disassembler when decoding MUL instructions on ...
Silviu Baranga
2012-03-22
Remove some unnecessary forward declarations.
Craig Topper
[prev]
[next]