aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC.td
AgeCommit message (Expand)Author
2008-11-24Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-03-06Switch PPC return lower to use an autogenerated CC description.Chris Lattner
2006-12-12Honor cpu directive, take two.Jim Laskey
2006-06-16Rename some subtarget features. A CPU now can *have* 64-bit instructions,Chris Lattner
2006-05-18getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.Evan Cheng
2006-05-17Remove PointerType from class TargetEvan Cheng
2006-03-16add callee saved vector regsChris Lattner
2006-03-13Mark instructions that are cracked by the PPC970 decoder as such.Chris Lattner
2006-03-12Several big changes:Chris Lattner
2006-02-28Add a subtarget feature for the stfiwx instruction. I know the G5 has it,Chris Lattner
2006-01-27Subtarget feature can now set any variable to any valueEvan Cheng
2005-10-26Add attribute name and type to SubtargetFeatures.Jim Laskey
2005-10-23mark this as betaChris Lattner
2005-10-23rearrange things a bit so that instructions can use subtarget features in theChris Lattner
2005-10-23improve -help outputChris Lattner
2005-10-22Add g3 back to the mix and reorder to irritate them anal folk. Actually, it'sJim Laskey
2005-10-2164-bit reg support should not be enabled by default, as support isn't complete.Chris Lattner
2005-10-21Plugin new subtarget backend into the build.Jim Laskey
2005-10-19Added InstrSchedClass to each of the PowerPC Instructions.Jim Laskey
2005-10-14Rename PowerPC*.td -> PPC*.tdChris Lattner
2005-10-14Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.tdChris Lattner