aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCSubtarget.cpp
AgeCommit message (Expand)Author
2006-07-15Remove what little AIX support we have. It has never been tested and isn'tChris Lattner
2006-06-16Force 64-bit register availability in 64-bit mode. For real.Chris Lattner
2006-06-16Remove the -darwin and -aix llc options, inferring darwinism and aixism fromChris Lattner
2006-06-16Document the subtarget features better, make sure that 64-bit mode, 64-bitChris Lattner
2006-06-16Rename some subtarget features. A CPU now can *have* 64-bit instructions,Chris Lattner
2006-06-16First baby step towards ppc64 support. This adds a new -march=ppc64 backendChris Lattner
2006-03-01Compile this:Chris Lattner
2006-02-22- Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng
2006-01-28add a note about how we should implement this FIXME from the legalizer:Chris Lattner
2005-11-17add an option to generate completely non-pic code, corresponding to whatChris Lattner
2005-11-01Allow itineraries to be passed through the Target Machine.Jim Laskey
2005-10-26Give full control of subtarget features over to table generated code.Jim Laskey
2005-10-25Preparation of supporting scheduling info. Need to find info based on selectedJim Laskey
2005-10-23Simplify this, matching changes in the tblgen emitterChris Lattner
2005-10-21Plugin new subtarget backend into the build.Jim Laskey
2005-10-18Do the right thing and enable 64 bit regs under the control of a subtargetNate Begeman
2005-10-14Rename PowerPC*.h to PPC*.hChris Lattner
2005-09-07On non-apple systems, when using -march=ppc32, do not print:Chris Lattner
2005-09-06Add accessor for 64bit flag, so that we can tell when it is safe toNate Begeman
2005-09-02Add help support for -mcpu and -mattr.Jim Laskey
2005-09-02Decouple fsqrt from gpul optimizations, implementing fsqrt.ll.Chris Lattner
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-08-05Consolidate the GPOpt stuff to all use the Subtarget, instead of stillChris Lattner
2005-08-05Enable gp optimizations by default when available, even when a target tripleChris Lattner
2005-08-04Add Subtarget support to PowerPC. Next up, using it.Nate Begeman