| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [TI removal] Make `getTerminator()` return a generic `Instruction`. | Chandler Carruth | 2018-10-15 | 1 | -1/+1 |
| * | [Dominators] Change getNode parameter type to const NodeT * (NFC). | Florian Hahn | 2018-06-16 | 1 | -1/+3 |
| * | [Dominators] Add PDT constructor from Function | Jakub Kuderski | 2018-05-23 | 1 | -25/+23 |
| * | [IDF] Enforce the returned blocks to be sorted. | Michael Zolotukhin | 2018-05-12 | 1 | -0/+70 |
| * | [Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees | David Green | 2018-02-28 | 1 | -2/+2 |
| * | [Dominators] Remove misleading double-deletion test | Jakub Kuderski | 2018-01-21 | 1 | -30/+0 |
| * | [Dominators] Visit affected node candidates found at different root levels | Jakub Kuderski | 2018-01-19 | 1 | -0/+25 |
| * | [Dominators] Include infinite loops in PostDominatorTree | Jakub Kuderski | 2017-08-15 | 1 | -67/+92 |
| * | [unittest] Remove TODO comment which caused concern | Tobias Grosser | 2017-08-03 | 1 | -1/+1 |
| * | [Dominators] Teach LoopDeletion to use the new incremental API | Jakub Kuderski | 2017-08-02 | 1 | -0/+30 |
| * | [PostDom] document the current handling of infinite loops and unreachables | Tobias Grosser | 2017-08-01 | 1 | -0/+268 |
| * | [Dominators] Fix reachable visitation and reenable a unit test | Jakub Kuderski | 2017-07-15 | 1 | -1/+27 |
| * | [Dominators] Temporarily disable a flaky unit test | Jakub Kuderski | 2017-07-14 | 1 | -1/+1 |
| * | [Dominators] Remove an extra semicolon and add a missing include. | Jakub Kuderski | 2017-07-14 | 1 | -1/+2 |
| * | [Dominators] Implement incremental deletions | Jakub Kuderski | 2017-07-14 | 1 | -0/+127 |
| * | [Dominators] Implement incremental insertions | Jakub Kuderski | 2017-07-14 | 1 | -0/+125 |
| * | [Dominators] Make IsPostDominator a template parameter | Jakub Kuderski | 2017-07-14 | 1 | -11/+10 |
| * | [Dominators] Reapply r306892, r306893, r306893. | Jakub Kuderski | 2017-07-01 | 1 | -0/+13 |
| * | Revert "[Dominators] Teach IDF to use level information" | Jakub Kuderski | 2017-06-30 | 1 | -13/+0 |
| * | [Dominators] Keep tree level in DomTreeNode and use it to find NCD and answer... | Jakub Kuderski | 2017-06-30 | 1 | -0/+13 |
| * | [Dominators] Don't compute DFS InOut numbers eagerly. | Jakub Kuderski | 2017-06-30 | 1 | -0/+2 |
| * | Handle non-unique edges in edge-dominance | Adam Nemet | 2017-06-05 | 1 | -0/+52 |
| * | Rearrange Dom unittest to accommodate multiple tests | Adam Nemet | 2017-05-27 | 1 | -223/+213 |
| * | clang-format DomTree unittest | Adam Nemet | 2017-05-27 | 1 | -242/+241 |
| * | Fix test typo. NFC | Xin Tong | 2017-05-20 | 1 | -2/+2 |
| * | [StructurizeCfg] Update dominator info. | Serge Pavlov | 2017-01-10 | 1 | -0/+10 |
| * | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -4/+4 |
| * | Introduce analysis pass to compute PostDominators in the new pass manager. NFC | Hongbin Zheng | 2016-02-25 | 1 | -3/+4 |
| * | Revert "Introduce analysis pass to compute PostDominators in the new pass man... | Hongbin Zheng | 2016-02-25 | 1 | -4/+3 |
| * | Introduce analysis pass to compute PostDominators in the new pass manager. NFC | Hongbin Zheng | 2016-02-25 | 1 | -3/+4 |
| * | unittests: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-20 | 1 | -14/+14 |
| * | Move the personality function from LandingPadInst to Function | David Majnemer | 2015-06-17 | 1 | -2/+2 |
| * | Only recalculate DFS Numbers if invalid. Invalidate DFS numbers on reset. Add... | Daniel Berlin | 2015-04-14 | 1 | -0/+28 |
| * | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -2/+2 |
| * | [PM] Remove the old 'PassManager.h' header file at the top level of | Chandler Carruth | 2015-02-13 | 1 | -2/+2 |
| * | Modernize the .ll parsing interface. | Rafael Espindola | 2014-08-19 | 1 | -4/+3 |
| * | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -1/+1 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -1/+1 |
| * | [PM] Split DominatorTree into a concrete analysis result object which | Chandler Carruth | 2014-01-13 | 1 | -3/+4 |
| * | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth | 2014-01-13 | 1 | -1/+1 |
| * | Move the LLVM IR asm writer header files into the IR directory, as they | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
| * | Fix dominator descendants for unreachable blocks. | Diego Novillo | 2013-12-02 | 1 | -0/+27 |
| * | llvm/unittests: Use OwningPtr to fix --vg-leak. | NAKAMURA Takumi | 2013-01-23 | 1 | -1/+1 |
| * | DominatorTreeTest.cpp: Add the file header. | NAKAMURA Takumi | 2013-01-23 | 1 | -0/+9 |
| * | Rename the VMCore unittest tree to IR. Somehow was missed when doing the | Chandler Carruth | 2013-01-07 | 1 | -0/+195 |