| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_ROUND_INREG operators. | Chris Lattner | 2005-01-15 | 1 | -1/+3 |
* | Change CopyFromReg to take and produce a chain node, allowing it to be used | Chris Lattner | 2005-01-14 | 1 | -4/+7 |
* | Start adding some new operators, give IMPLICIT_DEF a chain operand. | Chris Lattner | 2005-01-14 | 1 | -24/+46 |
* | Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode. | Chris Lattner | 2005-01-13 | 1 | -2/+9 |
* | Update comments to indicate CopyFrom/ToReg take physregs as well as vregs. | Chris Lattner | 2005-01-12 | 1 | -4/+4 |
* | Add support for graph operations, and add a viewGraph method to SelectionDAG. | Chris Lattner | 2005-01-10 | 1 | -0/+19 |
* | Add a new SelectionDAG::RemoveDeadNodes method | Chris Lattner | 2005-01-07 | 1 | -0/+9 |
* | Complete rewrite of the SelectionDAG class. | Chris Lattner | 2005-01-07 | 1 | -319/+106 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Add missing #include | Chris Lattner | 2003-08-22 | 1 | -0/+1 |
* | Add support for basic blocks, unary/binary unspecs, conditional branches, ... | Chris Lattner | 2003-08-15 | 1 | -4/+27 |
* | Initial checkin of SelectionDAG header file | Chris Lattner | 2003-08-11 | 1 | -0/+334 |