This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 70e99b3383a [X86] Add RMW ADC patterns with load in operand 1. new ea363334ce4 [llvm-objcopy] Dwarf .debug section compression support (zl [...]
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: .../Inputs/compress-debug-sections.yaml | 21 ++++++ .../compress-debug-sections-default-gnu.test | 9 +++ .../compress-debug-sections-default.test | 13 ++++ .../compress-debug-sections-invalid-format.test | 5 ++ .../compress-debug-sections-zlib-gnu.test | 49 ++++++++++++++ .../llvm-objcopy/compress-debug-sections-zlib.test | 49 ++++++++++++++ tools/llvm-objcopy/ObjcopyOpts.td | 6 ++ tools/llvm-objcopy/Object.cpp | 72 ++++++++++++++++++++ tools/llvm-objcopy/Object.h | 27 +++++++- tools/llvm-objcopy/llvm-objcopy.cpp | 76 ++++++++++++++++++++-- 10 files changed, 321 insertions(+), 6 deletions(-) create mode 100644 test/tools/llvm-objcopy/Inputs/compress-debug-sections.yaml create mode 100644 test/tools/llvm-objcopy/compress-debug-sections-default-gnu.test create mode 100644 test/tools/llvm-objcopy/compress-debug-sections-default.test create mode 100644 test/tools/llvm-objcopy/compress-debug-sections-invalid-format.test create mode 100644 test/tools/llvm-objcopy/compress-debug-sections-zlib-gnu.test create mode 100644 test/tools/llvm-objcopy/compress-debug-sections-zlib.test