| Commit message (Expand) | Author | Age | Files | Lines |
| * | [unittests] Add InitializePasses.h includes | Heejin Ahn | 2019-11-13 | 1 | -0/+1 |
| * | [AliasAnalysis] Second prototype to cache BasicAA / anyAA state. | Alina Sbirlea | 2019-03-22 | 1 | -1/+2 |
| * | [opaque pointer types] Pass value type to LoadInst creation. | James Y Knight | 2019-02-01 | 1 | -1/+1 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-02-01 | 1 | -1/+1 |
| * | Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." | James Y Knight | 2019-01-31 | 1 | -1/+1 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-01-31 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Replace most users of UnknownSize with LocationSize::unknown(); NFC | George Burgess IV | 2018-10-10 | 1 | -2/+2 |
| * | llvm: Add support for "-fno-delete-null-pointer-checks" | Manoj Gupta | 2018-07-09 | 1 | -1/+1 |
| * | [ModRefInfo] Make enum ModRefInfo an enum class [NFC]. | Alina Sbirlea | 2017-12-07 | 1 | -12/+12 |
| * | Allow None as a MemoryLocation to getModRefInfo | Alina Sbirlea | 2017-08-01 | 1 | -6/+6 |
| * | Enhance synchscope representation | Konstantin Zhuravlyov | 2017-07-11 | 1 | -2/+3 |
| * | Revert @llvm.assume with operator bundles (r289755-r289757) | Daniel Jasper | 2016-12-19 | 1 | -1/+4 |
| * | Remove the AssumptionCache | Hal Finkel | 2016-12-15 | 1 | -4/+1 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -2/+1 |
| * | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -3/+2 |
| * | NFC: make AtomicOrdering an enum class | JF Bastien | 2016-04-06 | 1 | -4/+4 |
| * | [AA] Hoist the logic to reformulate various AA queries in terms of other | Chandler Carruth | 2016-03-02 | 1 | -6/+4 |
| * | [AA] Enhance the new AliasAnalysis infrastructure with an optional | Chandler Carruth | 2015-10-21 | 1 | -1/+166 |
| * | [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible | Chandler Carruth | 2015-09-09 | 1 | -49/+35 |
| * | [PM/AA] Hoist the interface for BasicAA into a header file. | Chandler Carruth | 2015-08-06 | 1 | -0/+1 |
| * | [PM/AA] Extract the ModRef enums from the AliasAnalysis class in | Chandler Carruth | 2015-07-22 | 1 | -9/+9 |
| * | [PM/AA] Remove the Location typedef from the AliasAnalysis class now | Chandler Carruth | 2015-06-17 | 1 | -1/+1 |
| * | Make getModRefInfo(Instruction *) not crash on certain types of instructions | Daniel Berlin | 2015-04-28 | 1 | -0/+10 |
| * | Make getModRefInfo with a default location not crash. | Daniel Berlin | 2015-04-13 | 1 | -0/+94 |