This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e781066 [pdb] Add unit tests for PDB MappedBlockStream and zero copy new 6aef9f9 Add support for metadata attachments for global variables.
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 | 10 +++++++ docs/LangRef.rst | 5 ++-- include/llvm/Bitcode/LLVMBitCodes.h | 3 ++ include/llvm/IR/Function.h | 45 +--------------------------- include/llvm/IR/GlobalObject.h | 54 ++++++++++++++++++++++++++++++++-- include/llvm/IR/GlobalVariable.h | 4 +++ lib/AsmParser/LLParser.cpp | 24 ++++++++++----- lib/AsmParser/LLParser.h | 1 + lib/Bitcode/Reader/BitcodeReader.cpp | 39 ++++++++++++++++++------ lib/Bitcode/Writer/BitcodeWriter.cpp | 42 ++++++++++++++++++-------- lib/Bitcode/Writer/ValueEnumerator.cpp | 16 ++++++---- lib/Bitcode/Writer/ValueEnumerator.h | 4 +-- lib/IR/AsmWriter.cpp | 15 ++++++++-- lib/IR/Function.cpp | 6 ++-- lib/IR/Globals.cpp | 10 +++++-- lib/IR/LLVMContextImpl.h | 4 +-- lib/IR/Metadata.cpp | 26 ++++++++-------- test/Assembler/metadata.ll | 19 ++++++++---- 18 files changed, 217 insertions(+), 110 deletions(-)