This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 068d4d9024f [LiveDebugValues] Emit the debug entry values new 8a0fc5ba4f2 [Attr] Add "willreturn" function attribute new 2a7bae43b0b [debug-info] Make a couple of tests more robust.
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: docs/LangRef.rst | 7 + include/llvm/Bitcode/LLVMBitCodes.h | 3 +- include/llvm/IR/Attributes.td | 3 + 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/Utils/CodeExtractor.cpp | 1 + test/Bitcode/attributes.ll | 11 +- test/CodeGen/X86/machinesink-merge-debuginfo.ll | 14 +- test/CodeGen/X86/machinesink-null-debuginfo.ll | 3 +- test/Transforms/FunctionAttrs/willreturn.ll | 469 ++++++++++++++++++++++++ 15 files changed, 514 insertions(+), 9 deletions(-) create mode 100644 test/Transforms/FunctionAttrs/willreturn.ll