summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV8/SparcV8TargetMachine.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the SparcV8 backend. It has been renamed to be the Sparc backend.Chris Lattner2006-02-051-51/+0
| | | | llvm-svn: 25992
* Add trivial subtarget supportChris Lattner2006-01-261-0/+3
| | | | llvm-svn: 25641
* Remove JIT support, which doesn't work.Chris Lattner2005-12-161-9/+0
| | | | llvm-svn: 24736
* Add a new option to indicate we want the code generator to emit code ↵Chris Lattner2005-11-081-7/+1
| | | | | | quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build. llvm-svn: 24233
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-1/+2
| | | | | | | | 2. Propagate feature "string" to all targets. 3. Implement use of SubtargetFeatures in PowerPCTargetSubtarget. llvm-svn: 23192
* Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner2005-06-251-1/+2
| | | | | | interface. llvm-svn: 22282
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
| | | | llvm-svn: 21425
* Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be theBrian Gaeke2004-10-091-0/+4
| | | | | | | default 32/BE target on sparc hosts, and ppc will continue to be the default on other hosts. llvm-svn: 16865
* Adjust to new TM interfacesChris Lattner2004-06-021-5/+2
| | | | llvm-svn: 13949
* TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke2004-03-011-1/+0
| | | | | | | | | (16) into certain areas of the SPARC V9 back-end. I'm fairly sure the US IIIi's dcache has 32-byte lines, so I'm not sure where the 16 came from. However, in the interest of not breaking things any more than they already are, I'm going to leave the constant alone. llvm-svn: 12043
* SparcV8 skeletonBrian Gaeke2004-02-251-0/+61
llvm-svn: 11828
OpenPOWER on IntegriCloud