| Commit message (Expand) | Author | Age | Files | Lines |
| * | [CallSite removal] Move the legacy PM, call graph, and some inliner | Chandler Carruth | 2019-04-19 | 1 | -31/+31 |
| * | Fix IR/Analysis layering issue with OptBisect | Richard Trieu | 2019-02-28 | 1 | -4/+21 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Fixing -print-module-scope for legacy SCC passes | Fedor Sergeev | 2018-12-03 | 1 | -4/+21 |
| * | [New PM][PassInstrumentation] IR printing support for New Pass Manager | Fedor Sergeev | 2018-09-24 | 1 | -0/+1 |
| * | Output per-function size-info remarks | Jessica Paquette | 2018-09-06 | 1 | -2/+4 |
| * | [NFC] Pass the instruction delta to emitInstrCountChangedRemark | Jessica Paquette | 2018-08-31 | 1 | -4/+4 |
| * | [NFC] Pre-calculate SCC IR counts in size remarks. | Jessica Paquette | 2018-08-31 | 1 | -5/+13 |
| * | [NFC][PassTiming] factor out generic PassTimingInfo | Fedor Sergeev | 2018-08-28 | 1 | -0/+1 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -49/+49 |
| * | [ORE] Move loop invariant ORE checks outside the PM loop. | Xin Tong | 2018-07-22 | 1 | -2/+6 |
| * | Revert "CallGraphSCCPass: iterate over all functions." | Evgeniy Stepanov | 2018-07-13 | 1 | -71/+39 |
| * | CallGraphSCCPass: iterate over all functions. | Tim Northover | 2018-07-06 | 1 | -39/+71 |
| * | Add remarks describing when a pass changes the IR instruction count of a module | Jessica Paquette | 2018-05-18 | 1 | -0/+6 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -26/+24 |
| * | [NFC] OptPassGate extracted from OptBisect | Fedor Sergeev | 2018-03-27 | 1 | -1/+1 |
| * | [Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w... | Eugene Zelenko | 2017-08-31 | 1 | -19/+24 |
| * | Address http://bugs.llvm.org/pr32207 by making BannerPrinted local to runOnSC... | Yaron Keren | 2017-06-12 | 1 | -4/+4 |
| * | [Statistics] Add a method to atomically update a statistic that contains a ma... | Craig Topper | 2017-05-18 | 1 | -4/+2 |
| * | Rename WeakVH to WeakTrackingVH; NFC | Sanjoy Das | 2017-05-01 | 1 | -2/+3 |
| * | Reverts commit r301424, r301425 and r301426 | Sanjoy Das | 2017-04-26 | 1 | -4/+4 |
| * | Rename WeakVH to WeakTrackingVH; NFC | Sanjoy Das | 2017-04-26 | 1 | -4/+4 |
| * | Implement getPassName() for IR printing passes. | Yaron Keren | 2017-03-10 | 1 | -0/+2 |
| * | Improve the `-filter-print-funcs` option to skip the banner for CGSCC pass wh... | Mehdi Amini | 2017-01-18 | 1 | -3/+13 |
| * | Reverted: Track validity of pass results | Serge Pavlov | 2017-01-15 | 1 | -1/+0 |
| * | Track validity of pass results | Serge Pavlov | 2017-01-13 | 1 | -0/+1 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -3/+1 |
| * | RefreshCallGraph does not modify the SCC, adding "const" to make it clear (NFC) | Mehdi Amini | 2016-08-08 | 1 | -3/+3 |
| * | [CallGraphSCCPass] Use an ArrayRef instead of a pair of iterators | David Majnemer | 2016-08-06 | 1 | -1/+1 |
| * | Apply clang-tidy's modernize-loop-convert to lib/Analysis. | Benjamin Kramer | 2016-06-26 | 1 | -4/+4 |
| * | Interprocedural Register Allocation (IPRA) Analysis | Mehdi Amini | 2016-06-10 | 1 | -0/+4 |
| * | Re-commit optimization bisect support (r267022) without new pass manager supp... | Andrew Kaylor | 2016-04-22 | 1 | -1/+8 |
| * | Revert "Initial implementation of optimization bisect support." | Vedant Kumar | 2016-04-22 | 1 | -8/+1 |
| * | Initial implementation of optimization bisect support. | Andrew Kaylor | 2016-04-21 | 1 | -1/+8 |
| * | Recommit r256952 "Filtering IR printing for print-after-all/print-before-all" | Weiming Zhao | 2016-01-06 | 1 | -3/+4 |
| * | Revert r256952 due to lit test fails. | Weiming Zhao | 2016-01-06 | 1 | -4/+3 |
| * | Filtering IR printing for print-after-all/print-before-all | Weiming Zhao | 2016-01-06 | 1 | -3/+4 |
| * | [PM/AA] Remove the last relics of the separate IPA library from LLVM, | Chandler Carruth | 2015-08-18 | 1 | -0/+632 |