Commit History

Author SHA1 Message Date
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Nicola Zaghen 0818e789cb Rename DEBUG macro to LLVM_DEBUG. 7 years ago
  Nico Weber 0f38c60baf IWYU for llvm-config.h in llvm, additions. 7 years ago
  Aaron Ballman 1d03d382c1 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. 7 years ago
  Don Hinton 5298935fe7 [dump] Remove NDEBUG from test to enable dump methods [NFC] 7 years ago
  Chandler Carruth e3e43d9d57 Sort the remaining #include lines in include/... and lib/.... 8 years ago
  Eugene Zelenko ff49b831bd [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). 8 years ago
  Jan Sjodin 465e205500 Add MachineRegionInfoPassID to Passes.h. 8 years ago
  Matthias Braun 5e55477ae5 MachineRegionInfo: Fix pass initialization 8 years ago
  Hongbin Zheng 159692245c Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC 9 years ago
  Hongbin Zheng 5d7472e863 Introduce analysis pass to compute PostDominators in the new pass manager. NFC 9 years ago
  Hongbin Zheng 9137eb3ff8 Revert "Introduce analysis pass to compute PostDominators in the new pass manager. NFC" 9 years ago
  Hongbin Zheng 173d9faa77 Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC" 9 years ago
  Hongbin Zheng 3f3ece8680 Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC 9 years ago
  Hongbin Zheng e2c0114367 Introduce analysis pass to compute PostDominators in the new pass manager. NFC 9 years ago
  Yaron Keren 55307987a1 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. 9 years ago
  Chandler Carruth 1b279144ec [cleanup] Re-sort all the #include lines in LLVM using 10 years ago
  Richard Smith 0630cb25a1 Header hygiene: remove using directive and #undef DEBUG_TYPE once we're done. 11 years ago
  NAKAMURA Takumi 1d55cc6828 MachineRegionInfo.cpp: Another fix on MachineRegionInfo::MachineRegionInfo::recalculate() to appease msc17. 11 years ago
  NAKAMURA Takumi 8f64ffd8f1 Fix -Asserts build introduced since r213456. 11 years ago
  Matt Arsenault 5e1c96a632 Templatify RegionInfo so it works on MachineBasicBlocks 11 years ago