Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / Analysis / DependenceAnalysis /
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-09-10 Matthew Simpson[SCEV] Consistently Handle Expressions That Cannot...
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-19 Hal FinkelFix how DependenceAnalysis calls delinearization
2015-05-29 Jingyue Wu[DependenceAnalysis] Extend unifySubscriptType for...
2015-05-15 James Molloy[DependenceAnalysis] Fix for PR21585: collectUpperBound...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-10 Karthik BhatFix a memory corruption in Dependency Analysis.
2015-03-10 Karthik BhatFix a crash in Dependency Analysis.
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...
2014-11-16 Jingyue Wu[DependenceAnalysis] Allow subscripts of different...
2014-05-27 Sebastian Popremove constant terms
2014-05-07 Sebastian Popsplit delinearization pass in 3 steps
2014-02-21 Sebastian Popadd -da-delinearize runs and checks to MIV testcases
2013-11-12 Sebastian Popimprove dependence analysis testcases
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-06-28 Preston Briggsgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-11-30 Preston BriggsModified dump() to provide a little
2012-11-27 Preston BriggsModified depends() to recognize that when all levels...
2012-11-27 Preston BriggsModify depends(Src, Dst, PossiblyLoopIndependent).
2012-11-21 Preston BriggsCorrects a problem where we reply exclusively of GEPs...
2012-11-13 Benjamin KramerDependenceAnalysis: Print all dependency pairs when...
2012-10-11 Sebastian Popdependence analysis