aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430
Commit message (Expand)AuthorAgeFilesLines
* Re-apply r115363 and r115366 now that r115525 has removed the un-needed headerJim Grosbach2010-10-059-4/+4
* Remove unneeded headerJim Grosbach2010-10-041-1/+0
* Wind these directories back too. File adds and removes are properly representedNick Lewycky2010-10-028-0/+180
* Continue reverting r115363.Nick Lewycky2010-10-026-0/+379
* Revert patches r115363 r115367 r115391 due to build breakage:Nick Lewycky2010-10-028-558/+1
* Update CMake files for recent AsmPrinter->InstPrinter changes. Can someone whoJim Grosbach2010-10-021-2/+0
* Now that the asmprinter itself isn't in the subdir, rename 'AsmPrinter' toJim Grosbach2010-10-016-2/+2
* Move the asmprinter and MC lowering out of the AsmPrinter (soon to beJim Grosbach2010-10-013-1/+1
* Clean up asm writer usage for x86 and msp430 to flag that the writer shouldJim Grosbach2010-09-302-2/+1
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-2/+0
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-4/+4
* update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner2010-09-211-2/+1
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-211-4/+5
* convert targets to the new MF.getMachineMemOperand interface.Chris Lattner2010-09-211-4/+6
* CMake: Fix MSVS build. Although I don't know why this didn't break other buil...Michael J. Spencer2010-09-121-1/+1
* zap dead code.Chris Lattner2010-09-041-9/+0
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-262-9/+6
* tyopsGabor Greif2010-08-231-1/+1
* 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