Nuke the old JIT.
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.cpp
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.