Only recalculate DFS Numbers if invalid. Invalidate DFS numbers on reset. Add unit...
[oota-llvm.git] / unittests / IR / DominatorTreeTest.cpp
2015-04-14 Daniel BerlinOnly recalculate DFS Numbers if invalid. Invalidate...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-12-02 Diego NovilloFix dominator descendants for unreachable blocks.
2013-01-23 NAKAMURA Takumillvm/unittests: Use OwningPtr to fix --vg-leak.
2013-01-23 NAKAMURA TakumiDominatorTreeTest.cpp: Add the file header.
2013-01-07 Chandler CarruthRename the VMCore unittest tree to IR. Somehow was...