This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 38ae857 [build] Fixed build break for OCaml bindings. new 3071cc9 Clang format change /NFC new 99e2e27 IR: Allow metadata attachments on declarations, and fix lazy [...]
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/BitCodeFormat.rst | 10 ----- include/llvm/Bitcode/LLVMBitCodes.h | 4 +- lib/AsmParser/LLParser.cpp | 15 +++++++- lib/Bitcode/Reader/BitcodeReader.cpp | 20 +++++----- lib/Bitcode/Writer/BitcodeWriter.cpp | 34 ++++++++++------- lib/Bitcode/Writer/ValueEnumerator.cpp | 18 +++++---- lib/Bitcode/Writer/ValueEnumerator.h | 4 +- lib/CodeGen/MachineBlockFrequencyInfo.cpp | 62 +++++++++++++----------------- lib/IR/AsmWriter.cpp | 21 +++++++---- lib/IR/Verifier.cpp | 11 +++++- test/Assembler/metadata-decl.ll | 11 ++++++ test/Assembler/metadata.ll | 9 +++-- test/Verifier/metadata-function-dbg.ll | 7 +++- test/Verifier/metadata-function-prof.ll | 7 +++- tools/llvm-dis/llvm-dis.cpp | 63 ++++++++++++++++++++++--------- unittests/IR/MetadataTest.cpp | 20 +++++----- 16 files changed, 188 insertions(+), 128 deletions(-) create mode 100644 test/Assembler/metadata-decl.ll