summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/DAGDeltaAlgorithm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-17/+9
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-101-2/+2
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-2/+2
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-231-2/+2
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-3/+3
* Adding missing anchor to DATDeltaAlgorithm.David Blaikie2011-12-071-0/+3
* Use const_iterator where appropriate.Daniel Dunbar2010-06-081-1/+1
* ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on to...Daniel Dunbar2010-06-081-0/+357
OpenPOWER on IntegriCloud