aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* indvars -disable-iv-rewrite: run RLEV after SimplifyIVUsers forAndrew Trick2011-06-271-4/+6
* Revert r133516 "Remove some unnecessary uses of c_str()."Chad Rosier2011-06-271-6/+6
* During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel2011-06-274-0/+148
* Fix this test to actually check something and be able to be compiled.Eric Christopher2011-06-271-2/+2
* Calculate GetBestDestForJumpOnUndef correctly.Jakub Staszak2011-06-271-1/+3
* ARM Asm parsing of Thumb2 move immediate.Jim Grosbach2011-06-271-2/+3
* More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng2011-06-2718-63/+54
* Add support for alternative register names, useful for instructions whose ope...Owen Anderson2011-06-2714-55/+268
* Add exception necessitated by 133938.Jim Grosbach2011-06-271-1/+1
* ARM assembly carry set/clear condition code aliases for 'hi/lo'Jim Grosbach2011-06-271-0/+2
* ARM assembler support for ldmfd/stmfd mnemonics.Jim Grosbach2011-06-272-0/+10
* Allow lr in the register options here.Eric Christopher2011-06-271-3/+3