summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/BuildLibCalls.h
Commit message (Expand)AuthorAge
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* add EmitStrNLen()Nuno Lopes2012-07-25
* make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes2012-07-25
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-17
* StringRefize and simplify.Benjamin Kramer2011-11-15
* BuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMemSet. They are dead and...Benjamin Kramer2010-12-27
* simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0Benjamin Kramer2010-06-15
* Add support for stpncpy_chk.Eric Christopher2010-04-07
* 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
* Add comment.Evan Cheng2010-03-23
* Forgot this.Evan Cheng2010-03-23
* Add a virtual destructor and give vtable a home.Benjamin Kramer2010-03-12
* Factor checked library call optimization into a common helper class and use itBenjamin Kramer2010-03-12
* stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s...Benjamin Kramer2010-03-11
* Lower stpcpy_chk when possible.Eric Christopher2010-03-11
* Add strncpy libcall creator. Use it when it should be used.Eric Christopher2010-03-11
* Move SimplifyLibCalls's LibCall builders to a separate file so theyEric Christopher2010-03-05