| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -1/+2 |
| * | Revert "[CallGraph] Refine call graph for indirect calls with !callees metadata" | Benjamin Kramer | 2019-08-16 | 1 | -38/+2 |
| * | [CallGraph] Refine call graph for indirect calls with !callees metadata | Mark Lacey | 2019-08-15 | 1 | -2/+38 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -2/+2 |
| * | [CallSite removal] Move the legacy PM, call graph, and some inliner | Chandler Carruth | 2019-04-19 | 1 | -13/+12 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -2/+1 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | [Analysis] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-01 | 1 | -2/+2 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -3/+3 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -3/+3 |
| * | [Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w... | Eugene Zelenko | 2017-07-24 | 1 | -5/+16 |
| * | CallGraph: Remove almost-unused field 'Root'. | Peter Collingbourne | 2017-05-11 | 1 | -29/+5 |
| * | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -4/+8 |
| * | [PM] Change the static object whose address is used to uniquely identify | Chandler Carruth | 2016-11-23 | 1 | -1/+1 |
| * | Consistently use ModuleAnalysisManager | Sean Silva | 2016-08-09 | 1 | -1/+1 |
| * | Apply clang-tidy's modernize-loop-convert to lib/Analysis. | Benjamin Kramer | 2016-06-26 | 1 | -10/+8 |
| * | [PM] Make the AnalysisManager parameter to run methods a reference. | Chandler Carruth | 2016-03-11 | 1 | -2/+2 |
| * | [PM] Implement the final conclusion as to how the analysis IDs should | Chandler Carruth | 2016-03-11 | 1 | -1/+1 |
| * | [CG] Back out my pointless move ctor and add the explicit template | Chandler Carruth | 2016-03-10 | 1 | -0/+3 |
| * | [CG] Add a new pass manager printer pass for the old call graph and | Chandler Carruth | 2016-03-10 | 1 | -0/+6 |
| * | [CG] Actually hoist up the generic CallGraphPrinter pass from a weird | Chandler Carruth | 2016-03-10 | 1 | -0/+26 |
| * | [PM] Introduce CRTP mixin base classes to help define passes and | Chandler Carruth | 2016-02-26 | 1 | -2/+0 |
| * | [Analysis/CallGraph] Switch dump() definitions over to LLVM_DUMP_METHOD. | Davide Italiano | 2015-11-23 | 1 | -6/+3 |
| * | [PM/AA] Remove the last relics of the separate IPA library from LLVM, | Chandler Carruth | 2015-08-18 | 1 | -0/+309 |