Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the SparcV8 backend. It has been renamed to be the Sparc backend. | Chris Lattner | 2006-02-05 | 1 | -51/+0 |
| | | | | llvm-svn: 25992 | ||||
* | Add trivial subtarget support | Chris Lattner | 2006-01-26 | 1 | -0/+3 |
| | | | | llvm-svn: 25641 | ||||
* | Remove JIT support, which doesn't work. | Chris Lattner | 2005-12-16 | 1 | -9/+0 |
| | | | | llvm-svn: 24736 | ||||
* | Add a new option to indicate we want the code generator to emit code ↵ | Chris Lattner | 2005-11-08 | 1 | -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 Laskey | 2005-09-01 | 1 | -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 addPassesToEmitFile | Chris Lattner | 2005-06-25 | 1 | -1/+2 |
| | | | | | | interface. llvm-svn: 22282 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -4/+4 |
| | | | | llvm-svn: 21425 | ||||
* | Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be the | Brian Gaeke | 2004-10-09 | 1 | -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 interfaces | Chris Lattner | 2004-06-02 | 1 | -5/+2 |
| | | | | llvm-svn: 13949 | ||||
* | TargetCacheInfo has been removed; its only uses were to propagate a constant | Brian Gaeke | 2004-03-01 | 1 | -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 skeleton | Brian Gaeke | 2004-02-25 | 1 | -0/+61 |
llvm-svn: 11828 |