summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-4/+2
| | | | | | | | C bindings. Change all the backend "Initialize" functions to have C linkage. Change the "llvm/Config/Targets.def" header to use C-style comments to avoid compile warnings. llvm-svn: 74026
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+5
| | | | | | | | | initialization of all targets (InitializeAllTargets.h) or assembler printers (InitializeAllAsmPrinters.h). This is a step toward the elimination of relinked object files, so that we can build normal archives. llvm-svn: 73543
* Update due to mainline API changeAnton Korobeynikov2009-05-031-4/+6
| | | | llvm-svn: 70769
* Add prologue/epilogue emission. Fix frame pointer handling.Anton Korobeynikov2009-05-031-1/+1
| | | | llvm-svn: 70740
* First draft of stack slot loads / stores loweringAnton Korobeynikov2009-05-031-1/+1
| | | | llvm-svn: 70735
* Add 'msp430' target triple recognizerAnton Korobeynikov2009-05-031-4/+15
| | | | llvm-svn: 70708
* Add a noteAnton Korobeynikov2009-05-031-0/+1
| | | | llvm-svn: 70697
* Dummy MSP430 backendAnton Korobeynikov2009-05-031-0/+62
llvm-svn: 70694
OpenPOWER on IntegriCloud