Use indirect calls in PowerPC JIT.
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.cpp
2010-08-04 Torok EdwinUse indirect calls in PowerPC JIT.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-08-11 Chris Lattnereliminate asmflavor from subtarget, PPCTAI is the only...
2009-08-05 Daniel DunbarRemove some dead code.
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-04 Bill WendlingTemporarily revert r60519. It was causing a bootstrap...
2008-12-04 Evan ChengVisibility hidden GVs do not require extra load of...
2008-05-23 Dale JohannesenAdd a missed CommonLinkage check.
2008-02-15 Dale JohannesenCosmetics.
2008-02-15 Dale JohannesenRemove warning about 64-bit code on processor
2008-02-14 Dale JohannesenRewrite tblgen handling of subtarget features so
2008-01-08 Duncan SandsUse size_t to store Pos, avoid truncating value
2008-01-02 Chris Lattnerleopard and above support alignment for common symbols.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
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.