1. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 8 years ago
  2. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  3. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  4. 48666a6 [Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  5. b292c22 [Dominators] Make IsPostDominator a template parameter by Jakub Kuderski · 8 years ago
  6. ca68a3e [PM] Introduce an analysis set used to preserve all analyses over by Chandler Carruth · 9 years ago
  7. dab4eae [PM] Change the static object whose address is used to uniquely identify by Chandler Carruth · 9 years ago
  8. b47f801 [PM] Make the AnalysisManager parameter to run methods a reference. by Chandler Carruth · 10 years ago
  9. b4faf13 [PM] Implement the final conclusion as to how the analysis IDs should by Chandler Carruth · 10 years ago
  10. df0cd72 [PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix for clang. by NAKAMURA Takumi · 10 years ago
  11. ca04a1f Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tweaks." by NAKAMURA Takumi · 10 years ago
  12. de40e74 [PM] Appease mingw32's auto-import DLL build with minimal tweaks. by NAKAMURA Takumi · 10 years ago
  13. 3a63435 [PM] Introduce CRTP mixin base classes to help define passes and by Chandler Carruth · 10 years ago
  14. 751337f Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC by Hongbin Zheng · 10 years ago
  15. ad782ce Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC" by Hongbin Zheng · 10 years ago
  16. 237197b Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC by Hongbin Zheng · 10 years ago
  17. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  18. 4181ea3 Templatify DominanceFrontier. by Matt Arsenault · 11 years ago
  19. 9f00886 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  20. 7352302 [PM] Split DominatorTree into a concrete analysis result object which by Chandler Carruth · 12 years ago
  21. d48cdbf Put the functionality for printing a value to a raw_ostream as an by Chandler Carruth · 12 years ago
  22. 9aca918 Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
  23. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  24. 49d684e Release build: guard dump functions with by Manman Ren · 13 years ago
  25. c3366cc Release build: guard dump functions with "ifndef NDEBUG" by Manman Ren · 13 years ago
  26. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  27. 6b0c4c9 Move DominanceFrontier from VMCore to Analysis. by Cameron Zwarich · 15 years ago