This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 611c8e7 [CostModel][X86][XOP] Added XOP costmodel for BITREVERSE new dba28a8 [llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio [...]
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/Object/COFF.h | 1 + include/llvm/Object/ELFObjectFile.h | 6 ++ include/llvm/Object/MachO.h | 1 + include/llvm/Object/ObjectFile.h | 6 ++ lib/DebugInfo/DWARF/DWARFContext.cpp | 68 ++++++++++++++++----- lib/Object/COFFObjectFile.cpp | 4 ++ lib/Object/MachOObjectFile.cpp | 4 ++ test/DebugInfo/Inputs/dwarfdump-test-zlib.cc | 8 ++- .../Inputs/dwarfdump-test-zlibgnu.elf-x86-64} | Bin 10384 -> 10320 bytes test/DebugInfo/dwarfdump-zlib.test | 6 ++ 10 files changed, 86 insertions(+), 18 deletions(-) copy test/{tools/llvm-readobj/Inputs/compression.zlib.style.elf-x86-64 => DebugInf [...]