aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PowerPCTargetMachine.h
AgeCommit message (Expand)Author
2005-10-14Nuke the PowerPCTargetMachine.h header. Note that the PowerPCTargetMachineChris Lattner
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-08-04Add Subtarget support to PowerPC. Next up, using it.Nate Begeman
2005-06-25Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-27Remove the ISel->AsmPrinter link via the TargetMachine that was put inNate Begeman
2004-11-23Do not provide the non-specialized PowerPCJITInfo object, it is pretty useless.Chris Lattner
2004-09-04All PPC instructions are now auto-printedNate Begeman
2004-08-17Move variables and methods which need PPC{32,64}* distinction to subclassesMisha Brukman
2004-08-14Replace PowerPCPEI.cpp with target independant PrologEpilogInserterNate Begeman
2004-08-11* Move AIX into the llvm namespace to be accessed from RegisterInfoMisha Brukman
2004-08-11Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm pri...Nate Begeman
2004-08-11Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest.Misha Brukman
2004-07-23* Codegen of GEPs dramatically improved by folding multiplies and addsMisha Brukman
2004-07-12Implement getModuleMatchQuality and getJITMatchQuality() for PowerPCMisha Brukman
2004-06-21Initial revisionMisha Brukman