Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries) into MC.
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.h
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Daniel DunbarTarget/PPC: Kill off DarwinVers, which is now dead.
2011-04-19 Daniel DunbarTarget/PPC: Add a TargetTriple field.
2010-08-04 Torok EdwinUse indirect calls in PowerPC JIT.
2009-11-07 Chris Lattnerindicate what the native integer types for the target...
2009-08-15 Tilmann SchellerAdd support for the PowerPC 64-bit SVR4 ABI.
2009-08-11 Chris Lattnereliminate asmflavor from subtarget, PPCTAI is the only...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-07-03 Tilmann SchellerRefactor ABI code in the PowerPC backend.
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-02-27 Dale JohannesenAlignment values for i64 and f64 on ppc64 were wrong,
2008-12-19 Rafael EspindolaFix bug 3202.
2008-02-14 Dale JohannesenRewrite tblgen handling of subtarget features so
2008-01-02 Chris Lattnerleopard and above support alignment for common symbols.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-03 Dale Johannesenlong double patch 2 of N. Handle it in TargetData.
2007-04-03 Nicolas GeoffrayThe PPC64 ELF ABI is "intended to use the same structur...
2007-02-25 Chris LattnerImprove JIT support for linux/ppc: Patch by Nicolas...
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-01-22 Evan ChengDouble and long preferred alignment set to 8 bytes.
2007-01-19 Nick LewyckyNeeded to build on PPC Linux.
2007-01-16 Bill WendlingInstead of yet another enum indicating the "assembly...
2006-12-12 Jim LaskeyHonor cpu directive, take two.
2006-12-11 Chris LattnerAnother step forward in PPC64 JIT support: we now no...
2006-12-11 Chris LattnergetInstrItineraryData shouldn't copy the itineraries
2006-07-15 Chris LattnerRemove what little AIX support we have. It has never...
2006-06-16 Chris LattnerDocument the subtarget features better, make sure that...
2006-06-16 Chris LattnerRename some subtarget features. A CPU now can *have...
2006-06-16 Chris LattnerFirst baby step towards ppc64 support. This adds a...
2006-02-28 Chris LattnerAdd a subtarget feature for the stfiwx instruction...
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-10-26 Jim LaskeyTypo made worse x 2 - take 2.
2005-10-26 Jim LaskeyTypo x 2
2005-10-26 Jim LaskeyGive full control of subtarget features over to table...
2005-10-18 Nate BegemanDo the right thing and enable 64 bit regs under the...
2005-10-16 Nate BegemanMore PPC32 -> PPC changes, as well as merging some...
2005-09-29 Andrew Lenharthcopy and paste error
2005-09-06 Nate BegemanAdd accessor for 64bit flag, so that we can tell when...
2005-09-02 Chris LattnerDecouple fsqrt from gpul optimizations, implementing...
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-08-05 Chris LattnerConsolidate the GPOpt stuff to all use the Subtarget...
2005-08-04 Nate BegemanAdd Subtarget support to PowerPC. Next up, using it.