aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC64ISelPattern.cpp
AgeCommit message (Expand)Author
2005-08-13Remove support for 64b PPC, it's been broken for a long time. It'll beNate Begeman
2005-08-09Update the targets to the new SETCC/CondCodeSDNode interfaces.Chris Lattner
2005-08-02Update to use the new MathExtras.h support for log2 computation.Chris Lattner
2005-07-21Support building non-PICNate Begeman
2005-07-10Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.Chris Lattner
2005-07-10Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNodeChris Lattner
2005-06-22If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth
2005-06-18core changes for varargsAndrew Lenharth
2005-05-15Fix andrews changes to fit in 80 columnsChris Lattner
2005-05-13treat TAILCALL nodes identically to CALL nodesChris Lattner
2005-05-13Add an isTailCall flag to LowerCallToChris Lattner
2005-05-13Realize that we don't support fmod directly, fixing CodeGen/Generic/print-ari...Chris Lattner
2005-05-12rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN.Chris Lattner
2005-05-12Pass in Calling Convention to use into LowerCallToChris Lattner
2005-05-12These targets don't like setccChris Lattner
2005-05-04fix typoAndrew Lenharth
2005-05-03Implement count leading zeros (ctlz), count trailing zeros (cttz), and countAndrew Lenharth
2005-04-30Doesn't support these nodesChris Lattner
2005-04-27Implement Value* tracking for loads and stores in the selection DAG. This en...Andrew Lenharth
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-13Elimate handling of ZERO_EXTEND_INREG. This causes the PPC backend to emitChris Lattner
2005-04-09This target does not yet support ISD::BRCONDTWOWAYChris Lattner
2005-04-0964b: Expand S/UREMNate Begeman
2005-04-08Fix 64b shiftsNate Begeman
2005-04-08Match Mac OS X 64 bit calling conventionsNate Begeman
2005-04-06Add support for MULHS and MULHU nodesNate Begeman
2005-04-05Fix cut & paste errors (32->64), and codegen float->int more optimally.Nate Begeman
2005-04-05Remove 64 bit simple ISel, it never worked correctlyNate Begeman