aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/SelectionDAG.h
Commit message (Expand)AuthorAgeFilesLines
* Add new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_ROUND_INREG operators.Chris Lattner2005-01-151-1/+3
* Change CopyFromReg to take and produce a chain node, allowing it to be usedChris Lattner2005-01-141-4/+7
* Start adding some new operators, give IMPLICIT_DEF a chain operand.Chris Lattner2005-01-141-24/+46
* Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode.Chris Lattner2005-01-131-2/+9
* Update comments to indicate CopyFrom/ToReg take physregs as well as vregs.Chris Lattner2005-01-121-4/+4
* Add support for graph operations, and add a viewGraph method to SelectionDAG.Chris Lattner2005-01-101-0/+19
* Add a new SelectionDAG::RemoveDeadNodes methodChris Lattner2005-01-071-0/+9
* Complete rewrite of the SelectionDAG class.Chris Lattner2005-01-071-319/+106
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Add missing #includeChris Lattner2003-08-221-0/+1
* Add support for basic blocks, unary/binary unspecs, conditional branches, ...Chris Lattner2003-08-151-4/+27
* Initial checkin of SelectionDAG header fileChris Lattner2003-08-111-0/+334