This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9cfef4ca8ff Recommit r343308: [LoopInterchange] Turn into a loop pass. new cc27a05389e [llvm-objcopy] Adding support for decompressing zlib compre [...] new f7f974d7eff [X86][BtVer2] Teach how to identify zero-idiom VPERM2F128rr [...]
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: lib/Target/X86/X86SchedPredicates.td | 7 ++ lib/Target/X86/X86ScheduleBtVer2.td | 10 ++- .../llvm-mca/X86/BtVer2/zero-idioms-avx-256.s | 30 ++++----- ...mpress-and-decompress-debug-sections-error.test | 5 ++ .../compress-debug-sections-zlib-gnu.test | 14 ++++ .../llvm-objcopy/compress-debug-sections-zlib.test | 14 ++++ .../llvm-objcopy/compress-debug-sections.test | 24 +++++++ tools/llvm-objcopy/ObjcopyOpts.td | 2 + tools/llvm-objcopy/Object.cpp | 77 +++++++++++++++++++++- tools/llvm-objcopy/Object.h | 32 +++++++++ tools/llvm-objcopy/llvm-objcopy.cpp | 51 ++++++++++---- 11 files changed, 236 insertions(+), 30 deletions(-) create mode 100644 test/tools/llvm-objcopy/compress-and-decompress-debug-sections- [...] create mode 100644 test/tools/llvm-objcopy/compress-debug-sections.test