Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.h
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.