[docs] Update DominatorTree docs to clarify expectations around unreachable blocks
[oota-llvm.git] / include / llvm / Support / GenericDomTree.h
2015-09-23 Philip Reames[docs] Update DominatorTree docs to clarify expectation...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-14 Daniel BerlinOnly recalculate DFS Numbers if invalid. Invalidate...
2015-04-14 Daniel BerlinMake updateDFSNumbers API public
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-01-15 Adrian PrantlAdd missing include directive for llvm::make_unique().
2015-01-14 David Blaikieunique_ptrify the value in DominatorTreeBase::DomTreeNodes
2015-01-14 Chandler Carruth[dom] Make the DominatorTreeBase not a dynamic class!
2015-01-14 Chandler Carruth[PM] Make DominatorTrees (corectly) movable so that...
2015-01-14 Chandler Carruth[dom] Remove extraneous inline keywords. Template funct...
2015-01-14 Chandler Carruth[dom] The formatting of the generic domtree has bitrott...
2015-01-14 Chandler Carruth[dom] Clean up some comments in this header that were...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-02 Matt ArsenaultMove operator[] to DomTreeNodeBase
2014-04-28 Chandler CarruthFix very poor compile-time in PR19499 due to excessive...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-04 Chandler Carruth[Modules] Stop including CFG.h from GenericDomTree...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[PM] Fix the const-correctness of the generic Dominator...
2014-01-13 Chandler Carruth[PM] Pull the generic graph algorithms and data structu...