summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPC64ISelPattern.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove support for 64b PPC, it's been broken for a long time. It'll beNate Begeman2005-08-131-1632/+0
* Update the targets to the new SETCC/CondCodeSDNode interfaces.Chris Lattner2005-08-091-66/+63
* Update to use the new MathExtras.h support for log2 computation.Chris Lattner2005-08-021-21/+10
* Support building non-PICNate Begeman2005-07-211-5/+5
* Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.Chris Lattner2005-07-101-2/+2
* Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNodeChris Lattner2005-07-101-1/+1
* If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth2005-06-221-14/+0
* core changes for varargsAndrew Lenharth2005-06-181-13/+27
* Fix andrews changes to fit in 80 columnsChris Lattner2005-05-151-6/+12
* treat TAILCALL nodes identically to CALL nodesChris Lattner2005-05-131-0/+3
* Add an isTailCall flag to LowerCallToChris Lattner2005-05-131-2/+3
* Realize that we don't support fmod directly, fixing CodeGen/Generic/print-ari...Chris Lattner2005-05-131-1/+3
* rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN.Chris Lattner2005-05-121-6/+6
* Pass in Calling Convention to use into LowerCallToChris Lattner2005-05-121-1/+2
* These targets don't like setccChris Lattner2005-05-121-0/+3
* fix typoAndrew Lenharth2005-05-041-1/+1
* Implement count leading zeros (ctlz), count trailing zeros (cttz), and countAndrew Lenharth2005-05-031-0/+5
* Doesn't support these nodesChris Lattner2005-04-301-0/+8
* Implement Value* tracking for loads and stores in the selection DAG. This en...Andrew Lenharth2005-04-271-7/+7
* Convert tabs to spacesMisha Brukman2005-04-221-3/+4
* Remove trailing whitespaceMisha Brukman2005-04-211-95/+95
* Elimate handling of ZERO_EXTEND_INREG. This causes the PPC backend to emitChris Lattner2005-04-131-12/+0
* This target does not yet support ISD::BRCONDTWOWAYChris Lattner2005-04-091-0/+1
* 64b: Expand S/UREMNate Begeman2005-04-091-0/+4
* Fix 64b shiftsNate Begeman2005-04-081-26/+13
* Match Mac OS X 64 bit calling conventionsNate Begeman2005-04-081-116/+46
* Add support for MULHS and MULHU nodesNate Begeman2005-04-061-1/+0
* Fix cut & paste errors (32->64), and codegen float->int more optimally.Nate Begeman2005-04-051-68/+8
* Remove 64 bit simple ISel, it never worked correctlyNate Begeman2005-04-051-0/+1767
OpenPOWER on IntegriCloud