aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyLibCalls/StrCat.ll
Commit message (Expand)AuthorAgeFilesLines
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-2/+2
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-2/+2
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-2/+2
* Add targetdata strings to these tests, since SimplifyLibCalls usesDan Gohman2009-08-191-0/+4
* Let the strcat optimizer return the pointer to the start of the buffer,Ed Schouten2009-04-061-0/+3
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-101-19/+20
* For PR1319:Reid Spencer2007-04-161-1/+2
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
* * Add a test case for StrLenOptimizationReid Spencer2005-04-261-0/+24