summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SDNodeOrdering.h
Commit message (Collapse)AuthorAgeFilesLines
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-251-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 Holewinski2013-03-201-4/+4
| | | | | | SDNodeOrdering llvm-svn: 177600
* Move SDNode order propagation to SDNodeOrdering, which also fixes a missedJustin Holewinski2013-03-201-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 Topper2012-09-181-2/+2
| | | | | | LLVM_DELETED_FUNCTION. llvm-svn: 164090
* Allow 0 as an order number. Don't assign an order to formal arguments.Bill Wendling2009-12-221-4/+1
| | | | llvm-svn: 91920
* Place SDNodeOrdering.h in the directory it's used.Bill Wendling2009-12-211-0/+57
llvm-svn: 91834
OpenPOWER on IntegriCloud