summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-151-1/+3
| | | | | | | | from. - This commit is almost entirely propogating the reference through the TargetMachine subclasses' constructor calls. llvm-svn: 75778
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-151-1/+2
| | | | | | | - This abuses TargetMachineRegistry's constructor for now, this will get cleaned up in time. llvm-svn: 75762
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-1/+1
| | | | | | dynamic_cast<>. llvm-svn: 75670
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-1/+1
| | | | | | | - This more or less amounts to a revert of r65379. I'm curious to know what happened that caused this variable to become unused. llvm-svn: 74579
* 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