| Age | Commit message (Expand) | Author |
| 2015-12-09 | [LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV e... | Silviu Baranga |
| 2015-12-07 | fix 'the the '; NFC | Sanjay Patel |
| 2015-11-05 | Fix LoopAccessAnalysis when potentially nullptr check are involved | Mehdi Amini |
| 2015-11-03 | [LAA] LLE 5/6: Add predicate functions Dependence::isForward/isBackward, NFC | Adam Nemet |
| 2015-11-03 | [LAA] LLE 3/6: Rename InterestingDependence to Dependences, NFC | Adam Nemet |
| 2015-11-03 | [LAA] LLE 2/6: Fix a NoDep case that should be a Forward dependence | Adam Nemet |
| 2015-11-03 | [LAA] LLE 1/6: Expose Forward dependences | Adam Nemet |
| 2015-11-02 | [SCEV][LV] Add SCEV Predicates and use them to re-implement stride versioning | Silviu Baranga |
| 2015-10-28 | Put global classes into the appropriate namespace. | Benjamin Kramer |
| 2015-10-10 | Analysis: Remove implicit ilist iterator conversions | Duncan P. N. Exon Smith |
| 2015-09-09 | [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible | Chandler Carruth |
| 2015-08-21 | [LAA] Hold bounds via ValueHandles during SCEV expansion | Adam Nemet |
| 2015-08-19 | [LAA] Comment how memchecks are codegened | Adam Nemet |
| 2015-08-17 | [PM] Port ScalarEvolution to the new pass manager. | Chandler Carruth |
| 2015-08-11 | [LAA] Change name from addRuntimeCheck to addRuntimeChecks, NFC | Adam Nemet |
| 2015-08-09 | [LAA] Remove unused pointer partition argument from needsChecking(), NFC | Adam Nemet |
| 2015-08-09 | [LAA] Remove unused pointer partition argument from generateChecks, NFC | Adam Nemet |
| 2015-08-07 | [LAA] Remove unused pointer partition argument from getNumberOfChecks, NFC | Adam Nemet |
| 2015-08-07 | [LAA] Make the set of runtime checks part of the state of LAA, NFC | Adam Nemet |
| 2015-08-07 | [LAA] Remove unused pointer partition argument from print(), NFC | Adam Nemet |
| 2015-08-04 | [LAA] Remove unused pointer partition argument from addRuntimeCheck, NFC | Adam Nemet |
| 2015-08-03 | [LAA] Remove unused needsAnyChecking(), NFC | Adam Nemet |
| 2015-08-01 | De-constify pointers to Type since they can't be modified. NFC | Craig Topper |
| 2015-07-28 | [LAA] Add clarifying comments for the checking pointer grouping algorithm. NFC | Silviu Baranga |
| 2015-07-27 | [LAA] Split out a helper to print a collection of memchecks | Adam Nemet |
| 2015-07-27 | [LAA] Upper-case variable names, NFC | Adam Nemet |
| 2015-07-27 | [LAA] Split out a helper from addRuntimeCheck to generate the check, NFC | Adam Nemet |
| 2015-07-27 | LoopAccessAnalysis.cpp: Tweak r243239 to avoid side effects. It caused differ... | NAKAMURA Takumi |
| 2015-07-26 | [LAA] Begin moving the logic of generating checks out of addRuntimeCheck | Adam Nemet |
| 2015-07-16 | Fix memcheck interval ends for pointers with negative strides | Silviu Baranga |
| 2015-07-16 | [LAA] Split out a helper to check the pointer partitions, NFC | Adam Nemet |
| 2015-07-14 | [LAA] Introduce RuntimePointerChecking::PointerInfo, NFC | Adam Nemet |
| 2015-07-14 | [LAA] Lift RuntimePointerCheck out of LoopAccessInfo, NFC | Adam Nemet |
| 2015-07-13 | Cleanup after r241809 - remove uncessary call to std::sort | Silviu Baranga |
| 2015-07-09 | [LAA] Fix grammar in debug output | Adam Nemet |
| 2015-07-09 | [LAA] Hide NeedRTCheck logic completely inside canCheckPtrAtRT, NFC | Adam Nemet |
| 2015-07-09 | Don't rely on the DepCands iteration order when constructing checking pointer... | Silviu Baranga |
| 2015-07-09 | [LAA] Fix line break in comment | Adam Nemet |
| 2015-07-09 | [LAA] Rename IsRTNeeded to IsRTCheckAnalysisNeeded | Adam Nemet |
| 2015-07-09 | [LAA] Fix misleading use of word 'consecutive' | Adam Nemet |
| 2015-07-08 | [LAA] Revert a small part of r239295 | Adam Nemet |
| 2015-07-08 | [LAA] Add missing debug output after r239285 | Adam Nemet |
| 2015-07-08 | [LAA] Merge memchecks for accesses separated by a constant offset | Silviu Baranga |
| 2015-06-26 | Move VectorUtils from Transforms to Analysis to correct layering violation | David Blaikie |
| 2015-06-26 | [LAA] Try to prove non-wrapping of pointers if SCEV cannot | Adam Nemet |
| 2015-06-17 | [PM/AA] Remove the UnknownSize static member from AliasAnalysis. | Chandler Carruth |
| 2015-06-17 | [PM/AA] Remove the Location typedef from the AliasAnalysis class now | Chandler Carruth |
| 2015-06-08 | [LAA] Fix estimation of number of memchecks | Silviu Baranga |
| 2015-06-08 | [LoopVectorize] Teach Loop Vectorizor about interleaved memory accesses. | Hao Liu |
| 2015-06-08 | [LoopAccessAnalysis] Teach LAA to check the memory dependence between strided... | Hao Liu |