aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyLibCalls/memcmp.ll
AgeCommit message (Expand)Author
2012-11-11instcombine: Migrate memcmp optimizationsMeador Inge
2011-08-12Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman
2010-05-25Properly promote operands when optimizing a single-character memcmp.Benjamin Kramer
2009-12-24move an optimization for memcmp out of simplifylibcalls and into Chris Lattner
2009-11-05Teach SimplifyLibCalls to fold memcmp calls with constant arguments.Benjamin Kramer
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-04-30remove redundant check.Chris Lattner
2008-03-10Remove llvm-upgrade and update tests.Tanya Lattner
2007-04-16For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2005-09-29add a new testcaseChris Lattner