Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Upgrade tests. | Tanya Lattner | 2008-03-19 | 4 | -44/+33 | |
| | | | | llvm-svn: 48538 | |||||
* | Be more careful modifying the use_list while also iterating through it. | Nick Lewycky | 2008-01-27 | 1 | -0/+2 | |
| | | | | llvm-svn: 46417 | |||||
* | If a value is incoming from outside the loop then the value does not need ↵ | Devang Patel | 2007-11-05 | 1 | -0/+293 | |
| | | | | | | remapping and the value is never tracked through LastValueMap. llvm-svn: 43728 | |||||
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 | |
| | | | | llvm-svn: 37801 | |||||
* | Add a testcase for unrolling loops with unknown tripcounts. | Dan Gohman | 2007-05-18 | 1 | -0/+18 | |
| | | | | llvm-svn: 37238 | |||||
* | new testcase for PR1385 | Chris Lattner | 2007-05-05 | 1 | -0/+36 | |
| | | | | llvm-svn: 36783 | |||||
* | Add PR number for reference. | Devang Patel | 2007-04-16 | 1 | -0/+1 | |
| | | | | llvm-svn: 36184 | |||||
* | New test case. | Devang Patel | 2007-04-16 | 1 | -0/+17 | |
| | | | | llvm-svn: 36181 | |||||
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -1/+1 | |
| | | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142 | |||||
* | For PR1319: | Reid Spencer | 2007-04-15 | 1 | -2/+2 | |
| | | | | | | Upgrade to use new Tcl exec based test harness. llvm-svn: 36062 | |||||
* | 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 | 5 | -0/+68 | |
llvm-svn: 33296 |