1. e6959a6 [New PM] Introducing PassInstrumentation framework by Fedor Sergeev · 7 years ago
  2. 85a14f0 Temporarily Revert "[New PM] Introducing PassInstrumentation framework" by Eric Christopher · 7 years ago
  3. 5ffd6db [New PM] Introducing PassInstrumentation framework by Fedor Sergeev · 7 years ago
  4. 68fc66e Revert rL342544: [New PM] Introducing PassInstrumentation framework by Fedor Sergeev · 7 years ago
  5. fa4dbf7 [New PM] Introducing PassInstrumentation framework by Fedor Sergeev · 7 years ago
  6. 83bfb55 [PM] Switch the CGSCC debug messages to use the standard LLVM debug by Chandler Carruth · 8 years ago
  7. ed50411 [PM/LCG] Teach the LazyCallGraph to maintain reference edges from every by Chandler Carruth · 8 years ago
  8. 3870ce2 [PM] Fix a silly bug in my recent update to the CG update logic. by Chandler Carruth · 8 years ago
  9. 05c7df7 CGSCCPassManagerTest.cpp: Fix warnings. [-Wunused-variable] by NAKAMURA Takumi · 8 years ago
  10. b86a95f [PM] Add unittesting of the call graph update logic with complex by Chandler Carruth · 8 years ago
  11. 143ef32 [PM] Finish implementing and fix a chain of bugs uncovered by testing by Chandler Carruth · 8 years ago
  12. 0fc4467 [PM] Introduce the facilities for registering cross-IR-unit dependencies by Chandler Carruth · 9 years ago
  13. 8bf2780 [PM] Support invalidation of inner analysis managers from a pass over the outer IR unit. by Chandler Carruth · 9 years ago
  14. 78a6806 [PM] Extend the explicit 'invalidate' method API on analysis results to by Chandler Carruth · 9 years ago
  15. 28f31d7 [PM] Add an ASCII-art diagram for the call graph in the CGSCC unit test. by Chandler Carruth · 9 years ago
  16. 33d5681 [PM] Change the static object whose address is used to uniquely identify by Chandler Carruth · 9 years ago
  17. 56b0418 [PM] Refactor this unittest a bit to remove duplicated code. This was by Chandler Carruth · 9 years ago
  18. d6345b8 [PM] Add a unittest covering the invalidation of a Module analysis from by Chandler Carruth · 9 years ago
  19. 52c8c40 [PM] Add a unittest for invalidating module analyses with an SCC pass. by Chandler Carruth · 9 years ago
  20. fcaf12c [PM] Revert r280447: Add a unittest for invalidating module analyses with an SCC pass. by Chandler Carruth · 9 years ago
  21. 9d35b5c [PM] Try to fix an MSVC2013 failure due to finding a template by Chandler Carruth · 9 years ago
  22. 291528a [PM] Add a unittest for invalidating module analyses with an SCC pass. by Chandler Carruth · 9 years ago
  23. 9d2f1f8 [PM] (NFC) Split the IR parsing into a fixture so that I can split out by Chandler Carruth · 9 years ago
  24. b4c86c9 [PM] (NFC) Refactor the CGSCC pass manager tests to use lambda-based passes. by Chandler Carruth · 9 years ago
  25. 377af8d [PM] Introduce basic update capabilities to the new PM's CGSCC pass by Chandler Carruth · 9 years ago
  26. 20b343c Consistently use FunctionAnalysisManager by Sean Silva · 9 years ago
  27. 5dcd187 [PM] Sink the module parsing from the fixture to the test as subsequent by Chandler Carruth · 9 years ago
  28. bd6882c [PM] Run clang-format over various parts of the new pass manager code by Chandler Carruth · 9 years ago
  29. 04d0fe9 [PM] Remove support for omitting the AnalysisManager argument to new by Chandler Carruth · 9 years ago
  30. 8be7707 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  31. 8e27cb2 [PM] Make the AnalysisManager parameter to run methods a reference. by Chandler Carruth · 9 years ago
  32. e648c53 [PM] Remove an overly aggressive assert now that I can actually test the by Chandler Carruth · 10 years ago
  33. 3530d28 [PM] Add a unittest for the CGSCC pass manager in the new pass manager system. by Chandler Carruth · 10 years ago