1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. e303c87 [TI removal] Make `getTerminator()` return a generic `Instruction`. by Chandler Carruth · 7 years ago
  3. 6fbad90 [Dominators] Change getNode parameter type to const NodeT * (NFC). by Florian Hahn · 7 years ago
  4. ef33edd [Dominators] Add PDT constructor from Function by Jakub Kuderski · 7 years ago
  5. 046da97 [IDF] Enforce the returned blocks to be sorted. by Michael Zolotukhin · 7 years ago
  6. 7c35de1 [Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees by David Green · 8 years ago
  7. a08d4d0 [Dominators] Remove misleading double-deletion test by Jakub Kuderski · 8 years ago
  8. d2e371f [Dominators] Visit affected node candidates found at different root levels by Jakub Kuderski · 8 years ago
  9. 638c085 [Dominators] Include infinite loops in PostDominatorTree by Jakub Kuderski · 8 years ago
  10. bd351ef [unittest] Remove TODO comment which caused concern by Tobias Grosser · 8 years ago
  11. d869913 [Dominators] Teach LoopDeletion to use the new incremental API by Jakub Kuderski · 8 years ago
  12. 3d0ba4b0 [PostDom] document the current handling of infinite loops and unreachables by Tobias Grosser · 8 years ago
  13. 6636034 [Dominators] Fix reachable visitation and reenable a unit test by Jakub Kuderski · 8 years ago
  14. 5996b1c [Dominators] Temporarily disable a flaky unit test by Jakub Kuderski · 8 years ago
  15. 23497b4 [Dominators] Remove an extra semicolon and add a missing include. by Jakub Kuderski · 8 years ago
  16. eb59ff2 [Dominators] Implement incremental deletions by Jakub Kuderski · 8 years ago
  17. 13e9ef1 [Dominators] Implement incremental insertions by Jakub Kuderski · 8 years ago
  18. b292c22 [Dominators] Make IsPostDominator a template parameter by Jakub Kuderski · 8 years ago
  19. 604a22b [Dominators] Reapply r306892, r306893, r306893. by Jakub Kuderski · 8 years ago
  20. 0c3d761 Revert "[Dominators] Teach IDF to use level information" by Jakub Kuderski · 8 years ago
  21. b88303a [Dominators] Keep tree level in DomTreeNode and use it to find NCD and answer dominance queries by Jakub Kuderski · 8 years ago
  22. 837755c [Dominators] Don't compute DFS InOut numbers eagerly. by Jakub Kuderski · 8 years ago
  23. 4ef096b Handle non-unique edges in edge-dominance by Adam Nemet · 8 years ago
  24. 147ede9 Rearrange Dom unittest to accommodate multiple tests by Adam Nemet · 8 years ago
  25. 7fa6dee clang-format DomTree unittest by Adam Nemet · 8 years ago
  26. 1028bbd Fix test typo. NFC by Xin Tong · 8 years ago
  27. 0668cd2 [StructurizeCfg] Update dominator info. by Serge Pavlov · 9 years ago
  28. 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 10 years ago
  29. 3f97840 Introduce analysis pass to compute PostDominators in the new pass manager. NFC by Hongbin Zheng · 10 years ago
  30. 66b19fb Revert "Introduce analysis pass to compute PostDominators in the new pass manager. NFC" by Hongbin Zheng · 10 years ago
  31. a0273a0 Introduce analysis pass to compute PostDominators in the new pass manager. NFC by Hongbin Zheng · 10 years ago
  32. c8925b1 unittests: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  33. 7fddecc Move the personality function from LandingPadInst to Function by David Majnemer · 10 years ago
  34. 8f8174c Only recalculate DFS Numbers if invalid. Invalidate DFS numbers on reset. Add unit test to verify recalculation by Daniel Berlin · 11 years ago
  35. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  36. 30d69c2 [PM] Remove the old 'PassManager.h' header file at the top level of by Chandler Carruth · 11 years ago
  37. 11c07d7 Modernize the .ll parsing interface. by Rafael Espindola · 11 years ago
  38. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  39. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  40. 7352302 [PM] Split DominatorTree into a concrete analysis result object which by Chandler Carruth · 12 years ago
  41. 5ad5f15 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
  42. 9aca918 Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
  43. ee59242 Fix dominator descendants for unreachable blocks. by Diego Novillo · 12 years ago
  44. 508baf7 llvm/unittests: Use OwningPtr to fix --vg-leak. by NAKAMURA Takumi · 13 years ago
  45. afda71e DominatorTreeTest.cpp: Add the file header. by NAKAMURA Takumi · 13 years ago
  46. 74b6a77 Rename the VMCore unittest tree to IR. Somehow was missed when doing the by Chandler Carruth · 13 years ago[Renamed from llvm/unittests/VMCore/DominatorTreeTest.cpp]
  47. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  48. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  49. a53c46a Handle unreachable code in the dominates functions. This changes users when by Rafael Espindola · 14 years ago