index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Transforms
/
Utils
/
BuildLibCalls.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-17
1
-2
/
+4
*
StringRefize and simplify.
Benjamin Kramer
2011-11-15
1
-1
/
+1
*
BuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMemSet. They are dead and...
Benjamin Kramer
2010-12-27
1
-14
/
+0
*
simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0
Benjamin Kramer
2010-06-15
1
-0
/
+4
*
Add support for stpncpy_chk.
Eric Christopher
2010-04-07
1
-1
/
+1
*
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-04
1
-6
/
+6
*
Revert r100191 since it breaks objc in clang
Mon P Wang
2010-04-02
1
-6
/
+6
*
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-02
1
-6
/
+6
*
Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.
Bob Wilson
2010-03-30
1
-6
/
+6
*
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-30
1
-6
/
+6
*
Add comment.
Evan Cheng
2010-03-23
1
-0
/
+3
*
Forgot this.
Evan Cheng
2010-03-23
1
-0
/
+3
*
Add a virtual destructor and give vtable a home.
Benjamin Kramer
2010-03-12
1
-0
/
+1
*
Factor checked library call optimization into a common helper class and use it
Benjamin Kramer
2010-03-12
1
-0
/
+12
*
stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s...
Benjamin Kramer
2010-03-11
1
-7
/
+2
*
Lower stpcpy_chk when possible.
Eric Christopher
2010-03-11
1
-0
/
+5
*
Add strncpy libcall creator. Use it when it should be used.
Eric Christopher
2010-03-11
1
-0
/
+5
*
Move SimplifyLibCalls's LibCall builders to a separate file so they
Eric Christopher
2010-03-05
1
-0
/
+96