summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCSubtarget.cpp
Commit message (Expand)AuthorAge
...
* Plugin new subtarget backend into the build.Jim Laskey2005-10-21
* Do the right thing and enable 64 bit regs under the control of a subtargetNate Begeman2005-10-18
* Rename PowerPC*.h to PPC*.hChris Lattner2005-10-14
* On non-apple systems, when using -march=ppc32, do not print:Chris Lattner2005-09-07
* Add accessor for 64bit flag, so that we can tell when it is safe toNate Begeman2005-09-06
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-02
* Decouple fsqrt from gpul optimizations, implementing fsqrt.ll.Chris Lattner2005-09-02
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-01
* Consolidate the GPOpt stuff to all use the Subtarget, instead of stillChris Lattner2005-08-05
* Enable gp optimizations by default when available, even when a target tripleChris Lattner2005-08-05
* Add Subtarget support to PowerPC. Next up, using it.Nate Begeman2005-08-04