summaryrefslogtreecommitdiff
path: root/lib/Support/DAGDeltaAlgorithm.cpp
Commit message (Expand)AuthorAge
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-23
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Adding missing anchor to DATDeltaAlgorithm.David Blaikie2011-12-07
* Use const_iterator where appropriate.Daniel Dunbar2010-06-08
* ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to...Daniel Dunbar2010-06-08