summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Invalidate liveness in ARMConstantIslandPass.Jakob Stoklund Olesen2012-03-29
* Prefer even-odd D-register pairs.Jakob Stoklund Olesen2012-03-29
* Try using vmov.i32 to materialize FP32 constants that can't be materialized byLang Hames2012-03-29
* ARM assembly 'cmp lr, #0' should not encode using 'cmn'.Jim Grosbach2012-03-29
* Handle register copies for the new ARM register classes.Jakob Stoklund Olesen2012-03-29
* Make x86 REP_MOV* and REP_STO instructions use the correct operand sizes in 6...Lang Hames2012-03-29
* Expand FREM.Akira Hatanaka2012-03-29
* Replace assert(0) with llvm_unreachable to avoid warnings about dropping off ...Benjamin Kramer2012-03-29
* Only allow symbolic names for (v)cmpss/sd/ps/pd encodings 8-31 to be used wit...Craig Topper2012-03-29
* For X86, change load/dec-or-inc/store into dec-or-inc, respectively.Joel Jones2012-03-29
* Reverted to revision 153616 to unblock buildJoel Jones2012-03-29
* For X86, change load/dec-or-inc/store into dec-or-inc, respectively.Joel Jones2012-03-29
* Enable machine code verification in the entire code generator.Jakob Stoklund Olesen2012-03-28
* Don't kill the base register when expanding strd.Jakob Stoklund Olesen2012-03-28
* Preserve implicit defs in ARMLoadStoreOptimizer.Jakob Stoklund Olesen2012-03-28
* Spill DPair registers, not just QPR.Jakob Stoklund Olesen2012-03-28
* Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."Jakob Stoklund Olesen2012-03-28
* Add another note about a missed compare with nsw arithmetic instcombine.Benjamin Kramer2012-03-28
* Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.Richard Barton2012-03-28
* Turn off post-RA scheduler by default.Akira Hatanaka2012-03-28
* Turn on post register allocation scheduler.Akira Hatanaka2012-03-28
* Sort relocation entries before they are written out to a file. MIPS ABIAkira Hatanaka2012-03-28
* Emit all directives except for ".cprestore" during asm printing rather than emitAkira Hatanaka2012-03-28
* Mark flag neverHasSideEffects of pattern-less instructions that do not haveAkira Hatanaka2012-03-28
* Add a note about a cute little fabs optimization.Benjamin Kramer2012-03-27
* Add two missed instcombines related to compares with nsw arithmetic.Benjamin Kramer2012-03-27
* Remove trailing white space.Akira Hatanaka2012-03-27
* Add member EmitNOAT and its setter and getter functions to class MipsFunction...Akira Hatanaka2012-03-27
* ARMLoadStoreOptimizer invalidates register liveness.Jakob Stoklund Olesen2012-03-27
* Invalidate liveness in Thumb2ITBlockPass.Jakob Stoklund Olesen2012-03-27
* Prune some includesCraig Topper2012-03-27
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-27
* Pass the llvm IR pointer value and offset to the constructor ofAkira Hatanaka2012-03-27
* Fix bug in LowerConstantPool. Akira Hatanaka2012-03-27
* Add T9 to the list of live-in registers of the entry basic block. Akira Hatanaka2012-03-27
* Retrieve and add the offset of a symbol in applyFixup rather than retrieve andAkira Hatanaka2012-03-27
* Define function MipsGetSymAndOffset which returns a fixup's symbol and theAkira Hatanaka2012-03-27
* Rewrite computation of Value in adjustFixupValue so that the upper 48-bits areAkira Hatanaka2012-03-27
* Reserve hardware registers.Akira Hatanaka2012-03-27
* ARM has a peephole optimization which looks for a def / use pair. The defEvan Cheng2012-03-26
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.hCraig Topper2012-03-26
* Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.Craig Topper2012-03-25
* Prune some includes and forward declarations.Craig Topper2012-03-25
* Fix small-integer VAARG on SVR4 ABI PPC64.Hal Finkel2012-03-24
* PTX: Fix predicate logic bugJustin Holewinski2012-03-24
* ARM tidy up ARMConstantIsland.cpp.Jim Grosbach2012-03-23
* Include cstdio in a few place that depended on getting it transitively throug...Benjamin Kramer2012-03-23
* Move ftostr into its last user (cppbackend) and simplify it a bit.Benjamin Kramer2012-03-23
* Remove the C backend.Eric Christopher2012-03-23