This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1645ca693ca Attempt to fix buildbot failures with MSVC new 3c7482c6071 [InstCombine] Shift amount reassociation: fixup constantexp [...] new 32d690e7552 [Object/invalid.test] - Convert Object/corrupt.test to YAML [...]
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/Transforms/InstCombine/InstCombineShifts.cpp | 6 +- ...corrupt-invalid-dynamic-table-offset.elf.x86-64 | Bin 1688 -> 0 bytes .../corrupt-invalid-dynamic-table-size.elf.x86-64 | Bin 1736 -> 0 bytes ...rupt-invalid-dynamic-table-too-large.elf.x86-64 | Bin 1688 -> 0 bytes .../Inputs/corrupt-invalid-virtual-addr.elf.x86-64 | Bin 1720 -> 0 bytes test/Object/Inputs/corrupt-version.elf-x86_64 | Bin 5200 -> 0 bytes test/Object/Inputs/corrupt.elf-x86-64 | Bin 1024 -> 0 bytes test/Object/corrupt.test | 65 ------- test/Object/invalid.test | 197 +++++++++++++++++++++ .../InstCombine/shift-amount-reassociation.ll | 15 ++ 10 files changed, 215 insertions(+), 68 deletions(-) delete mode 100755 test/Object/Inputs/corrupt-invalid-dynamic-table-offset.elf.x86-64 delete mode 100755 test/Object/Inputs/corrupt-invalid-dynamic-table-size.elf.x86-64 delete mode 100755 test/Object/Inputs/corrupt-invalid-dynamic-table-too-large.elf.x86-64 delete mode 100755 test/Object/Inputs/corrupt-invalid-virtual-addr.elf.x86-64 delete mode 100644 test/Object/Inputs/corrupt-version.elf-x86_64 delete mode 100644 test/Object/Inputs/corrupt.elf-x86-64 delete mode 100644 test/Object/corrupt.test