aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move XCore from getRegClassForInlineAsmConstraint toEric Christopher2011-06-292-17/+14
* Use getRegForInlineAsmConstraint instead of custom defining regclassesEric Christopher2011-06-292-56/+24
* Add missing operand. rdar://9694169Evan Cheng2011-06-291-1/+1
* Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and Chad Rosier2011-06-295-68/+11
* Asm parser range checking on .<size> <value> directives.Jim Grosbach2011-06-292-3/+15
* Don't depend on the optimization reverted in r134067.Benjamin Kramer2011-06-292-2/+0
* Revert a part of r126557 which could create unschedulable DAGs.Benjamin Kramer2011-06-292-38/+0
* Change AsmName's type from StringRef to std::string. AsmName was pointing to ...Francois Pichet2011-06-291-1/+1
* Let simplify cfg simplify bb with only debug and lifetime intrinsics.Rafael Espindola2011-06-295-11/+68
* Fix CMake build.NAKAMURA Takumi2011-06-292-1/+1
* indvars -disable-iv-rewrite: just because SCEV ignores casts doesn'tAndrew Trick2011-06-292-0/+38
* Revert r134047 while investigating a llvm-gcc-i386-linux-selfhostJakob Stoklund Olesen2011-06-293-291/+138
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-2923-43/+39
* Trim includeEvan Cheng2011-06-291-1/+0
* Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art.Jakob Stoklund Olesen2011-06-293-138/+291
* build/Darwin: Fix epic typo fail.Daniel Dunbar2011-06-281-1/+1
* Fix a CMake warning, following up to r134008.NAKAMURA Takumi2011-06-281-1/+1
* Unbreak every backend.Evan Cheng2011-06-281-1/+2
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-2832-86/+86
* Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng2011-06-2814-32/+20
* Add MCInstrInfo registeration machinery.Evan Cheng2011-06-283-1/+77
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-2867-120/+165
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-2877-875/+903
* Clean up the handling of the x87 fp stack to make it more robust.Jakob Stoklund Olesen2011-06-287-227/+531
* Reinstate r133516 "Remove some unnecessary uses of c_str()." A trailing nullChad Rosier2011-06-281-6/+6
* Remove warning: 'c0' may be used uninitialized in this function.Chad Rosier2011-06-281-1/+2
* Print registers by name instead of by number.Jakob Stoklund Olesen2011-06-281-6/+7
* cleanup: misleading comment.Andrew Trick2011-06-281-2/+2
* cmake: Our MSVC build does not support config-time build mode.Andrew Trick2011-06-281-1/+1
* Implement ISD::VAARG lowering on PPC32.Roman Divacky2011-06-282-5/+290
* PR10210: New method ConstantArray::getAsCString(). Use it in LTO toJay Foad2011-06-283-9/+30
* FileCheckify and prepare for -disable-iv-rewrite.Andrew Trick2011-06-281-7/+11
* FileCheckize a couple of tests.Jakob Stoklund Olesen2011-06-282-8/+44
* Cleanup. Fix a stupid variable name.Andrew Trick2011-06-281-3/+3
* Cleanup. Fix a stupid variable name.Andrew Trick2011-06-281-3/+3
* SCEVExpander: give new insts a name that identifies the reponsible pass.Andrew Trick2011-06-285-9/+14
* whitespaceAndrew Trick2011-06-281-8/+8
* Fix typo in comment.Nick Lewycky2011-06-281-1/+1
* Fix cmake build.Rafael Espindola2011-06-281-1/+1
* indvars --disable-iv-rewrite: sever ties with IVUsers.Andrew Trick2011-06-282-21/+6
* indvars --disable-iv-rewrite: Defer evaluating s/zext until SCEVAndrew Trick2011-06-281-40/+57
* Fix CMake build by removing this now dead file.Chandler Carruth2011-06-281-1/+0
* FileCheck-ize a test that had the strangest TCL quote I've seen yet: anChandler Carruth2011-06-281-2/+5
* Alternative name enum should go into the enum portion.Evan Cheng2011-06-281-14/+21
* Fix a bad iterator dereference that Evan uncovered.Jakob Stoklund Olesen2011-06-281-2/+4
* ARM Thumb2 asm syntax optional destination operand for binary operators.Jim Grosbach2011-06-282-9/+49
* Remove RegClass2VRegMap from MachineRegisterInfo.Evan Cheng2011-06-272-26/+0
* ARM Assembly support for Thumb mov-immediate.Jim Grosbach2011-06-275-4/+57
* Remove RCBarriers from TargetInstrDesc.Evan Cheng2011-06-273-68/+1
* Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...Evan Cheng2011-06-2714-1777/+0