aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PowerPCTargetMachine.cpp
AgeCommit message (Expand)Author
2004-07-16The powerpc is now gone. However it is now just known as the Skeleton target.Chris Lattner
2004-07-11Delete the allocate*TargetMachine function, which is now dead .Chris Lattner
2004-07-11Make these format a bit nicerChris Lattner
2004-07-11Auto-registrate targetChris Lattner
2004-06-10Fix the fixed stack offset, patch contributed by Vladimir PrusChris Lattner
2004-02-28fine grainify namespacificationChris Lattner
2004-02-15Add back machine code deleter pass until we get a MachineCode passAlkis Evlogimenos
2004-02-12Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos
2004-02-02Include PowerPC.h. Flesh out the stub versions of addPassesToEmitAssembly()Brian Gaeke
2004-01-23Add the JITInfo object, accessor & initializer.Brian Gaeke
2004-01-23Add CodeEmitter and JITInfo stubs. Dump the oldBrian Gaeke
2004-01-21Import of skeletal PowerPC backend I have had laying around for months...Brian Gaeke