| 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 |
| * | MachineFunctionPrinterPass: Declare SlotIndexes as used if available; NFC | Matthias Braun | 2018-10-08 | 1 | -0/+1 |
| * | [New PM][PassInstrumentation] IR printing support for New Pass Manager | Fedor Sergeev | 2018-09-24 | 1 | -0/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
| * | Recommit r256952 "Filtering IR printing for print-after-all/print-before-all" | Weiming Zhao | 2016-01-06 | 1 | -1/+3 |
| * | Revert r256952 due to lit test fails. | Weiming Zhao | 2016-01-06 | 1 | -3/+1 |
| * | Filtering IR printing for print-after-all/print-before-all | Weiming Zhao | 2016-01-06 | 1 | -1/+3 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| * | Rename argument strings of codegen passes to avoid collisions with command line | Akira Hatanaka | 2014-12-13 | 1 | -1/+1 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-07 | 1 | -3/+3 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
| * | Symbol hygiene: Make sure declarations and definitions match, make helper fun... | Benjamin Kramer | 2012-10-20 | 1 | -1/+1 |
| * | Print SlotIndexes when available for -print-machineinstrs. | Jakob Stoklund Olesen | 2012-07-04 | 1 | -1/+2 |
| * | Add an insertPass API to TargetPassConfig. <rdar://problem/11498613> | Bob Wilson | 2012-05-30 | 1 | -0/+6 |
| * | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| * | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| * | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
| * | Ok, third time's the charm. No changes from last time except the CMake | David Greene | 2010-04-02 | 1 | -0/+60 |
| * | remove empty file. | Chris Lattner | 2010-04-02 | 1 | -0/+0 |
| * | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng | 2010-04-02 | 1 | -60/+0 |
| * | Let's try this again. Re-apply 100143 including an apparent missing | David Greene | 2010-04-02 | 1 | -0/+60 |
| * | Revert r100143. | Eric Christopher | 2010-04-01 | 1 | -60/+0 |
| * | Add some switches helpful for debugging: | David Greene | 2010-04-01 | 1 | -0/+60 |