summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyLibCalls/StrCpy.ll
Commit message (Expand)AuthorAge
* instcombine: Migrate strcpy optimizationsMeador Inge2012-10-18
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-22
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-09
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op...Evan Cheng2010-03-23
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Add targetdata strings to these tests, since SimplifyLibCalls usesDan Gohman2009-08-19
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-10
* For PR1319:Reid Spencer2007-04-16
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* This is StrCpy, NOT StrCat!Reid Spencer2005-04-29
* Add a testcase for optimizing the strcpy libcall.Reid Spencer2005-04-29