summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/DSAnalysis
Commit message (Collapse)AuthorAgeFilesLines
* Remove DSA tests.John Criswell2006-12-131-4/+0
| | | | llvm-svn: 32549
* Remove DSA tests.John Criswell2006-12-1314-331/+0
| | | | llvm-svn: 32547
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0213-13/+13
| | | | llvm-svn: 32115
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-237-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 Lattner2006-08-2713-13/+13
| | | | llvm-svn: 29924
* For PR872:Reid Spencer2006-08-1813-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 versionTanya Lattner2006-04-121-1/+1
| | | | llvm-svn: 27635
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-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 argTanya Lattner2004-11-191-1/+1
| | | | llvm-svn: 18020
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only ↵Tanya Lattner2004-11-131-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 beJohn Criswell2003-10-0313-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 Criswell2003-09-151-30/+0
| | | | llvm-svn: 8548
* New testcases for bugs and the new DAE passChris Lattner2003-06-161-0/+14
| | | | llvm-svn: 6693
* Check in old testsChris Lattner2003-05-292-0/+36
| | | | llvm-svn: 6408
* Run local, bu, & td analysesChris Lattner2002-11-101-1/+1
| | | | llvm-svn: 4670
* Add new test that causes infinite recursion in bu passChris Lattner2002-11-101-0/+24
| | | | llvm-svn: 4669
* New testcasesChris Lattner2002-11-062-0/+41
| | | | llvm-svn: 4563
* New testcaseChris Lattner2002-11-051-0/+6
| | | | llvm-svn: 4553
* Improve the clean targetChris Lattner2002-11-041-0/+3
| | | | llvm-svn: 4519
* Use absolute path name for "analyze" since we are changing directories.Vikram S. Adve2002-11-011-1/+4
| | | | llvm-svn: 4483
* New testcasesChris Lattner2002-10-312-0/+84
| | | | llvm-svn: 4464
* Tell cvs to ignore *.dot and *.ps files in this directoryChris Lattner2002-10-311-0/+2
| | | | llvm-svn: 4463
* New testcase for the possible array merging scenariosChris Lattner2002-10-311-0/+38
| | | | llvm-svn: 4462
* New testcasesChris Lattner2002-10-313-0/+65
| | | | llvm-svn: 4455
* Allow production of -stats output for benchmarks by specifyingChris Lattner2002-09-301-0/+24
ENABLE_STATS=1 on the make command line. llvm-svn: 3989
OpenPOWER on IntegriCloud