This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eb4bacbd3d9 [docs][llvm-readobj][llvm-readelf] Improve wording new 7597e7f1797 Add, and infer, a nofree function attribute
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 | 8 + include/llvm/Analysis/MemoryBuiltins.h | 13 + include/llvm/Analysis/TargetLibraryInfo.def | 9 + include/llvm/Bitcode/LLVMBitCodes.h | 1 + include/llvm/IR/Attributes.td | 3 + include/llvm/IR/Function.h | 8 + lib/Analysis/MemoryBuiltins.cpp | 55 +- lib/AsmParser/LLLexer.cpp | 1 + lib/AsmParser/LLParser.cpp | 1 + lib/AsmParser/LLToken.h | 1 + lib/Bitcode/Reader/BitcodeReader.cpp | 4 + lib/Bitcode/Writer/BitcodeWriter.cpp | 2 + lib/IR/Attributes.cpp | 2 + lib/IR/Verifier.cpp | 1 + lib/Transforms/IPO/FunctionAttrs.cpp | 56 +- lib/Transforms/Utils/BuildLibCalls.cpp | 11 + lib/Transforms/Utils/CodeExtractor.cpp | 1 + .../TypeBasedAliasAnalysis/functionattrs.ll | 4 +- test/Bitcode/attributes.ll | 10 +- test/CodeGen/AMDGPU/inline-attr.ll | 6 +- test/CodeGen/X86/no-plt-libcalls.ll | 2 +- test/Feature/OperandBundles/function-attrs.ll | 7 +- test/Transforms/FunctionAttrs/atomic.ll | 2 +- test/Transforms/FunctionAttrs/nofree.ll | 113 ++++ .../FunctionAttrs/operand-bundles-scc.ll | 2 +- .../read_write_returned_arguments_scc.ll | 16 +- test/Transforms/InferFunctionAttrs/annotate.ll | 579 +++++++++++---------- .../InferFunctionAttrs/norecurse_debug.ll | 2 +- test/Transforms/LICM/strlen.ll | 2 +- test/Transforms/LoopIdiom/basic.ll | 2 +- 30 files changed, 593 insertions(+), 331 deletions(-) create mode 100644 test/Transforms/FunctionAttrs/nofree.ll