summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/LoopDependenceAnalysis
Commit message (Collapse)AuthorAgeFilesLines
* Remove LoopDependenceAnalysis.Benjamin Kramer2012-10-266-392/+0
| | | | | | | It was unmaintained and not much more than a stub. The new DependenceAnalysis pass is both more general and complete. llvm-svn: 166810
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ↵Eli Bendersky2012-02-162-3/+1
| | | | | | | | run with LIT now and now Dejagnu. dg.exp is no longer needed. Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches. llvm-svn: 150664
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-185-5/+5
| | | | | | | | | | | | does normal initialization and normal chaining. Change the default AliasAnalysis implementation to NoAlias. Update StandardCompileOpts.h and friends to explicitly request BasicAliasAnalysis. Update tests to explicitly request -basicaa. llvm-svn: 116720
* -disable-output is no longer needed with -analyze.Dan Gohman2010-01-265-5/+5
| | | | llvm-svn: 94574
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-115-5/+5
| | | | | | | | input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-085-5/+5
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Add another Strong-SIV testcase.Andreas Bolka2009-08-081-0/+28
| | | | llvm-svn: 78446
* Fix Strong-SIV testcase.Andreas Bolka2009-08-071-1/+1
| | | | llvm-svn: 78384
* ZIV tester for LDA.Andreas Bolka2009-08-052-3/+3
| | | | llvm-svn: 78157
* Fix LDA testcases.Andreas Bolka2009-08-051-4/+4
| | | | llvm-svn: 78153
* Expand LDA testcases.Andreas Bolka2009-08-022-11/+62
| | | | llvm-svn: 77926
* Slightly reformat LDA tests to ease grepping.Andreas Bolka2009-07-285-21/+21
| | | | llvm-svn: 77398
* FileCheck'ize and expand LDA testcases.Andreas Bolka2009-07-2310-137/+292
| | | | llvm-svn: 76880
* Array accesses are independent if the underlying arrays differ.Andreas Bolka2009-06-304-2/+49
| | | | llvm-svn: 74499
* Print pairwise dependence results, add testcases.Andreas Bolka2009-06-285-0/+113
llvm-svn: 74402
OpenPOWER on IntegriCloud