aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetMachine.cpp
AgeCommit message (Expand)Author
2004-07-16Define double alignment as 8 bytes now that assert(DoubleAlignment == Pointer...Misha Brukman
2004-07-15Revert stuff that I didn't mean to checkinChris Lattner
2004-07-15Patches towards fixing PR341Chris Lattner
2004-07-12Implement getModuleMatchQuality and getJITMatchQuality() for PowerPCMisha Brukman
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-07-02Fix all of those problems that the PPC backend has running 176.gcc :)Chris Lattner
2004-07-01Wrap long lineMisha Brukman
2004-06-29Lower ConstantExpressions before the code generator.Misha Brukman
2004-06-29The code generator should work with unreachable blocks. If not, then thisChris Lattner
2004-06-28Can't print out machine code before it is constructed.Misha Brukman
2004-06-25Allow debugging machine instrs (by printout) before/after isel and regallocMisha Brukman
2004-06-24Add option to print out machine code before register allocation.Misha Brukman
2004-06-21llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.hMisha Brukman
2004-06-21Initial revisionMisha Brukman