1. 7c35de1 [Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees by David Green · 8 years ago
  2. 7f04e87 Need to work around the gcc Wunused-function bug as far back as gcc 6.1, update accordingly. by Eric Christopher · 8 years ago
  3. def1729 Use a BumpPtrAllocator for Loop objects by Sanjoy Das · 8 years ago
  4. 388b012 Rename markAsErased to erase, as pointed out in a previous review; NFC by Sanjoy Das · 8 years ago
  5. 76ab232 [LoopInfo] Make LoopBase and Loop destructors non-public by Sanjoy Das · 8 years ago
  6. 465c2c2 Supressed warning: declared ‘static’ but never defined. by Galina Kistanova · 8 years ago
  7. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  8. 84f2470 [PM] Defend against getting slightly wrong template arguments passed by Chandler Carruth · 9 years ago
  9. 17350de [PM] Teach the loop PM to run LoopSimplify prior to the loop pipeline. by Chandler Carruth · 9 years ago
  10. 2f19a32 [PM] The assumption cache is fundamentally designed to be self-updating, by Chandler Carruth · 9 years ago
  11. 2ded252 Fix unused variable warning by Simon Pilgrim · 9 years ago
  12. 3bab7e1 [PM] Separate the LoopAnalysisManager from the LoopPassManager and move by Chandler Carruth · 9 years ago[Renamed (99%) from llvm/unittests/Analysis/LoopPassManagerTest.cpp]
  13. 3410eb2 [PM] Take more drastic measures to work around MSVC's failure on this by Chandler Carruth · 9 years ago
  14. babd447 [PM] Pull a lambda out of an argument into a named variable to try and by Chandler Carruth · 9 years ago
  15. 80813b1 [PM] Another attempt to satisfy MSVC. by Chandler Carruth · 9 years ago
  16. d343548 [PM] Try to appease MSVC by explicitly disambiguating a member name as by Chandler Carruth · 9 years ago
  17. 410eaeb [PM] Rewrite the loop pass manager to use a worklist and augmented run by Chandler Carruth · 9 years ago
  18. e3f5064 [PM] Introduce a reasonable port of the main per-module pass pipeline by Chandler Carruth · 9 years ago
  19. dab4eae [PM] Change the static object whose address is used to uniquely identify by Chandler Carruth · 9 years ago
  20. 0746f3b Consistently use LoopAnalysisManager by Sean Silva · 9 years ago
  21. e839c3e PM: Check that loop passes preserve a basic set of analyses by Justin Bogner · 9 years ago
  22. 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 10 years ago
  23. b47f801 [PM] Make the AnalysisManager parameter to run methods a reference. by Chandler Carruth · 10 years ago
  24. eecc3c8 PM: Implement a basic loop pass manager by Justin Bogner · 10 years ago