This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6dfa1767ade [Tests] Better represent the postinc form produced by LFTR [...] new 741ce0d406e NFC: Pull out a function to reduce some duplication new 8964612be07 [SimplifyLibCalls] Fold more fortified functions into non-f [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/TargetLibraryInfo.def | 40 ++++ include/llvm/Transforms/Utils/BuildLibCalls.h | 51 ++++- include/llvm/Transforms/Utils/SimplifyLibCalls.h | 31 ++- lib/Analysis/TargetLibraryInfo.cpp | 53 ++++++ lib/Transforms/Utils/BuildLibCalls.cpp | 230 ++++++++++++----------- lib/Transforms/Utils/SimplifyLibCalls.cpp | 165 +++++++++++++--- test/Transforms/InstCombine/fortify-folding.ll | 207 ++++++++++++++++++++ unittests/Analysis/TargetLibraryInfoTest.cpp | 11 ++ 8 files changed, 656 insertions(+), 132 deletions(-) create mode 100644 test/Transforms/InstCombine/fortify-folding.ll