aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetMachine.h
AgeCommit message (Expand)Author
2007-07-20Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng
2007-05-22name change requested by review of previous patchDale Johannesen
2007-05-22Make tail merging the default, except on powerPC. There was no prior artDale Johannesen
2007-02-08Moved the MachOWriter and ELFWriter out of the Target/* files. Placed theBill Wendling
2007-01-24Add a field for and construction of the PPCMachOWriterInfo object.Bill Wendling
2007-01-17Revert patch.Bill Wendling
2007-01-17Create the specified TargetObjInfo and use it.Bill Wendling
2006-09-071. Remove condition on delete.Jim Laskey
2006-09-07Make target asm info a property of the target machine.Jim Laskey
2006-09-04Completely rearchitect the interface between targets and the pass manager.Chris Lattner
2006-06-16First baby step towards ppc64 support. This adds a new -march=ppc64 backendChris Lattner
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