This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 046f9cb [AArch64] Give function a more appropriate name. new d14ab82 [obj2yaml] Fix ASAN bot failure new 22ef2ed Fixed the callee saved registers list for X86 AllRegs calling [...] new edf855d llvm-readobj: Fix the GNU section header flags for SHF_MASKPR [...] new 13dad4b llvm-dwp: Use llvm::Error to improve diagnostic quality/error [...]
The 4 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/X86CallingConv.td | 21 ++++++---- lib/Target/X86/X86RegisterInfo.cpp | 21 ++++++---- test/CodeGen/X86/x86-interrupt_cc.ll | 26 +++++++++--- test/tools/llvm-dwp/Inputs/compressfail/a.dwo | Bin 0 -> 1297 bytes .../llvm-dwp/Inputs/compressfail/compress.dwo | Bin 0 -> 1305 bytes test/tools/llvm-dwp/Inputs/compressfail/compress.o | Bin 0 -> 2712 bytes test/tools/llvm-dwp/Inputs/invalid_cu_index/x.dwp | Bin 0 -> 1048 bytes test/tools/llvm-dwp/Inputs/missing_tu_index/x.dwp | Bin 0 -> 1312 bytes test/tools/llvm-dwp/X86/compressfail.test | 5 +++ test/tools/llvm-dwp/X86/nocompress.test | 5 +++ tools/llvm-dwp/CMakeLists.txt | 1 + tools/llvm-dwp/DWPError.cpp | 3 ++ tools/llvm-dwp/DWPError.h | 17 ++++++++ tools/llvm-dwp/llvm-dwp.cpp | 44 +++++++++++---------- tools/llvm-readobj/ELFDumper.cpp | 6 ++- tools/obj2yaml/macho2yaml.cpp | 8 ++-- 16 files changed, 109 insertions(+), 48 deletions(-) create mode 100644 test/tools/llvm-dwp/Inputs/compressfail/a.dwo create mode 100644 test/tools/llvm-dwp/Inputs/compressfail/compress.dwo create mode 100644 test/tools/llvm-dwp/Inputs/compressfail/compress.o create mode 100644 test/tools/llvm-dwp/Inputs/invalid_cu_index/x.dwp create mode 100644 test/tools/llvm-dwp/Inputs/missing_tu_index/x.dwp create mode 100644 test/tools/llvm-dwp/X86/compressfail.test create mode 100644 test/tools/llvm-dwp/X86/nocompress.test create mode 100644 tools/llvm-dwp/DWPError.cpp create mode 100644 tools/llvm-dwp/DWPError.h