This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cbf9870fbd3 [Hexagon] Fix reuse bug in Vector Loop Carried Reuse pass new 6d65a798367 Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, [...] new bfc681fbdbd [Tests] Checkin a test demonstrating a miscompile so that p [...]
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: include/llvm/ExecutionEngine/RuntimeDyld.h | 7 +- include/llvm/ExecutionEngine/RuntimeDyldChecker.h | 42 +++-- lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 6 +- .../RuntimeDyld/RuntimeDyldChecker.cpp | 160 ++++++++---------- .../RuntimeDyld/RuntimeDyldCheckerImpl.h | 47 ++---- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h | 2 +- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 6 +- .../RuntimeDyld/Targets/RuntimeDyldCOFFI386.h | 2 +- .../RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h | 2 +- .../RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h | 2 +- .../RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h | 2 +- .../RuntimeDyld/Targets/RuntimeDyldMachOARM.h | 2 +- .../RuntimeDyld/Targets/RuntimeDyldMachOI386.h | 2 +- .../RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h | 2 +- .../RuntimeDyld/AArch64/MachO_ARM64_relocations.s | 10 +- .../RuntimeDyld/ARM/MachO_ARM_PIC_relocations.s | 8 +- .../RuntimeDyld/ARM/MachO_Thumb_Relocations.s | 12 +- .../Mips/ELF_Mips64r2N64_PIC_relocations.s | 2 +- .../RuntimeDyld/Mips/ELF_N32_relocations.s | 2 +- .../RuntimeDyld/Mips/ELF_O32_PIC_relocations.s | 2 +- .../RuntimeDyld/PowerPC/ppc64_elf.s | 10 +- .../RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s | 4 +- test/Transforms/InstCombine/masked_intrinsics.ll | 15 ++ tools/llvm-rtdyld/llvm-rtdyld.cpp | 179 +++++++++++---------- 24 files changed, 257 insertions(+), 271 deletions(-)