aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430
Commit message (Expand)AuthorAgeFilesLines
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* fix constness warningsGabor Greif2010-07-231-1/+2
* eliminate the TargetInstrInfo::GetInstSizeInBytes hook. Chris Lattner2010-07-221-1/+1
* Constify some arguments.Eric Christopher2010-07-202-2/+2
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-162-25/+0
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-161-1/+1
* Don't pass StringRef by reference.Benjamin Kramer2010-07-142-3/+4
* Remove two other uses of ATTRIBUTE_UNUSED for variables only used withinChandler Carruth2010-07-111-2/+2
* Replace copyRegToReg with copyPhysReg for MSP430.Jakob Stoklund Olesen2010-07-112-25/+17
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-072-3/+9
* Propagate debug loc.Devang Patel2010-07-062-3/+5
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-061-9/+16
* Revert r107655.Dan Gohman2010-07-061-16/+9
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-061-9/+16
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-032-3/+3
* fix breakage from r98938 by correctly marking msp430 calls as variadic.Chris Lattner2010-06-241-1/+1
* Remove isTwoAddress from MSP430.Eric Christopher2010-06-211-219/+219
* Make 80-column.Eric Christopher2010-06-211-5/+10
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-172-5/+4
* cleanupRafael Espindola2010-06-022-45/+0
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-7/+4
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-261-4/+7
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-7/+4
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-251-4/+1
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-241-5/+5
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-241-1/+1
* SubRegIndex'ize MSP430Jakob Stoklund Olesen2010-05-241-1/+4
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-223-4/+12
* Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng2010-05-191-1/+1
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-111-1/+1
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-114-4/+13
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-062-5/+4
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-062-4/+8
* Do folding for indirect branches, where possibleAnton Korobeynikov2010-05-012-7/+4
* Implement indirect branches on MSP430Anton Korobeynikov2010-05-016-8/+50
* Long branch target oparands are not pc-rel.Anton Korobeynikov2010-05-011-4/+6
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-012-18/+5
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+1
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-174-39/+46
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-163-0/+52
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-3/+3
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-3/+3
* Educate GetInstrSizeInBytes implementations thatDale Johannesen2010-04-071-0/+1
* prune some #includes.Chris Lattner2010-04-051-1/+0
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-052-11/+6
* simplify various getAnalysisUsage implementations.Chris Lattner2010-04-051-5/+0
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-4/+3
* mcize a bunch more stuff, using EmitRawText for things weChris Lattner2010-04-041-28/+8