Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-27 | instcombine: Migrate sprintf optimizations | Meador Inge | |
This patch migrates the sprintf optimizations from the simplify-libcalls pass into the instcombine library call simplifier. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168677 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-05-31 | The memcpy intrinsic only takes i8* for %src and %dst, so cast them to that | Nick Lewycky | |
first. Fixes PR7265. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105206 91177308-0d34-0410-b5e6-96231b3b80d8 |