This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 79adb74 [CMake] Fix symlink refactor for multi-configuration generators new 460dd60 [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment oper [...]
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 | 2 +- include/llvm/IR/DebugInfoMetadata.h | 10 ++-- include/llvm/Support/Dwarf.h | 3 +- lib/Bitcode/Reader/BitcodeReader.cpp | 9 +++- lib/Bitcode/Writer/BitcodeWriter.cpp | 3 +- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 8 +-- lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 4 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 9 ++-- lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 33 ++++++------ lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 12 ++--- lib/CodeGen/AsmPrinter/DebugLocEntry.h | 10 ++-- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 2 +- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 78 ++++++++++++++-------------- lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 +- lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 58 ++++++++++----------- lib/CodeGen/AsmPrinter/DwarfExpression.h | 51 ++++++++++-------- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 11 ++-- lib/CodeGen/AsmPrinter/DwarfUnit.h | 10 ++-- lib/IR/DIBuilder.cpp | 4 +- lib/IR/DebugInfoMetadata.cpp | 18 +++---- lib/IR/Verifier.cpp | 18 +++---- lib/Support/Dwarf.cpp | 3 ++ lib/Transforms/Scalar/SROA.cpp | 42 ++++++++------- lib/Transforms/Utils/Local.cpp | 18 +++---- test/Assembler/diexpression.ll | 8 +-- test/Bitcode/DIExpression-4.0.ll | 20 +++++++ test/Bitcode/DIExpression-4.0.ll.bc | Bin 0 -> 980 bytes test/CodeGen/X86/bit-piece-comment.ll | 2 +- test/DebugInfo/AArch64/frameindices.ll | 8 +-- test/DebugInfo/ARM/PR26163.ll | 4 +- test/DebugInfo/ARM/split-complex.ll | 4 +- test/DebugInfo/ARM/sroa-complex.ll | 4 +- test/DebugInfo/COFF/pieces.ll | 26 +++++----- test/DebugInfo/Generic/piece-verifier.ll | 6 +-- test/DebugInfo/X86/PR26148.ll | 6 +-- test/DebugInfo/X86/array2.ll | 2 +- test/DebugInfo/X86/deleted-bit-piece.ll | 2 +- test/DebugInfo/X86/nophysreg.ll | 4 +- test/DebugInfo/X86/pieces-1.ll | 4 +- test/DebugInfo/X86/pieces-2.ll | 2 +- test/DebugInfo/X86/pieces-3.ll | 10 ++-- test/DebugInfo/X86/pieces-4.ll | 8 +-- test/DebugInfo/X86/sroasplit-1.ll | 4 +- test/DebugInfo/X86/sroasplit-2.ll | 6 +-- test/DebugInfo/X86/sroasplit-3.ll | 2 +- test/DebugInfo/X86/sroasplit-4.ll | 8 +-- test/DebugInfo/X86/sroasplit-5.ll | 10 ++-- test/DebugInfo/X86/stack-value-piece.ll | 4 +- test/Transforms/Inline/alloca-dbgdeclare.ll | 4 +- test/Transforms/SROA/dbg-single-piece.ll | 2 +- test/Transforms/Util/split-bit-piece.ll | 2 +- unittests/IR/MetadataTest.cpp | 15 +++--- 52 files changed, 319 insertions(+), 276 deletions(-) create mode 100644 test/Bitcode/DIExpression-4.0.ll create mode 100644 test/Bitcode/DIExpression-4.0.ll.bc