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
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-14
/
+0
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-1
/
+2
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-0
/
+8
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-16
/
+16
*
add EmitStrNLen()
Nuno Lopes
2012-07-25
1
-0
/
+6
*
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-25
1
-17
/
+24
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-1
/
+1
*
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