summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/DominatorTreeTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TI removal] Make `getTerminator()` return a generic `Instruction`.Chandler Carruth2018-10-151-1/+1
* [Dominators] Change getNode parameter type to const NodeT * (NFC).Florian Hahn2018-06-161-1/+3
* [Dominators] Add PDT constructor from FunctionJakub Kuderski2018-05-231-25/+23
* [IDF] Enforce the returned blocks to be sorted.Michael Zolotukhin2018-05-121-0/+70
* [Dominators] Remove verifyDomTree and add some verifying for Post Dom TreesDavid Green2018-02-281-2/+2
* [Dominators] Remove misleading double-deletion testJakub Kuderski2018-01-211-30/+0
* [Dominators] Visit affected node candidates found at different root levelsJakub Kuderski2018-01-191-0/+25
* [Dominators] Include infinite loops in PostDominatorTreeJakub Kuderski2017-08-151-67/+92
* [unittest] Remove TODO comment which caused concernTobias Grosser2017-08-031-1/+1
* [Dominators] Teach LoopDeletion to use the new incremental APIJakub Kuderski2017-08-021-0/+30
* [PostDom] document the current handling of infinite loops and unreachablesTobias Grosser2017-08-011-0/+268
* [Dominators] Fix reachable visitation and reenable a unit testJakub Kuderski2017-07-151-1/+27
* [Dominators] Temporarily disable a flaky unit testJakub Kuderski2017-07-141-1/+1
* [Dominators] Remove an extra semicolon and add a missing include.Jakub Kuderski2017-07-141-1/+2
* [Dominators] Implement incremental deletionsJakub Kuderski2017-07-141-0/+127
* [Dominators] Implement incremental insertionsJakub Kuderski2017-07-141-0/+125
* [Dominators] Make IsPostDominator a template parameterJakub Kuderski2017-07-141-11/+10
* [Dominators] Reapply r306892, r306893, r306893.Jakub Kuderski2017-07-011-0/+13
* Revert "[Dominators] Teach IDF to use level information"Jakub Kuderski2017-06-301-13/+0
* [Dominators] Keep tree level in DomTreeNode and use it to find NCD and answer...Jakub Kuderski2017-06-301-0/+13
* [Dominators] Don't compute DFS InOut numbers eagerly.Jakub Kuderski2017-06-301-0/+2
* Handle non-unique edges in edge-dominanceAdam Nemet2017-06-051-0/+52
* Rearrange Dom unittest to accommodate multiple testsAdam Nemet2017-05-271-223/+213
* clang-format DomTree unittestAdam Nemet2017-05-271-242/+241
* Fix test typo. NFCXin Tong2017-05-201-2/+2
* [StructurizeCfg] Update dominator info.Serge Pavlov2017-01-101-0/+10
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-4/+4
* Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng2016-02-251-3/+4
* Revert "Introduce analysis pass to compute PostDominators in the new pass man...Hongbin Zheng2016-02-251-4/+3
* Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng2016-02-251-3/+4
* unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-14/+14
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-2/+2
* Only recalculate DFS Numbers if invalid. Invalidate DFS numbers on reset. Add...Daniel Berlin2015-04-141-0/+28
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+2
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-2/+2
* Modernize the .ll parsing interface.Rafael Espindola2014-08-191-4/+3
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-3/+4
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Fix dominator descendants for unreachable blocks.Diego Novillo2013-12-021-0/+27
* llvm/unittests: Use OwningPtr to fix --vg-leak.NAKAMURA Takumi2013-01-231-1/+1
* DominatorTreeTest.cpp: Add the file header.NAKAMURA Takumi2013-01-231-0/+9
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-071-0/+195
OpenPOWER on IntegriCloud