This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 126346798cf [DebugInfoPDB] Add methods used to read function flags new 45013b2e671 Add the ShadowCallStack 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/BitCodeFormat.rst | 1 + docs/LangRef.rst | 5 +++++ include/llvm/Bitcode/LLVMBitCodes.h | 1 + include/llvm/IR/Attributes.td | 4 ++++ lib/AsmParser/LLLexer.cpp | 1 + lib/AsmParser/LLParser.cpp | 4 ++++ lib/AsmParser/LLToken.h | 1 + lib/Bitcode/Reader/BitcodeReader.cpp | 3 +++ lib/Bitcode/Writer/BitcodeWriter.cpp | 2 ++ lib/IR/Attributes.cpp | 2 ++ lib/IR/Verifier.cpp | 1 + lib/Transforms/IPO/ForceFunctionAttrs.cpp | 1 + lib/Transforms/Utils/CodeExtractor.cpp | 1 + test/Bitcode/attributes.ll | 11 +++++++++-- 14 files changed, 36 insertions(+), 2 deletions(-)