summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/LoopAccessAnalysis
Commit message (Expand)AuthorAgeFilesLines
* Fix LoopAccessAnalysis when potentially nullptr check are involvedMehdi Amini2015-11-051-0/+38
* [LAA] LLE 3/6: Rename InterestingDependence to Dependences, NFCAdam Nemet2015-11-038-22/+22
* [LAA] LLE 2/6: Fix a NoDep case that should be a Forward dependenceAdam Nemet2015-11-031-0/+64
* [LAA] LLE 1/6: Expose Forward dependencesAdam Nemet2015-11-032-0/+52
* [LAA] Fix typo in testAdam Nemet2015-08-111-1/+1
* [LAA] Add clarifying comments for the checking pointer grouping algorithm. NFCSilviu Baranga2015-07-281-2/+7
* [LAA] Split out a helper to print a collection of memchecksAdam Nemet2015-07-271-21/+21
* Fix memcheck interval ends for pointers with negative stridesSilviu Baranga2015-07-161-0/+89
* Cleanup after r241809 - remove uncessary call to std::sortSilviu Baranga2015-07-132-12/+12
* Add a test of a regression discovered during testing of r241673Silviu Baranga2015-07-091-0/+64
* Don't rely on the DepCands iteration order when constructing checking pointer...Silviu Baranga2015-07-092-30/+30
* [LAA] Revert a small part of r239295Adam Nemet2015-07-081-0/+42
* [LAA] Merge memchecks for accesses separated by a constant offsetSilviu Baranga2015-07-083-6/+174
* [LAA] Try to prove non-wrapping of pointers if SCEV cannotAdam Nemet2015-06-261-0/+41
* [LAA] Fix estimation of number of memchecksSilviu Baranga2015-06-081-0/+58
* [LoopAccessAnalysis] Teach LAA to check the memory dependence between strided...Hao Liu2015-06-081-0/+540
* [LoopAccesses] If shouldRetryWithRuntimeCheck, reset InterestingDependencesAdam Nemet2015-05-181-0/+57
* [LoopAccesses] Rearrange printed lines in -analyzeAdam Nemet2015-05-181-1/+0
* [getUnderlyingOjbects] Analyze loop PHIs further to remove false positivesAdam Nemet2015-04-232-0/+138
* [LoopAccesses] Properly print whether memchecks are neededAdam Nemet2015-04-141-0/+43
* [LoopAccesses] Allow analysis to complete in the presence of uniform storesAdam Nemet2015-04-083-0/+160
* Revert "[LoopAccesses] Allow analysis to complete in the presence of uniform ...Adam Nemet2015-04-082-107/+0
* [LoopAccesses] Allow analysis to complete in the presence of uniform storesAdam Nemet2015-04-072-0/+107
* [LoopAccesses] Remove unused global variables in testsAdam Nemet2015-04-022-2/+0
* [LoopAccesses 3/3] Print the dependences with -analyzeAdam Nemet2015-03-102-66/+4
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-273-17/+17
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-273-19/+19
* [LV/LoopAccesses] Backward dependences are not safe just because theAdam Nemet2015-02-261-0/+50
* [LoopAccesses] Add -analyze supportAdam Nemet2015-02-192-0/+121
* Revert r229622: "[LoopAccesses] Make VectorizerParams global" and others. r22...NAKAMURA Takumi2015-02-182-121/+0
* [LoopAccesses] Add -analyze supportAdam Nemet2015-02-182-0/+121
OpenPOWER on IntegriCloud