aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyLibCalls/StrLen.ll
Commit message (Expand)AuthorAgeFilesLines
* "@string = constant i8 0" is a value i8* string of length zero. Analyze thatNick Lewycky2011-10-201-0/+6
* 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
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-101-39/+37
* For PR1319:Reid Spencer2007-04-161-1/+1
* For PR761:Reid Spencer2007-01-261-1/+4
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
* * Break tests into individual cases so its easier to see what's going on.Reid Spencer2005-05-071-6/+39
* * Fix signed/unsigned usage problemReid Spencer2005-04-301-9/+10
* Result of strlen is size_t which is either uint or ulong, not int.Reid Spencer2005-04-261-4/+4
* * Add a test case for StrLenOptimizationReid Spencer2005-04-261-0/+21