Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove LoopDependenceAnalysis. | Benjamin Kramer | 2012-10-26 | 6 | -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 Bendersky | 2012-02-16 | 2 | -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 which | Dan Gohman | 2010-10-18 | 5 | -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 Gohman | 2010-01-26 | 5 | -5/+5 |
| | | | | llvm-svn: 94574 | ||||
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 5 | -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, instead | Dan Gohman | 2009-09-08 | 5 | -5/+5 |
| | | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226 | ||||
* | Add another Strong-SIV testcase. | Andreas Bolka | 2009-08-08 | 1 | -0/+28 |
| | | | | llvm-svn: 78446 | ||||
* | Fix Strong-SIV testcase. | Andreas Bolka | 2009-08-07 | 1 | -1/+1 |
| | | | | llvm-svn: 78384 | ||||
* | ZIV tester for LDA. | Andreas Bolka | 2009-08-05 | 2 | -3/+3 |
| | | | | llvm-svn: 78157 | ||||
* | Fix LDA testcases. | Andreas Bolka | 2009-08-05 | 1 | -4/+4 |
| | | | | llvm-svn: 78153 | ||||
* | Expand LDA testcases. | Andreas Bolka | 2009-08-02 | 2 | -11/+62 |
| | | | | llvm-svn: 77926 | ||||
* | Slightly reformat LDA tests to ease grepping. | Andreas Bolka | 2009-07-28 | 5 | -21/+21 |
| | | | | llvm-svn: 77398 | ||||
* | FileCheck'ize and expand LDA testcases. | Andreas Bolka | 2009-07-23 | 10 | -137/+292 |
| | | | | llvm-svn: 76880 | ||||
* | Array accesses are independent if the underlying arrays differ. | Andreas Bolka | 2009-06-30 | 4 | -2/+49 |
| | | | | llvm-svn: 74499 | ||||
* | Print pairwise dependence results, add testcases. | Andreas Bolka | 2009-06-28 | 5 | -0/+113 |
llvm-svn: 74402 |