Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename PowerPC*.h to PPC*.h | Chris Lattner | 2005-10-14 | 1 | -36/+0 |
| | | | | llvm-svn: 23743 | ||||
* | turn off GOT on archs that didn't use it (not that it appeard to harm them ↵ | Andrew Lenharth | 2005-07-29 | 1 | -1/+1 |
| | | | | | | much with it on) llvm-svn: 22553 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
| | | | | llvm-svn: 21425 | ||||
* | This method is dead | Chris Lattner | 2004-11-23 | 1 | -7/+0 |
| | | | | llvm-svn: 18160 | ||||
* | Remove this method, it's not clear how it could be implemented indep of 32 ↵ | Chris Lattner | 2004-11-20 | 1 | -6/+0 |
| | | | | | | or 64-bit mode llvm-svn: 18038 | ||||
* | Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest. | Misha Brukman | 2004-08-11 | 1 | -3/+3 |
| | | | | llvm-svn: 15636 | ||||
* | Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc. | Brian Gaeke | 2004-07-16 | 1 | -0/+49 |
| | | | | | | | | Support single-fp incoming args. Support single-fp outgoing args ('call' operands). Support double-fp return values. llvm-svn: 14880 | ||||
* | The powerpc is now gone. However it is now just known as the Skeleton target. | Chris Lattner | 2004-07-16 | 1 | -49/+0 |
| | | | | llvm-svn: 14877 | ||||
* | Add CodeEmitter and JITInfo stubs. Dump the old | Brian Gaeke | 2004-01-23 | 1 | -0/+49 |
PowerPCTargetMachine::addPassesToJITCompile() method, in favor of the TargetJITInfo interface. llvm-svn: 10971 |