| Commit message (Expand) | Author | Age | Files | Lines |
| * | [MustExec] Add a generic "must-be-executed-context" explorer | Johannes Doerfert | 2019-08-23 | 1 | -0/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [stack-safety] Empty local passes for Stack Safety Global Analysis | Vitaly Buka | 2018-11-26 | 1 | -0/+1 |
| * | [stack-safety] Empty local passes for Stack Safety Local Analysis | Vitaly Buka | 2018-11-26 | 1 | -0/+1 |
| * | [NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysis | Nicolai Haehnle | 2018-08-30 | 1 | -1/+1 |
| * | Add a PhiValuesAnalysis pass to calculate the underlying values of phis | John Brawn | 2018-06-28 | 1 | -0/+1 |
| * | Add an analysis printer for must execute reasoning | Philip Reames | 2018-03-20 | 1 | -0/+1 |
| * | MemorySSA: Move to Analysis, from Transforms/Utils. It's used as | Daniel Berlin | 2017-04-11 | 1 | -0/+2 |
| * | [LVI] Add an LVI printer pass to capture test LVI cache after transformations | Anna Thomas | 2017-03-22 | 1 | -0/+1 |
| * | [LCSSA] Perform LCSSA verification only for the current loop nest. | Igor Laevsky | 2016-10-28 | 1 | -0/+1 |
| * | [PM] Port CFGViewer and CFGPrinter to the new Pass Manager | Sriraman Tallam | 2016-09-15 | 1 | -4/+4 |
| * | [BPI] Add new LazyBPI analysis | Adam Nemet | 2016-07-28 | 1 | -0/+1 |
| * | [OptRemarkEmitter] Port to new PM | Adam Nemet | 2016-07-18 | 1 | -1/+1 |
| * | [PM] Convert IVUsers analysis to new pass manager. | Dehao Chen | 2016-07-16 | 1 | -1/+1 |
| * | [OptRemark,LDist] RFC: Add hotness attribute | Adam Nemet | 2016-07-15 | 1 | -0/+1 |
| * | [BFI] Add new LazyBFI analysis pass | Adam Nemet | 2016-07-13 | 1 | -0/+1 |
| * | [CFLAA] Split into Anders+Steens analysis. | George Burgess IV | 2016-07-06 | 1 | -1/+2 |
| * | [PM] Port LVI to the new PM. | Sean Silva | 2016-06-13 | 1 | -1/+1 |
| * | [PM] Port of the DepndenceAnalysis to the new PM. | Chandler Carruth | 2016-05-12 | 1 | -1/+1 |
| * | Port DemandedBits to the new pass manager. | Michael Kuperstein | 2016-04-18 | 1 | -1/+1 |
| * | [ThinLTO] Move summary computation from BitcodeWriter to new pass | Teresa Johnson | 2016-04-11 | 1 | -0/+1 |
| * | [CG] Actually hoist up the generic CallGraphPrinter pass from a weird | Chandler Carruth | 2016-03-10 | 1 | -0/+1 |
| * | [CG] Rename the DOT printing pass to actually reference "DOT". | Chandler Carruth | 2016-03-10 | 1 | -1/+1 |
| * | [PM] Port memdep to the new pass manager. | Chandler Carruth | 2016-03-10 | 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 |
| * | 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 |
| * | [PM/AA] Port alias analysis evaluator to the new pass manager, and use | Chandler Carruth | 2016-02-20 | 1 | -1/+1 |
| * | [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible | Chandler Carruth | 2015-09-09 | 1 | -10/+8 |
| * | [ARC] Pull the ObjC ARC components that really serve the role of | Chandler Carruth | 2015-08-20 | 1 | -0/+1 |
| * | [PM/AA] Remove the last relics of the separate IPA library from LLVM, | Chandler Carruth | 2015-08-18 | 1 | -0/+8 |
| * | [PM] Port ScalarEvolution to the new pass manager. | Chandler Carruth | 2015-08-17 | 1 | -1/+1 |
| * | [PM/AA] Delete the LibCallAliasAnalysis and all the associated | Chandler Carruth | 2015-08-15 | 1 | -1/+0 |
| * | Separate out BDCE's analysis into a separate DemandedBits analysis. | James Molloy | 2015-08-14 | 1 | -0/+1 |
| * | [PM/AA] Remove the AliasDebugger pass. | Chandler Carruth | 2015-08-12 | 1 | -1/+0 |
| * | Create a wrapper pass for BranchProbabilityInfo. | Cong Hou | 2015-07-15 | 1 | -1/+1 |
| * | Create a wrapper pass for BlockFrequencyInfo. | Wei Mi | 2015-07-14 | 1 | -1/+1 |
| * | Divergence analysis for GPU programs | Jingyue Wu | 2015-04-10 | 1 | -0/+1 |
| * | Remove the Forward Control Flow Integrity pass and its dependencies. | Eric Christopher | 2015-02-27 | 1 | -1/+0 |
| * | Introduce print-memderefs to test isDereferenceablePointer | Ramkumar Ramachandra | 2015-02-06 | 1 | -0/+1 |
| * | [PM] Change the core design of the TTI analysis to use a polymorphic | Chandler Carruth | 2015-01-31 | 1 | -1/+1 |
| * | [PM] Split the LoopInfo object apart from the legacy pass, creating | Chandler Carruth | 2015-01-17 | 1 | -1/+1 |
| * | Revert "Don't make assumptions about the name of private global variables." | Reid Kleckner | 2014-11-15 | 1 | -1/+0 |
| * | Don't make assumptions about the name of private global variables. | Rafael Espindola | 2014-11-14 | 1 | -0/+1 |
| * | Add a CFL Alias Analysis implementation | Hal Finkel | 2014-09-02 | 1 | -0/+1 |
| * | Add scoped-noalias metadata | Hal Finkel | 2014-07-24 | 1 | -0/+1 |
| * | Templatify RegionInfo so it works on MachineBasicBlocks | Matt Arsenault | 2014-07-19 | 1 | -1/+1 |