Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Track IR ordering of SelectionDAG nodes 3/4. | Andrew Trick | 2013-05-25 | 1 | -56/+0 |
| | | | | | | | Remove the old IR ordering mechanism and switch to new one. Fix unit test failures. llvm-svn: 182704 | ||||
* | Make variable name more explicit and eliminate redundant lookup in ↵ | Justin Holewinski | 2013-03-20 | 1 | -4/+4 |
| | | | | | | SDNodeOrdering llvm-svn: 177600 | ||||
* | Move SDNode order propagation to SDNodeOrdering, which also fixes a missed | Justin Holewinski | 2013-03-20 | 1 | -1/+3 |
| | | | | | | | | case of order propagation during isel. Thanks Owen for the suggestion! llvm-svn: 177525 | ||||
* | Mark unimplemented copy constructors and copy assignment operators as ↵ | Craig Topper | 2012-09-18 | 1 | -2/+2 |
| | | | | | | LLVM_DELETED_FUNCTION. llvm-svn: 164090 | ||||
* | Allow 0 as an order number. Don't assign an order to formal arguments. | Bill Wendling | 2009-12-22 | 1 | -4/+1 |
| | | | | llvm-svn: 91920 | ||||
* | Place SDNodeOrdering.h in the directory it's used. | Bill Wendling | 2009-12-21 | 1 | -0/+57 |
llvm-svn: 91834 |