This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 70284788c6b [libFuzzer] try to use less RAM while processing the initia [...] new 68d0bd1ed4f Add strictfp attribute to prevent unwanted optimizations of [...]
The 1 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: docs/LangRef.rst | 6 + include/llvm/Bitcode/LLVMBitCodes.h | 3 +- include/llvm/IR/Attributes.td | 3 + include/llvm/IR/CallSite.h | 5 + include/llvm/IR/Instructions.h | 6 + include/llvm/Transforms/Utils/SimplifyLibCalls.h | 3 + lib/Analysis/ConstantFolding.cpp | 6 +- lib/AsmParser/LLLexer.cpp | 1 + lib/AsmParser/LLParser.cpp | 3 + lib/AsmParser/LLToken.h | 1 + lib/Bitcode/Reader/BitcodeReader.cpp | 3 + lib/Bitcode/Writer/BitcodeWriter.cpp | 2 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 6 +- lib/IR/Attributes.cpp | 2 + lib/IR/Verifier.cpp | 1 + lib/Transforms/IPO/ForceFunctionAttrs.cpp | 1 + lib/Transforms/Utils/SimplifyLibCalls.cpp | 173 ++++++++++++--------- test/Bitcode/compatibility.ll | 5 + test/Transforms/DCE/calls-errno.ll | 4 + .../InstCombine/constant-fold-libfunc.ll | 11 ++ test/Transforms/InstCombine/memcpy-1.ll | 9 ++ utils/vim/syntax/llvm.vim | 1 + 22 files changed, 172 insertions(+), 83 deletions(-)