summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/DependenceAnalysis
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-242-2/+2
* [DA] Improve dump to show source and sink of the dependenceBardia Mahjour2019-12-111-0/+50
* [NFC] Test commit accessBardia Mahjour2019-09-161-0/+1
* [DA] Add an option to control delinearization validity checksWhitney Tsang2019-06-101-0/+237
* [DA][NewPM] Handle transitive dependencies in the new-pm version of DAPhilip Pfaffe2019-02-031-0/+16
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-151-1/+1
* [DA][NewPM] Add a printerpass and port the testsuitePhilip Pfaffe2019-01-0825-0/+48
* [DA] Delinearise AddRecs if we can prove they don't wrapDavid Green2018-06-251-1/+35
* [DA] Enable -da-delinearize by defaultDavid Green2018-06-2113-30/+577
* [DA] Fix direction vectors for weakZeroSrcSIVDavid Green2018-05-313-3/+105
* [DA] Improve alias checking in dependence analysisDavid Green2018-04-101-0/+140
* DA: remove uses of GEP, only ask SCEVSebastian Pop2018-03-0610-430/+388
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-1/+1
* [DependenceAnalysis] Make sure base objects are the same when comparing GEPsBrendon Cahoon2017-07-051-0/+80
* [DependenceAnalysis] Check if result of getConstantPart is nullBrendon Cahoon2016-04-041-0/+73
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-1/+1
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-1/+1
* [SCEV] Consistently Handle Expressions That Cannot Be DividedMatthew Simpson2015-09-101-0/+36
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-1/+1
* Fix how DependenceAnalysis calls delinearizationHal Finkel2015-08-191-7/+7
* [DependenceAnalysis] Extend unifySubscriptType for handling coupled subscript...Jingyue Wu2015-05-291-0/+70
* [DependenceAnalysis] Fix for PR21585: collectUpperBound triggers assertsJames Molloy2015-05-151-0/+105
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-1/+1
* Fix a memory corruption in Dependency Analysis.Karthik Bhat2015-03-101-0/+103
* Fix a crash in Dependency Analysis.Karthik Bhat2015-03-101-0/+51
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-2717-146/+146
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-2717-476/+476
* [DependenceAnalysis] Allow subscripts of different typesJingyue Wu2014-11-161-0/+40
* remove constant termsSebastian Pop2014-05-271-6/+6
* split delinearization pass in 3 stepsSebastian Pop2014-05-072-22/+22
* add -da-delinearize runs and checks to MIV testcasesSebastian Pop2014-02-212-2/+188
* improve dependence analysis testcasesSebastian Pop2013-11-123-1/+30
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* (no commit message)Preston Briggs2013-06-281-0/+40
* Modified dump() to provide a littlePreston Briggs2012-11-302-4/+4
* Modified depends() to recognize that when all levels are "=" andPreston Briggs2012-11-2715-360/+360
* Modify depends(Src, Dst, PossiblyLoopIndependent).Preston Briggs2012-11-2714-401/+401
* Corrects a problem where we reply exclusively of GEPs to drivePreston Briggs2012-11-2115-142/+187
* DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...Benjamin Kramer2012-11-1315-1346/+2559
* dependence analysisSebastian Pop2012-10-1116-0/+5522
OpenPOWER on IntegriCloud