This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 35a1ff07027 Revert Autogenerate the shebang lines for tools/opt-viewer new 8a49f34066b [XCOFF][AIX] Generate symbol table entries with llvm-readobj new b28c05338ef AMDGPU: Add baseline test for num sign bits of mul new de3ff3a5b1f DAG: computeNumSignBits for MUL
The 3 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/BinaryFormat/XCOFF.h | 23 +- include/llvm/Object/XCOFFObjectFile.h | 66 ++- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 12 + lib/Object/XCOFFObjectFile.cpp | 163 +++++++- test/CodeGen/AMDGPU/computeNumSignBits-mul.ll | 159 ++++++++ .../llvm-readobj/Inputs/aix_xcoff_xlc_test8.o | Bin 0 -> 1720 bytes test/tools/llvm-readobj/xcoff-symbols.test | 446 +++++++++++++++++++++ tools/llvm-readobj/XCOFFDumper.cpp | 267 +++++++++++- 8 files changed, 1108 insertions(+), 28 deletions(-) create mode 100644 test/CodeGen/AMDGPU/computeNumSignBits-mul.ll create mode 100644 test/tools/llvm-readobj/Inputs/aix_xcoff_xlc_test8.o create mode 100644 test/tools/llvm-readobj/xcoff-symbols.test