Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This target is no longer built. The ,v files now live in the reoptimizer. | Chris Lattner | 2006-04-20 | 1 | -57/+0 |
| | | | | llvm-svn: 27885 | ||||
* | Eliminate IntrinsicLowering from TargetMachine. | Chris Lattner | 2006-03-23 | 1 | -2/+1 |
| | | | | | | Make the CBE and V9 backends create their own, since they're the only ones that use it. llvm-svn: 26974 | ||||
* | Add a new option to indicate we want the code generator to emit code ↵ | Chris Lattner | 2005-11-08 | 1 | -1/+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 | ||||
* | Auto-registrate target | Chris Lattner | 2004-07-11 | 1 | -1/+4 |
| | | | | llvm-svn: 14745 | ||||
* | Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its | Brian Gaeke | 2004-06-03 | 1 | -1/+1 |
| | | | | | | only concrete implementation. llvm-svn: 13977 | ||||
* | Convert to the new TargetMachine interface. | Chris Lattner | 2004-06-02 | 1 | -4/+4 |
| | | | | llvm-svn: 13952 | ||||
* | Fix file header comments and include guards -- many files have been moved or | Brian Gaeke | 2004-04-25 | 1 | -4/+4 |
| | | | | | | | renamed since they were last spiffed up, or they just never had proper comments in the first place. llvm-svn: 13148 | ||||
* | Add a getRegisterInfo() accessor just like on the X86 target. | Brian Gaeke | 2004-04-25 | 1 | -0/+3 |
| | | | | llvm-svn: 13147 | ||||
* | TargetCacheInfo has been removed; its only uses were to propagate a constant | Brian Gaeke | 2004-03-01 | 1 | -2/+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 | ||||
* | Great renaming: Sparc --> SparcV9 | Brian Gaeke | 2004-02-25 | 1 | -0/+52 |
llvm-svn: 11826 |