summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/DSAnalysis/arraymerge.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove DSA tests.John Criswell2006-12-131-20/+0
| | | | llvm-svn: 32547
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
| | | | llvm-svn: 32115
* opt no longer reads .ll files. Run llvm-as explicitly.Chris Lattner2006-08-271-1/+1
| | | | llvm-svn: 29924
* For PR872:Reid Spencer2006-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | 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
* Changed all of these tests to be TestRunner tests (or, at least they can beJohn Criswell2003-10-031-0/+2
| | | | | | | TestRunner tests). This makes creating the new test database class easier to implement. llvm-svn: 8841
* New testcasesChris Lattner2002-10-311-0/+18
llvm-svn: 4464
OpenPOWER on IntegriCloud