aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-06-29indvars -disable-iv-rewrite: insert new trunc instructions carefully.Andrew Trick
2011-06-29In the ARM global merging pass, allow extraneous alignment specifiers. This passCameron Zwarich
2011-06-29Remove getRegClassForInlineAsmConstraint from the ARM port.Eric Christopher
2011-06-29Remove todo.Eric Christopher
2011-06-29make compose and isMoveInstr static functions.Rafael Espindola
2011-06-29Refactor away tSpill and tRestore pseudos in ARM backend.Jim Grosbach
2011-06-29Add a TODO for the Alpha port inline asm constraints.Eric Christopher
2011-06-29Move Alpha from getRegClassForInlineAsmConstraint toEric Christopher
2011-06-29Update comment for getRegForInlineAsmConstraint for Mips.Eric Christopher
2011-06-29Move the Blackfin port away from getRegClassForInlineAsmConstraint byEric Christopher
2011-06-29Remove getRegClassForInlineAsmConstraint from MBlaze. Add a TODO commentEric Christopher
2011-06-29Remove getRegClassForInlineAsmConstraint for Mips.Eric Christopher
2011-06-29Remove getRegClassForInlineAsmConstraint from sparc.Eric Christopher
2011-06-29Move XCore from getRegClassForInlineAsmConstraint toEric Christopher
2011-06-29Use getRegForInlineAsmConstraint instead of custom defining regclassesEric Christopher
2011-06-29Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and Chad Rosier
2011-06-29Asm parser range checking on .<size> <value> directives.Jim Grosbach
2011-06-29Revert a part of r126557 which could create unschedulable DAGs.Benjamin Kramer
2011-06-29Let simplify cfg simplify bb with only debug and lifetime intrinsics.Rafael Espindola
2011-06-29Fix CMake build.NAKAMURA Takumi
2011-06-29indvars -disable-iv-rewrite: just because SCEV ignores casts doesn'tAndrew Trick
2011-06-29Revert r134047 while investigating a llvm-gcc-i386-linux-selfhostJakob Stoklund Olesen
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng
2011-06-29Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art.Jakob Stoklund Olesen
2011-06-28Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng
2011-06-28Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng
2011-06-28Add MCInstrInfo registeration machinery.Evan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng
2011-06-28Clean up the handling of the x87 fp stack to make it more robust.Jakob Stoklund Olesen
2011-06-28Remove warning: 'c0' may be used uninitialized in this function.Chad Rosier
2011-06-28Print registers by name instead of by number.Jakob Stoklund Olesen
2011-06-28cleanup: misleading comment.Andrew Trick
2011-06-28Implement ISD::VAARG lowering on PPC32.Roman Divacky
2011-06-28PR10210: New method ConstantArray::getAsCString(). Use it in LTO toJay Foad
2011-06-28Cleanup. Fix a stupid variable name.Andrew Trick
2011-06-28SCEVExpander: give new insts a name that identifies the reponsible pass.Andrew Trick
2011-06-28whitespaceAndrew Trick
2011-06-28Fix typo in comment.Nick Lewycky
2011-06-28Fix cmake build.Rafael Espindola
2011-06-28indvars --disable-iv-rewrite: sever ties with IVUsers.Andrew Trick
2011-06-28indvars --disable-iv-rewrite: Defer evaluating s/zext until SCEVAndrew Trick
2011-06-28Fix CMake build by removing this now dead file.Chandler Carruth
2011-06-28Fix a bad iterator dereference that Evan uncovered.Jakob Stoklund Olesen
2011-06-28ARM Thumb2 asm syntax optional destination operand for binary operators.Jim Grosbach
2011-06-27Remove RegClass2VRegMap from MachineRegisterInfo.Evan Cheng
2011-06-27ARM Assembly support for Thumb mov-immediate.Jim Grosbach
2011-06-27Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...Evan Cheng
2011-06-27indvars -disable-iv-rewrite: run RLEV after SimplifyIVUsers forAndrew Trick
2011-06-27During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel