aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils/BuildLibCalls.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-171-2/+4
* StringRefize and simplify.Benjamin Kramer2011-11-151-1/+1
* BuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMemSet. They are dead and...Benjamin Kramer2010-12-271-14/+0
* simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0Benjamin Kramer2010-06-151-0/+4
* Add support for stpncpy_chk.Eric Christopher2010-04-071-1/+1
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-041-6/+6
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-021-6/+6
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-021-6/+6
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-301-6/+6
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-6/+6
* Add comment.Evan Cheng2010-03-231-0/+3
* Forgot this.Evan Cheng2010-03-231-0/+3
* Add a virtual destructor and give vtable a home.Benjamin Kramer2010-03-121-0/+1
* Factor checked library call optimization into a common helper class and use itBenjamin Kramer2010-03-121-0/+12
* stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s...Benjamin Kramer2010-03-111-7/+2
* Lower stpcpy_chk when possible.Eric Christopher2010-03-111-0/+5
* Add strncpy libcall creator. Use it when it should be used.Eric Christopher2010-03-111-0/+5
* Move SimplifyLibCalls's LibCall builders to a separate file so theyEric Christopher2010-03-051-0/+96