summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCSubtarget.h
Commit message (Expand)AuthorAge
* update PPC 940 hazard rec. to function in postRA modeHal Finkel2011-12-02
* Add PPC 440 scheduler and some associated testsHal Finkel2011-10-17
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* Make the i64 and f64 be 64bit ABI aligned in the target description.Roman Divacky2011-07-03
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-01
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-01
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-01
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29
* ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar2011-04-20
* Target/PPC: Kill off DarwinVers, which is now dead.Daniel Dunbar2011-04-19
* Target/PPC: Add a TargetTriple field.Daniel Dunbar2011-04-19
* Use indirect calls in PowerPC JIT.Torok Edwin2010-08-04
* indicate what the native integer types for the target are.Chris Lattner2009-11-07
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-15
* eliminate asmflavor from subtarget, PPCTAI is the only clientChris Lattner2009-08-11
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-02
* Refactor ABI code in the PowerPC backend.Tilmann Scheller2009-07-03
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-23
* Alignment values for i64 and f64 on ppc64 were wrong,Dale Johannesen2009-02-27
* Fix bug 3202.Rafael Espindola2008-12-19
* Rewrite tblgen handling of subtarget features soDale Johannesen2008-02-14
* leopard and above support alignment for common symbols.Chris Lattner2008-01-02
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* long double patch 2 of N. Handle it in TargetData.Dale Johannesen2007-08-03
* The PPC64 ELF ABI is "intended to use the same structure layout and calling c...Nicolas Geoffray2007-04-03
* Improve JIT support for linux/ppc: Patch by Nicolas Geoffray!Chris Lattner2007-02-25
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-14
* Double and long preferred alignment set to 8 bytes.Evan Cheng2007-01-22
* Needed to build on PPC Linux.Nick Lewycky2007-01-19
* Instead of yet another enum indicating the "assembly language flavor",Bill Wendling2007-01-16
* Honor cpu directive, take two.Jim Laskey2006-12-12
* Another step forward in PPC64 JIT support: we now no-longer need stubsChris Lattner2006-12-11
* getInstrItineraryData shouldn't copy the itinerariesChris Lattner2006-12-11
* Remove what little AIX support we have. It has never been tested and isn'tChris Lattner2006-07-15
* Document the subtarget features better, make sure that 64-bit mode, 64-bitChris Lattner2006-06-16
* Rename some subtarget features. A CPU now can *have* 64-bit instructions,Chris Lattner2006-06-16
* First baby step towards ppc64 support. This adds a new -march=ppc64 backendChris Lattner2006-06-16
* Add a subtarget feature for the stfiwx instruction. I know the G5 has it,Chris Lattner2006-02-28
* Allow itineraries to be passed through the Target Machine.Jim Laskey2005-11-01
* Typo made worse x 2 - take 2.Jim Laskey2005-10-26
* Typo x 2Jim Laskey2005-10-26
* Give full control of subtarget features over to table generated code.Jim Laskey2005-10-26
* Do the right thing and enable 64 bit regs under the control of a subtargetNate Begeman2005-10-18
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-16
* copy and paste errorAndrew Lenharth2005-09-29
* Add accessor for 64bit flag, so that we can tell when it is safe toNate Begeman2005-09-06
* Decouple fsqrt from gpul optimizations, implementing fsqrt.ll.Chris Lattner2005-09-02
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-01
* Consolidate the GPOpt stuff to all use the Subtarget, instead of stillChris Lattner2005-08-05