index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
BuildLibCalls.cpp
Age
Commit message (
Expand
)
Author
2010-04-16
reapply r101434
Gabor Greif
2010-04-16
back out r101423 and r101397, they break llvm-gcc self-host on darwin10
Gabor Greif
2010-04-15
reapply r101364, which has been backed out in r101368
Gabor Greif
2010-04-15
back out r101364, as it trips the linux nightlybot on some clang C++ tests
Gabor Greif
2010-04-15
rotate CallInst operands, i.e. move callee to the back
Gabor Greif
2010-04-13
Actually... return after the check for invalid input.
Eric Christopher
2010-04-12
Verify function prototypes before trying to optimize functions. We also
Eric Christopher
2010-04-07
Add support for stpncpy_chk.
Eric Christopher
2010-04-04
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-02
Revert r100191 since it breaks objc in clang
Mon P Wang
2010-04-02
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-03-30
Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.
Bob Wilson
2010-03-30
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-23
Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op...
Evan Cheng
2010-03-22
Fix 80 col violation.
Evan Cheng
2010-03-12
Add a virtual destructor and give vtable a home.
Benjamin Kramer
2010-03-12
Factor checked library call optimization into a common helper class and use it
Benjamin Kramer
2010-03-11
stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s...
Benjamin Kramer
2010-03-11
Lower stpcpy_chk when possible.
Eric Christopher
2010-03-11
Fix typo.
Eric Christopher
2010-03-11
Add strncpy libcall creator. Use it when it should be used.
Eric Christopher
2010-03-05
Move SimplifyLibCalls's LibCall builders to a separate file so they
Eric Christopher