summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PowerPCJITInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename PowerPC*.h to PPC*.hChris Lattner2005-10-141-36/+0
| | | | llvm-svn: 23743
* turn off GOT on archs that didn't use it (not that it appeard to harm them ↵Andrew Lenharth2005-07-291-1/+1
| | | | | | much with it on) llvm-svn: 22553
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
| | | | llvm-svn: 21425
* This method is deadChris Lattner2004-11-231-7/+0
| | | | llvm-svn: 18160
* Remove this method, it's not clear how it could be implemented indep of 32 ↵Chris Lattner2004-11-201-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 Brukman2004-08-111-3/+3
| | | | llvm-svn: 15636
* Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc.Brian Gaeke2004-07-161-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 Lattner2004-07-161-49/+0
| | | | llvm-svn: 14877
* Add CodeEmitter and JITInfo stubs. Dump the oldBrian Gaeke2004-01-231-0/+49
PowerPCTargetMachine::addPassesToJITCompile() method, in favor of the TargetJITInfo interface. llvm-svn: 10971
OpenPOWER on IntegriCloud