summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix the fixed stack offset, patch contributed by Vladimir PrusChris Lattner2004-06-101-1/+1
| | | | llvm-svn: 14110
* fine grainify namespacificationChris Lattner2004-02-281-5/+3
| | | | llvm-svn: 11959
* Add back machine code deleter pass until we get a MachineCode passAlkis Evlogimenos2004-02-151-0/+1
| | | | | | | that will be responsible for the creation of MachineFunctions and will be required by all MachineFunctionPass passes. llvm-svn: 11453
* Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos2004-02-121-1/+0
| | | | | | | | | ilist of MachineInstr objects. This allows constant time removal and insertion of MachineInstr instances from anywhere in each MachineBasicBlock. It also allows for constant time splicing of MachineInstrs into or out of MachineBasicBlocks. llvm-svn: 11340
* Include PowerPC.h. Flesh out the stub versions of addPassesToEmitAssembly()Brian Gaeke2004-02-021-3/+13
| | | | | | and addPassesToJITCompile() slightly. llvm-svn: 11076
* Add the JITInfo object, accessor & initializer.Brian Gaeke2004-01-231-1/+1
| | | | llvm-svn: 10972
* Add CodeEmitter and JITInfo stubs. Dump the oldBrian Gaeke2004-01-231-4/+2
| | | | | | | PowerPCTargetMachine::addPassesToJITCompile() method, in favor of the TargetJITInfo interface. llvm-svn: 10971
* Import of skeletal PowerPC backend I have had laying around for months...Brian Gaeke2004-01-211-0/+53
llvm-svn: 10937
OpenPOWER on IntegriCloud