aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCSubtarget.h
AgeCommit message (Expand)Author
2007-01-16Instead of yet another enum indicating the "assembly language flavor",Bill Wendling
2006-12-12Honor cpu directive, take two.Jim Laskey
2006-12-11Another step forward in PPC64 JIT support: we now no-longer need stubsChris Lattner
2006-12-11getInstrItineraryData shouldn't copy the itinerariesChris Lattner
2006-07-15Remove what little AIX support we have. It has never been tested and isn'tChris 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-02-28Add a subtarget feature for the stfiwx instruction. I know the G5 has it,Chris Lattner
2005-11-01Allow itineraries to be passed through the Target Machine.Jim Laskey
2005-10-26Typo made worse x 2 - take 2.Jim Laskey
2005-10-26Typo x 2Jim Laskey
2005-10-26Give full control of subtarget features over to table generated code.Jim Laskey
2005-10-18Do the right thing and enable 64 bit regs under the control of a subtargetNate Begeman
2005-10-16More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman
2005-09-29copy and paste errorAndrew Lenharth
2005-09-06Add accessor for 64bit flag, so that we can tell when it is safe toNate Begeman
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-04Add Subtarget support to PowerPC. Next up, using it.Nate Begeman