R600: Implement a few simple TTI queries.
[oota-llvm.git] / lib / Target / PowerPC / PPCISelLowering.h
2006-02-22 Chris Lattnersplit register class handling from explicit physreg...
2006-02-21 Chris LattnerUpdates to match change of getRegForInlineAsmConstraint...
2006-02-07 Chris LattnerImplement getConstraintType for PPC.
2006-02-07 Chris LattnerAdd the simple PPC integer constraints
2006-01-31 Chris Lattneradd info about the inline asm register constraints...
2006-01-27 Chris LattnerUse PPCISD::CALL instead of ISD::CALL
2006-01-27 Chris LattnerMake llvm.frame/returnaddr not crash on ppc
2006-01-27 Nate BegemanRemove TLI.LowerReturnTo, and just let targets custom...
2006-01-25 Nate BegemanFirst part of bug 680:
2006-01-09 Chris LattnerGive PPCISD:: nodes legible names in dumps.
2005-12-20 Nate BegemanPattern-match return. Includes gross hack!
2005-12-13 Nate BegemanPrepare support for AltiVec multiply, divide, and sqrt.
2005-12-06 Chris LattnerUse new PPC-specific nodes to represent shifts which...
2005-11-17 Chris LattnerAdd an initial hack at legalizing GlobalAddress into...
2005-10-18 Nate BegemanAdd the ability to lower return instructions to TargetL...
2005-10-16 Nate BegemanMore PPC32 -> PPC changes, as well as merging some...
2005-10-14 Chris LattnerRename PowerPC*.h to PPC*.h
2005-09-06 Nate BegemanImplement i64<->fp using the fctidz/fcfid instructions...
2005-08-31 Chris LattnerMove FCTIWZ handling out of the instruction selectors...
2005-08-26 Chris Lattnerimplement SELECT_CC fully for the DAG->DAG isel!
2005-08-26 Chris LattnerMake fsel emission work with both the pattern and dag...
2005-08-26 Chris Lattneradd initial support for converting select_cc -> fsel...
2005-08-16 Chris LattnerPull the LLVM -> DAG lowering code out of the pattern...