summaryrefslogtreecommitdiff
path: root/unittests/IR/DominatorTreeTest.cpp
AgeCommit message (Expand)Author
2018-06-16[Dominators] Change getNode parameter type to const NodeT * (NFC).Florian Hahn
2018-05-23[Dominators] Add PDT constructor from FunctionJakub Kuderski
2018-05-12[IDF] Enforce the returned blocks to be sorted.Michael Zolotukhin
2018-02-28[Dominators] Remove verifyDomTree and add some verifying for Post Dom TreesDavid Green
2018-01-21[Dominators] Remove misleading double-deletion testJakub Kuderski
2018-01-19[Dominators] Visit affected node candidates found at different root levelsJakub Kuderski
2017-08-15[Dominators] Include infinite loops in PostDominatorTreeJakub Kuderski
2017-08-03[unittest] Remove TODO comment which caused concernTobias Grosser
2017-08-02[Dominators] Teach LoopDeletion to use the new incremental APIJakub Kuderski
2017-08-01[PostDom] document the current handling of infinite loops and unreachablesTobias Grosser
2017-07-15[Dominators] Fix reachable visitation and reenable a unit testJakub Kuderski
2017-07-14[Dominators] Temporarily disable a flaky unit testJakub Kuderski
2017-07-14[Dominators] Remove an extra semicolon and add a missing include.Jakub Kuderski
2017-07-14[Dominators] Implement incremental deletionsJakub Kuderski
2017-07-14[Dominators] Implement incremental insertionsJakub Kuderski
2017-07-14[Dominators] Make IsPostDominator a template parameterJakub Kuderski
2017-07-01[Dominators] Reapply r306892, r306893, r306893.Jakub Kuderski
2017-06-30Revert "[Dominators] Teach IDF to use level information"Jakub Kuderski
2017-06-30[Dominators] Keep tree level in DomTreeNode and use it to find NCD and answer...Jakub Kuderski
2017-06-30[Dominators] Don't compute DFS InOut numbers eagerly.Jakub Kuderski
2017-06-05Handle non-unique edges in edge-dominanceAdam Nemet
2017-05-27Rearrange Dom unittest to accommodate multiple testsAdam Nemet
2017-05-27clang-format DomTree unittestAdam Nemet
2017-05-20Fix test typo. NFCXin Tong
2017-01-10[StructurizeCfg] Update dominator info.Serge Pavlov
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-02-25Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng
2016-02-25Revert "Introduce analysis pass to compute PostDominators in the new pass man...Hongbin Zheng
2016-02-25Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng
2015-10-20unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-04-14Only recalculate DFS Numbers if invalid. Invalidate DFS numbers on reset. Add...Daniel Berlin
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth
2014-08-19Modernize the .ll parsing interface.Rafael Espindola
2014-06-08[C++11] Use 'nullptr'.Craig Topper
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth
2013-12-02Fix dominator descendants for unreachable blocks.Diego Novillo
2013-01-23llvm/unittests: Use OwningPtr to fix --vg-leak.NAKAMURA Takumi
2013-01-23DominatorTreeTest.cpp: Add the file header.NAKAMURA Takumi
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth