| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove DSA tests. | John Criswell | 2006-12-13 | 1 | -4/+0 |
| | | | | | llvm-svn: 32549 | ||||
| * | Remove DSA tests. | John Criswell | 2006-12-13 | 14 | -331/+0 |
| | | | | | llvm-svn: 32547 | ||||
| * | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 13 | -13/+13 |
| | | | | | llvm-svn: 32115 | ||||
| * | Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and | Reid Spencer | 2006-11-23 | 7 | -19/+19 |
| | | | | | | | | older features will be dropped soon and these test cases must not rely on the upgrade capability. llvm-svn: 31896 | ||||
| * | opt no longer reads .ll files. Run llvm-as explicitly. | Chris Lattner | 2006-08-27 | 13 | -13/+13 |
| | | | | | llvm-svn: 29924 | ||||
| * | For PR872: | Reid Spencer | 2006-08-18 | 13 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | Shrinkify LLVM's footprint by removing the analyze tool and moving its functionality into the opt tool. THis eliminates one of the largest tools from LLVM and doesn't make opt much bigger because it already included most of the analysis passes. To get the old analyze functionality pass the -analyze option to opt. Note that the integeration here is dead simple. The "main" of analyze was just copied to opt and invoked if the -analyze option was given. There may be opportunities for further integration such as removing the distinction between transform passes and analysis passes. To use the analysis functionality, if you previously did this: analyze $FNAME -domset -disable-verify you would now do this: opt -analyze $FNAME -domset -disable-verify Pretty simple. llvm-svn: 29762 | ||||
| * | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 27635 | ||||
| * | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer | 2006-03-23 | 1 | -1/+3 |
| | | | | | | | | | with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known output from running "make check". llvm-svn: 27009 | ||||
| * | Adding srcdir arg | Tanya Lattner | 2004-11-19 | 1 | -1/+1 |
| | | | | | llvm-svn: 18020 | ||||
| * | Adding subdirectory dg.exp files in order to be able to use dejagnu to only ↵ | Tanya Lattner | 2004-11-13 | 1 | -0/+3 |
| | | | | | | | run specific tests (located in some subdirectory of Regression) llvm-svn: 17712 | ||||
| * | Changed all of these tests to be TestRunner tests (or, at least they can be | John Criswell | 2003-10-03 | 13 | -4/+24 |
| | | | | | | | | TestRunner tests). This makes creating the new test database class easier to implement. llvm-svn: 8841 | ||||
| * | Removing Makefiles. Regression tests are now run by QMTest. | John Criswell | 2003-09-15 | 1 | -30/+0 |
| | | | | | llvm-svn: 8548 | ||||
| * | New testcases for bugs and the new DAE pass | Chris Lattner | 2003-06-16 | 1 | -0/+14 |
| | | | | | llvm-svn: 6693 | ||||
| * | Check in old tests | Chris Lattner | 2003-05-29 | 2 | -0/+36 |
| | | | | | llvm-svn: 6408 | ||||
| * | Run local, bu, & td analyses | Chris Lattner | 2002-11-10 | 1 | -1/+1 |
| | | | | | llvm-svn: 4670 | ||||
| * | Add new test that causes infinite recursion in bu pass | Chris Lattner | 2002-11-10 | 1 | -0/+24 |
| | | | | | llvm-svn: 4669 | ||||
| * | New testcases | Chris Lattner | 2002-11-06 | 2 | -0/+41 |
| | | | | | llvm-svn: 4563 | ||||
| * | New testcase | Chris Lattner | 2002-11-05 | 1 | -0/+6 |
| | | | | | llvm-svn: 4553 | ||||
| * | Improve the clean target | Chris Lattner | 2002-11-04 | 1 | -0/+3 |
| | | | | | llvm-svn: 4519 | ||||
| * | Use absolute path name for "analyze" since we are changing directories. | Vikram S. Adve | 2002-11-01 | 1 | -1/+4 |
| | | | | | llvm-svn: 4483 | ||||
| * | New testcases | Chris Lattner | 2002-10-31 | 2 | -0/+84 |
| | | | | | llvm-svn: 4464 | ||||
| * | Tell cvs to ignore *.dot and *.ps files in this directory | Chris Lattner | 2002-10-31 | 1 | -0/+2 |
| | | | | | llvm-svn: 4463 | ||||
| * | New testcase for the possible array merging scenarios | Chris Lattner | 2002-10-31 | 1 | -0/+38 |
| | | | | | llvm-svn: 4462 | ||||
| * | New testcases | Chris Lattner | 2002-10-31 | 3 | -0/+65 |
| | | | | | llvm-svn: 4455 | ||||
| * | Allow production of -stats output for benchmarks by specifying | Chris Lattner | 2002-09-30 | 1 | -0/+24 |
| ENABLE_STATS=1 on the make command line. llvm-svn: 3989 | |||||

