aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCSubtarget.h
AgeCommit message (Expand)Author
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