1. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  2. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  3. 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
  4. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  5. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  6. 7ea6923 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  7. 695e437 Add MachineRegionInfoPassID to Passes.h. by Jan Sjodin · 8 years ago
  8. 4313059 MachineRegionInfo: Fix pass initialization by Matthias Braun · 9 years ago
  9. 751337f Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC by Hongbin Zheng · 10 years ago
  10. 3f97840 Introduce analysis pass to compute PostDominators in the new pass manager. NFC by Hongbin Zheng · 10 years ago
  11. 66b19fb Revert "Introduce analysis pass to compute PostDominators in the new pass manager. NFC" by Hongbin Zheng · 10 years ago
  12. ad782ce Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC" by Hongbin Zheng · 10 years ago
  13. 237197b Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC by Hongbin Zheng · 10 years ago
  14. a0273a0 Introduce analysis pass to compute PostDominators in the new pass manager. NFC by Hongbin Zheng · 10 years ago
  15. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  16. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  17. 5e23fb8 Header hygiene: remove using directive and #undef DEBUG_TYPE once we're done. by Richard Smith · 11 years ago
  18. 74a5332 MachineRegionInfo.cpp: Another fix on MachineRegionInfo::MachineRegionInfo::recalculate() to appease msc17. by NAKAMURA Takumi · 11 years ago
  19. 118b0c7 Fix -Asserts build introduced since r213456. by NAKAMURA Takumi · 11 years ago
  20. 1b8d837 Templatify RegionInfo so it works on MachineBasicBlocks by Matt Arsenault · 11 years ago