aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
...
* add info about the inline asm register constraints for PPCChris Lattner2006-01-311-0/+4
* Use PPCISD::CALL instead of ISD::CALLChris Lattner2006-01-271-1/+4
* Make llvm.frame/returnaddr not crash on ppcChris Lattner2006-01-271-4/+0
* Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET forNate Begeman2006-01-271-3/+0
* First part of bug 680:Nate Begeman2006-01-251-7/+0
* Give PPCISD:: nodes legible names in dumps.Chris Lattner2006-01-091-0/+4
* Pattern-match return. Includes gross hack!Nate Begeman2005-12-201-2/+4
* Prepare support for AltiVec multiply, divide, and sqrt.Nate Begeman2005-12-131-0/+4
* Use new PPC-specific nodes to represent shifts which require the 6-bitChris Lattner2005-12-061-0/+6
* Add an initial hack at legalizing GlobalAddress into the appropriate nodesChris Lattner2005-11-171-0/+11
* Add the ability to lower return instructions to TargetLowering. ThisNate Begeman2005-10-181-0/+3
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-161-3/+3
* Rename PowerPC*.h to PPC*.hChris Lattner2005-10-141-1/+1
* Implement i64<->fp using the fctidz/fcfid instructions on PowerPC when weNate Begeman2005-09-061-3/+9
* Move FCTIWZ handling out of the instruction selectors and into legalization,Chris Lattner2005-08-311-0/+4
* implement SELECT_CC fully for the DAG->DAG isel!Chris Lattner2005-08-261-0/+3
* Make fsel emission work with both the pattern and dag-dag selectors, byChris Lattner2005-08-261-1/+14
* add initial support for converting select_cc -> fsel in the legalizerChris Lattner2005-08-261-0/+4
* Pull the LLVM -> DAG lowering code out of the pattern selector so that itChris Lattner2005-08-161-0/+53