Add all of the data stream intrinsics and instructions. woo
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.cpp
2006-03-01 Chris LattnerCompile this:
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2006-01-28 Chris Lattneradd a note about how we should implement this FIXME...
2005-11-17 Chris Lattneradd an option to generate completely non-pic code,...
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-10-26 Jim LaskeyGive full control of subtarget features over to table...
2005-10-25 Jim LaskeyPreparation of supporting scheduling info. Need to...
2005-10-23 Chris LattnerSimplify this, matching changes in the tblgen emitter
2005-10-21 Jim LaskeyPlugin new subtarget backend into the build.
2005-10-18 Nate BegemanDo the right thing and enable 64 bit regs under the...
2005-10-14 Chris LattnerRename PowerPC*.h to PPC*.h
2005-09-07 Chris LattnerOn non-apple systems, when using -march=ppc32, do not...
2005-09-06 Nate BegemanAdd accessor for 64bit flag, so that we can tell when...
2005-09-02 Jim LaskeyAdd help support for -mcpu and -mattr.
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-05 Chris LattnerEnable gp optimizations by default when available,...
2005-08-04 Nate BegemanAdd Subtarget support to PowerPC. Next up, using it.