aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyLibCalls/StrCpy.ll
AgeCommit message (Expand)Author
2012-10-18instcombine: Migrate strcpy optimizationsMeador Inge
2012-05-22revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes
2012-05-09change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes
2010-04-04Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang
2010-04-02Revert r100191 since it breaks objc in clang Mon P Wang
2010-04-02Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang
2010-03-30Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson
2010-03-30Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang
2010-03-23Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op...Evan Cheng
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
2009-08-19Add targetdata strings to these tests, since SimplifyLibCalls usesDan Gohman
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-04-29This is StrCpy, NOT StrCat!Reid Spencer
2005-04-29Add a testcase for optimizing the strcpy libcall.Reid Spencer