Make LABEL a builtin opcode.
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.cpp
2007-01-16 Bill WendlingInstead of yet another enum indicating the "assembly...
2006-12-11 Chris LattnerAnother step forward in PPC64 JIT support: we now no...
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-07-15 Chris LattnerRemove what little AIX support we have. It has never...
2006-06-16 Chris LattnerForce 64-bit register availability in 64-bit mode....
2006-06-16 Chris LattnerRemove the -darwin and -aix llc options, inferring...
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-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.