| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add ExternalAAWrapperPass to createLegacyPMAAResults. | Neil Henning | 2020-01-06 | 1 | -0/+5 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+10 |
| * | Change TargetLibraryInfo analysis passes to always require Function | Teresa Johnson | 2019-09-07 | 1 | -2/+2 |
| * | [AliasAnalysis/NewPassManager] Invalidate AAManager less often. | Alina Sbirlea | 2019-04-30 | 1 | -4/+8 |
| * | Revert [AliasAnalysis] AAResults preserves AAManager. | Alina Sbirlea | 2019-04-24 | 1 | -4/+6 |
| * | [AliasAnalysis] AAResults preserves AAManager. | Alina Sbirlea | 2019-04-23 | 1 | -6/+4 |
| * | [AliasAnalysis] Second prototype to cache BasicAA / anyAA state. | Alina Sbirlea | 2019-03-22 | 1 | -16/+101 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [CallSite removal] Migrate all Alias Analysis APIs to use the newly | Chandler Carruth | 2019-01-07 | 1 | -75/+78 |
| * | Allow subclassing ExternalAA | Matt Arsenault | 2018-11-07 | 1 | -22/+0 |
| * | [AA] Remove a needless variable [NFC] | Philip Reames | 2018-08-22 | 1 | -3/+1 |
| * | [MSSA] Print more optimization information | George Burgess IV | 2018-06-14 | 1 | -0/+18 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [ModRefInfo] Rename local variable IsMustAlias to avoid shadowing MustAlias e... | Alina Sbirlea | 2018-04-30 | 1 | -3/+3 |
| * | [ModRefInfo] Return NoModRef for Must and NoModRef. | Alina Sbirlea | 2018-01-19 | 1 | -71/+77 |
| * | [ModRefInfo] Add must alias info to ModRefInfo. | Alina Sbirlea | 2017-12-21 | 1 | -17/+78 |
| * | [ModRefInfo] Make enum ModRefInfo an enum class [NFC]. | Alina Sbirlea | 2017-12-07 | 1 | -48/+48 |
| * | [ModRefInfo] Do not use ModRefInfo result in if conditions as this makes | Alina Sbirlea | 2017-12-06 | 1 | -1/+1 |
| * | [ModRefInfo] Initialize ArgMask to MRI_NoModRef. | Alina Sbirlea | 2017-12-05 | 1 | -1/+1 |
| * | Modify ModRefInfo values using static inline method abstractions [NFC]. | Alina Sbirlea | 2017-12-05 | 1 | -36/+42 |
| * | [Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w... | Eugene Zelenko | 2017-08-11 | 1 | -15/+27 |
| * | [IR] Make paramHasAttr to use arg indices instead of attr indices | Reid Kleckner | 2017-04-14 | 1 | -1/+1 |
| * | AliasAnalysis: Be less conservative about volatile than atomic. | Daniel Berlin | 2017-04-07 | 1 | -4/+4 |
| * | [AliasAnalysis] Fences do not modify constant memory location | Anna Thomas | 2017-01-20 | 1 | -0/+8 |
| * | [PM] Remove a pointless optimization. | Chandler Carruth | 2016-12-27 | 1 | -3/+0 |
| * | [PM] Teach the AAManager and AAResults layer (the worst offender for | Chandler Carruth | 2016-12-27 | 1 | -1/+21 |
| * | Revert part of r289765 that is not necessary | Hal Finkel | 2016-12-15 | 1 | -2/+2 |
| * | Fix argument attribute queries with bundle operands | Hal Finkel | 2016-12-15 | 1 | -3/+4 |
| * | [PM] Change the static object whose address is used to uniquely identify | Chandler Carruth | 2016-11-23 | 1 | -1/+1 |
| * | [BasicAA] Teach BasicAA to handle the inaccessiblememonly and inaccessiblemem... | Andrew Kaylor | 2016-11-08 | 1 | -2/+3 |
| * | [AliasAnalysis] Give back AA results for fence instructions | David Majnemer | 2016-07-15 | 1 | -0/+3 |
| * | AliasAnalysis: unify getModRefInfo(I, CS) semantics with other overloads | Nicolai Haehnle | 2016-07-11 | 1 | -1/+1 |
| * | [CFLAA] Split into Anders+Steens analysis. | George Burgess IV | 2016-07-06 | 1 | -6/+14 |
| * | Add writeonly IR attribute | Nicolai Haehnle | 2016-07-04 | 1 | -0/+4 |
| * | Fix AAResults::callCapturesBefore for operand bundles | Sanjoy Das | 2016-06-13 | 1 | -1/+1 |
| * | NFC: make AtomicOrdering an enum class | JF Bastien | 2016-04-06 | 1 | -2/+2 |
| * | [PM] Implement the final conclusion as to how the analysis IDs should | Chandler Carruth | 2016-03-11 | 1 | -1/+1 |
| * | [AA] Hoist the logic to reformulate various AA queries in terms of other | Chandler Carruth | 2016-03-02 | 1 | -11/+127 |
| * | [PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix fo... | NAKAMURA Takumi | 2016-02-28 | 1 | -0/+3 |
| * | Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tw... | NAKAMURA Takumi | 2016-02-28 | 1 | -3/+0 |
| * | [PM] Appease mingw32's auto-import DLL build with minimal tweaks. | NAKAMURA Takumi | 2016-02-28 | 1 | -0/+3 |
| * | [PM] Introduce CRTP mixin base classes to help define passes and | Chandler Carruth | 2016-02-26 | 1 | -3/+0 |
| * | [PM/AA] Actually wire the AAManager I built for the new pass manager | Chandler Carruth | 2016-02-13 | 1 | -0/+3 |
| * | Add an "addUsedAAAnalyses" helper function | Sanjoy Das | 2016-02-09 | 1 | -0/+11 |
| * | Remove SCEVAAWrapperPass from createLegacyPMAAResults; NFC | Sanjoy Das | 2016-02-09 | 1 | -2/+0 |
| * | fix formatting; NFC | Sanjay Patel | 2016-01-13 | 1 | -4/+2 |
| * | don't duplicate comments that are in the header file; NFC | Sanjay Patel | 2016-01-13 | 1 | -16/+0 |
| * | [AliasAnalysis] CatchPad and CatchRet can modify escaped memory | David Majnemer | 2015-11-17 | 1 | -0/+26 |
| * | [AA] Enhance the new AliasAnalysis infrastructure with an optional | Chandler Carruth | 2015-10-21 | 1 | -0/+40 |
| * | Analysis: Remove implicit ilist iterator conversions | Duncan P. N. Exon Smith | 2015-10-10 | 1 | -3/+3 |