This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6b149f3 llvm-objdump: handle line numbers and source options for amdg [...] new 43959ee Fix bugpoint to work with swifterror values new c20464c SjLjEHPrepare: Fix the pass for swifterror arguments new 85cbde2 [NVPTX] Fixed lowering of unaligned loads/stores of f16 scala [...] new cf71edc [GlobalISel] Add constant dbg.value translation tests. NFC. new e8bbfec [GlobalISel] Emit DBG_VALUE %noreg for non-int/fp constant values. new 80a7dba [GlobalISel] Ignore %noreg when applying default regbank mapping. new c3e4809 [fuzzer] Don't crash if LLVMFuzzerMutate was called by Custom [...]
The 7 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/CodeGen/GlobalISel/MachineIRBuilder.cpp | 7 ++- lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 7 +++ lib/CodeGen/SjLjEHPrepare.cpp | 22 ++++++++ lib/Fuzzer/FuzzerMutate.cpp | 4 +- lib/Fuzzer/FuzzerMutate.h | 3 ++ lib/Fuzzer/test/CMakeLists.txt | 1 + lib/Fuzzer/test/CustomCrossOverAndMutateTest.cpp | 33 ++++++++++++ .../test/fuzzer-customcrossoverandmutate.test | 1 + lib/Target/NVPTX/NVPTXISelLowering.cpp | 42 ++++++++++++---- test/CodeGen/AArch64/GlobalISel/debug-insts.ll | 10 +++- .../AArch64/GlobalISel/regbankselect-dbg-value.mir | 45 +++++++++++++++++ test/CodeGen/ARM/sjljeh-swifterror.ll | 27 ++++++++++ test/CodeGen/NVPTX/f16-instructions.ll | 14 ++++++ test/CodeGen/NVPTX/misaligned-vector-ldst.ll | 58 ++++++++++++++++++++++ tools/bugpoint/CrashDebugger.cpp | 6 ++- 15 files changed, 262 insertions(+), 18 deletions(-) create mode 100644 lib/Fuzzer/test/CustomCrossOverAndMutateTest.cpp create mode 100644 lib/Fuzzer/test/fuzzer-customcrossoverandmutate.test create mode 100644 test/CodeGen/AArch64/GlobalISel/regbankselect-dbg-value.mir create mode 100644 test/CodeGen/ARM/sjljeh-swifterror.ll