[DivergenceAnalysis] fix a bug in computing influence regions
[oota-llvm.git] / test / Analysis / LoopAccessAnalysis /
2015-11-05 Mehdi AminiFix LoopAccessAnalysis when potentially nullptr check...
2015-11-03 Adam Nemet[LAA] LLE 3/6: Rename InterestingDependence to Dependen...
2015-11-03 Adam Nemet[LAA] LLE 2/6: Fix a NoDep case that should be a Forwar...
2015-11-03 Adam Nemet[LAA] LLE 1/6: Expose Forward dependences
2015-08-11 Adam Nemet[LAA] Fix typo in test
2015-07-28 Silviu Baranga[LAA] Add clarifying comments for the checking pointer...
2015-07-27 Adam Nemet[LAA] Split out a helper to print a collection of memchecks
2015-07-16 Silviu BarangaFix memcheck interval ends for pointers with negative...
2015-07-13 Silviu BarangaCleanup after r241809 - remove uncessary call to std...
2015-07-09 Silviu BarangaAdd a test of a regression discovered during testing...
2015-07-09 Silviu BarangaDon't rely on the DepCands iteration order when constru...
2015-07-08 Adam Nemet[LAA] Revert a small part of r239295
2015-07-08 Silviu Baranga[LAA] Merge memchecks for accesses separated by a const...
2015-06-26 Adam Nemet[LAA] Try to prove non-wrapping of pointers if SCEV...
2015-06-08 Silviu Baranga[LAA] Fix estimation of number of memchecks
2015-06-08 Hao Liu[LoopAccessAnalysis] Teach LAA to check the memory...
2015-05-18 Adam Nemet[LoopAccesses] If shouldRetryWithRuntimeCheck, reset...
2015-05-18 Adam Nemet[LoopAccesses] Rearrange printed lines in -analyze
2015-04-23 Adam Nemet[getUnderlyingOjbects] Analyze loop PHIs further to...
2015-04-14 Adam Nemet[LoopAccesses] Properly print whether memchecks are...
2015-04-08 Adam Nemet[LoopAccesses] Allow analysis to complete in the presen...
2015-04-08 Adam NemetRevert "[LoopAccesses] Allow analysis to complete in...
2015-04-07 Adam Nemet[LoopAccesses] Allow analysis to complete in the presen...
2015-04-02 Adam Nemet[LoopAccesses] Remove unused global variables in tests
2015-03-10 Adam Nemet[LoopAccesses 3/3] Print the dependences with -analyze
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-26 Adam Nemet[LV/LoopAccesses] Backward dependences are not safe...
2015-02-19 Adam Nemet[LoopAccesses] Add -analyze support
2015-02-18 NAKAMURA TakumiRevert r229622: "[LoopAccesses] Make VectorizerParams...
2015-02-18 Adam Nemet[LoopAccesses] Add -analyze support