aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyLibCalls/MemCpy.ll
Commit message (Expand)AuthorAgeFilesLines
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-1/+1
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-11/+10
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* no reason for simplifylibcalls to simplify intrinsics, instcombine doesChris Lattner2008-04-301-3/+1
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-101-16/+16
* For PR1319:Reid Spencer2007-04-161-2/+2
* Upgrade intrinsic function calls manually.Reid Spencer2006-12-021-5/+5
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-2/+2
* Update these tests (which use autoupgrade) to run constprop and checkChris Lattner2006-03-091-1/+2
* Add a new test case for the llvm.memcpy simplification case.Reid Spencer2005-04-261-0/+21