| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -1/+1 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-06-01 | 1 | -21/+25 |
| * | Add MachineRegionInfoPassID to Passes.h. | Jan Sjodin | 2017-04-11 | 1 | -1/+1 |
| * | MachineRegionInfo: Fix pass initialization | Matthias Braun | 2017-02-18 | 1 | -8/+12 |
| * | Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan... | Hongbin Zheng | 2016-02-25 | 1 | -1/+1 |
| * | Introduce analysis pass to compute PostDominators in the new pass manager. NFC | Hongbin Zheng | 2016-02-25 | 1 | -1/+1 |
| * | Revert "Introduce analysis pass to compute PostDominators in the new pass man... | Hongbin Zheng | 2016-02-25 | 1 | -1/+1 |
| * | Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute... | Hongbin Zheng | 2016-02-25 | 1 | -1/+1 |
| * | Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan... | Hongbin Zheng | 2016-02-25 | 1 | -1/+1 |
| * | Introduce analysis pass to compute PostDominators in the new pass manager. NFC | Hongbin Zheng | 2016-02-25 | 1 | -1/+1 |
| * | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
| * | Header hygiene: remove using directive and #undef DEBUG_TYPE once we're done. | Richard Smith | 2014-07-30 | 1 | -0/+2 |
| * | MachineRegionInfo.cpp: Another fix on MachineRegionInfo::MachineRegionInfo::r... | NAKAMURA Takumi | 2014-07-20 | 1 | -5/+4 |
| * | Fix -Asserts build introduced since r213456. | NAKAMURA Takumi | 2014-07-20 | 1 | -0/+2 |
| * | Templatify RegionInfo so it works on MachineBasicBlocks | Matt Arsenault | 2014-07-19 | 1 | -0/+137 |