summaryrefslogtreecommitdiff
path: root/test/Analysis/DependenceAnalysis
AgeCommit message (Expand)Author
2017-07-05[DependenceAnalysis] Make sure base objects are the same when comparing GEPsBrendon Cahoon
2016-04-04[DependenceAnalysis] Check if result of getConstantPart is nullBrendon Cahoon
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-09-10[SCEV] Consistently Handle Expressions That Cannot Be DividedMatthew Simpson
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth
2015-08-19Fix how DependenceAnalysis calls delinearizationHal Finkel
2015-05-29[DependenceAnalysis] Extend unifySubscriptType for handling coupled subscript...Jingyue Wu
2015-05-15[DependenceAnalysis] Fix for PR21585: collectUpperBound triggers assertsJames Molloy
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-03-10Fix a memory corruption in Dependency Analysis.Karthik Bhat
2015-03-10Fix a crash in Dependency Analysis.Karthik Bhat
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-11-16[DependenceAnalysis] Allow subscripts of different typesJingyue Wu
2014-05-27remove constant termsSebastian Pop
2014-05-07split delinearization pass in 3 stepsSebastian Pop
2014-02-21add -da-delinearize runs and checks to MIV testcasesSebastian Pop
2013-11-12improve dependence analysis testcasesSebastian Pop
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-06-28git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34...Preston Briggs
2012-11-30Modified dump() to provide a littlePreston Briggs
2012-11-27Modified depends() to recognize that when all levels are "=" andPreston Briggs
2012-11-27Modify depends(Src, Dst, PossiblyLoopIndependent).Preston Briggs
2012-11-21Corrects a problem where we reply exclusively of GEPs to drivePreston Briggs
2012-11-13DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...Benjamin Kramer
2012-10-11dependence analysisSebastian Pop