This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1c2f240 [WebAssembly] Update extending load test for new i1 behavior new e69c459 DebugInfo: preparation to implement DW_AT_alignment
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: include/llvm/IR/DIBuilder.h | 19 ++++-- include/llvm/IR/DebugInfoMetadata.h | 69 ++++++++++++-------- lib/AsmParser/LLParser.cpp | 19 ++++-- lib/Bitcode/Reader/BitcodeReader.cpp | 16 +++-- lib/Bitcode/Writer/BitcodeWriter.cpp | 18 +++++- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 8 ++- lib/IR/AsmWriter.cpp | 2 + lib/IR/DIBuilder.cpp | 46 +++++++------ lib/IR/DebugInfoMetadata.cpp | 12 ++-- lib/IR/LLVMContextImpl.h | 41 +++++++++--- test/Assembler/diglobalvariable.ll | 4 +- test/Assembler/dilocalvariable.ll | 4 +- test/Bitcode/dilocalvariable-3.9.ll | 43 +++++++++++++ .../Bitcode/dilocalvariable-3.9.ll.bc | 0 test/DebugInfo/AArch64/bitfields.ll | 12 ++-- test/DebugInfo/ARM/big-endian-bitfield.ll | 12 ++-- test/DebugInfo/COFF/bitfields.ll | 38 +++++------ test/DebugInfo/X86/bitfields-dwarf4.ll | 12 ++-- test/DebugInfo/X86/bitfields.ll | 12 ++-- test/DebugInfo/X86/debug-info-packed-struct.ll | 52 +++++++-------- unittests/IR/MetadataTest.cpp | 75 ++++++++++++++-------- unittests/Transforms/Utils/Cloning.cpp | 3 +- 22 files changed, 329 insertions(+), 188 deletions(-) create mode 100644 test/Bitcode/dilocalvariable-3.9.ll copy bindings/python/llvm/__init__.py => test/Bitcode/dilocalvariable-3.9.ll.bc (100%)