Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update test to remove the 'unwind' instruction. | Bill Wendling | 2011-09-19 | 1 | -1/+4 | |
| | | | | llvm-svn: 140084 | |||||
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 1 | -20/+0 | |
| | | | | | | are either unreduced or only test old syntax. llvm-svn: 133228 | |||||
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 9 | -9/+9 | |
| | | | | | | | | 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 | 9 | -9/+9 | |
| | | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226 | |||||
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 51349 | |||||
* | Rename the last test with .llx extension to .ll, resolve duplicate test by ↵ | Gabor Greif | 2008-05-20 | 1 | -1/+1 | |
| | | | | | | renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. llvm-svn: 51328 | |||||
* | Remove llvm-upgrade and update test cases. | Tanya Lattner | 2008-03-01 | 9 | -238/+239 | |
| | | | | llvm-svn: 47793 | |||||
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 | |
| | | | | llvm-svn: 37801 | |||||
* | For PR1319: | Reid Spencer | 2007-04-15 | 1 | -2/+2 | |
| | | | | | | Upgrade to use new Tcl exec based test harness llvm-svn: 36055 | |||||
* | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -1/+1 | |
| | | | | | | | | global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefile and llvm-dg.exp) instead of touching every single dg.exp file. llvm-svn: 35918 | |||||
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 11 | -0/+466 | |
llvm-svn: 33296 |