summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Analysis/DSGraph/2004-02-13-memcpy.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove DSA tests.John Criswell2006-12-131-25/+0
| | | | llvm-svn: 32543
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-2/+2
| | | | llvm-svn: 32115
* Update tests now that opt no longer reads .ll filesChris Lattner2006-08-271-2/+2
| | | | llvm-svn: 29927
* For PR872:Reid Spencer2006-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | 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
* make this test less exactingAndrew Lenharth2006-04-051-1/+1
| | | | llvm-svn: 27429
* better checkAndrew Lenharth2006-03-151-3/+15
| | | | llvm-svn: 26780
* Right, memcpy READS memory too :)Chris Lattner2004-02-131-1/+1
| | | | llvm-svn: 11373
* New testcase for support for memcpy/memmoveChris Lattner2004-02-131-0/+13
llvm-svn: 11372
OpenPOWER on IntegriCloud