aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetMachine.h
AgeCommit message (Expand)Author
2006-05-12Remove dead var, fix bad override.Chris Lattner
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-03-23Eliminate IntrinsicLowering from TargetMachine.Chris Lattner
2006-03-13Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng
2005-11-08Add a new option to indicate we want the code generator to emit code quickly,Chris Lattner
2005-11-01Allow itineraries to be passed through the Target Machine.Jim Laskey
2005-10-16More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman
2005-10-15prune #includesChris Lattner
2005-10-14Rename PPC32*.h to PPC*.hChris Lattner
2005-10-14Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfoChris Lattner
2005-10-14Rename PowerPC*.h to PPC*.hChris Lattner
2005-10-14Nuke the PowerPCTargetMachine.h header. Note that the PowerPCTargetMachineChris Lattner
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-23Move JITInfo from PPCTM to PPC32TMChris Lattner
2004-09-04All PPC instructions are now auto-printedNate Begeman
2004-08-17PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC*Misha Brukman
2004-08-13Remove an unneeded header and forward declarationNate Begeman
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 I: 32-bit.Misha Brukman