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
/
lib
/
Transforms
/
Utils
/
BuildLibCalls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r100191 since it breaks objc in clang
Mon P Wang
2010-04-02
1
-23
/
+20
*
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-02
1
-20
/
+23
*
Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.
Bob Wilson
2010-03-30
1
-23
/
+20
*
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-30
1
-20
/
+23
*
Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op...
Evan Cheng
2010-03-23
1
-1
/
+25
*
Fix 80 col violation.
Evan Cheng
2010-03-22
1
-1
/
+1
*
Add a virtual destructor and give vtable a home.
Benjamin Kramer
2010-03-12
1
-0
/
+2
*
Factor checked library call optimization into a common helper class and use it
Benjamin Kramer
2010-03-12
1
-0
/
+81
*
stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s...
Benjamin Kramer
2010-03-11
1
-21
/
+3
*
Lower stpcpy_chk when possible.
Eric Christopher
2010-03-11
1
-0
/
+18
*
Fix typo.
Eric Christopher
2010-03-11
1
-1
/
+1
*
Add strncpy libcall creator. Use it when it should be used.
Eric Christopher
2010-03-11
1
-0
/
+20
*
Move SimplifyLibCalls's LibCall builders to a separate file so they
Eric Christopher
2010-03-05
1
-0
/
+324