summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetMachine.h
Commit message (Expand)AuthorAge
* Moved the MachOWriter and ELFWriter out of the Target/* files. Placed theBill Wendling2007-02-08
* Add a field for and construction of the PPCMachOWriterInfo object.Bill Wendling2007-01-24
* Revert patch.Bill Wendling2007-01-17
* Create the specified TargetObjInfo and use it.Bill Wendling2007-01-17
* 1. Remove condition on delete.Jim Laskey2006-09-07
* Make target asm info a property of the target machine.Jim Laskey2006-09-07
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-04
* First baby step towards ppc64 support. This adds a new -march=ppc64 backendChris Lattner2006-06-16
* Remove dead var, fix bad override.Chris Lattner2006-05-12
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-12
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-23
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-13
* Add a new option to indicate we want the code generator to emit code quickly,Chris Lattner2005-11-08
* Allow itineraries to be passed through the Target Machine.Jim Laskey2005-11-01
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-16
* prune #includesChris Lattner2005-10-15
* Rename PPC32*.h to PPC*.hChris Lattner2005-10-14
* Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfoChris Lattner2005-10-14
* Rename PowerPC*.h to PPC*.hChris Lattner2005-10-14
* Nuke the PowerPCTargetMachine.h header. Note that the PowerPCTargetMachineChris Lattner2005-10-14
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-01
* Remove trailing whitespaceMisha Brukman2005-04-21
* Move JITInfo from PPCTM to PPC32TMChris Lattner2004-11-23
* All PPC instructions are now auto-printedNate Begeman2004-09-04
* PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC*Misha Brukman2004-08-17
* Remove an unneeded header and forward declarationNate Begeman2004-08-13
* Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm pri...Nate Begeman2004-08-11
* Breaking up the PowerPC target into 32- and 64-bit subparts, Part I: 32-bit.Misha Brukman2004-08-11