aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-29Asm parser range checking on .<size> <value> directives.Jim Grosbach
2011-06-29Don't depend on the optimization reverted in r134067.Benjamin Kramer
2011-06-29Revert a part of r126557 which could create unschedulable DAGs.Benjamin Kramer
2011-06-29Change AsmName's type from StringRef to std::string. AsmName was pointing to ...Francois Pichet
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-29Trim includeEvan Cheng
2011-06-29Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art.Jakob Stoklund Olesen
2011-06-28build/Darwin: Fix epic typo fail.Daniel Dunbar
2011-06-28Fix a CMake warning, following up to r134008.NAKAMURA Takumi
2011-06-28Unbreak every backend.Evan Cheng
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-28Reinstate r133516 "Remove some unnecessary uses of c_str()." A trailing nullChad Rosier
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-28cmake: Our MSVC build does not support config-time build mode.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-28FileCheckify and prepare for -disable-iv-rewrite.Andrew Trick
2011-06-28FileCheckize a couple of tests.Jakob Stoklund Olesen
2011-06-28Cleanup. Fix a stupid variable name.Andrew Trick
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-28FileCheck-ize a test that had the strangest TCL quote I've seen yet: anChandler Carruth
2011-06-28Alternative name enum should go into the enum portion.Evan Cheng
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 RCBarriers from TargetInstrDesc.Evan Cheng
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-27Revert r133516 "Remove some unnecessary uses of c_str()."Chad Rosier
2011-06-27During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel
2011-06-27Fix this test to actually check something and be able to be compiled.Eric Christopher