summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/LoopDependenceAnalysis/siv-strong.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove LoopDependenceAnalysis.Benjamin Kramer2012-10-261-110/+0
| | | | | | | It was unmaintained and not much more than a stub. The new DependenceAnalysis pass is both more general and complete. llvm-svn: 166810
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+1
| | | | | | | | | | | | 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-261-1/+1
| | | | llvm-svn: 94574
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
| | | | | | | | 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-081-1/+1
| | | | | | 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
* Slightly reformat LDA tests to ease grepping.Andreas Bolka2009-07-281-6/+6
| | | | llvm-svn: 77398
* FileCheck'ize and expand LDA testcases.Andreas Bolka2009-07-231-0/+82
llvm-svn: 76880
OpenPOWER on IntegriCloud