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