Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-11 | Fix typo. | Eric Christopher | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98260 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-03-11 | Add strncpy libcall creator. Use it when it should be used. | Eric Christopher | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98219 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-03-05 | Move SimplifyLibCalls's LibCall builders to a separate file so they | Eric Christopher | |
can be used in more places. Add an argument for the TargetData that most of them need. Update for the getInt8PtrTy() change. Should be no functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97844 91177308-0d34-0410-b5e6-96231b3b80d8 |