This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 54fd142e366 [GVN] Fix a crash on encountering non-integral pointers new ab3dba86f95 [ExecutionEngine] Make RuntimeDyld::MemoryManager responsib [...]
The 1 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: .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 13 ++++++++++ .../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 29 ++++++++++++++-------- .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 4 +++ include/llvm/ExecutionEngine/RTDyldMemoryManager.h | 16 ++++++------ include/llvm/ExecutionEngine/RuntimeDyld.h | 3 +-- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 5 ++-- .../RuntimeDyld/RTDyldMemoryManager.cpp | 12 +++++++++ lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 4 ++- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 12 --------- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h | 2 -- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 2 +- .../RuntimeDyld/Targets/RuntimeDyldCOFFI386.h | 1 - .../RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h | 1 - .../RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h | 3 --- tools/lli/RemoteJITUtils.h | 5 ++-- tools/llvm-rtdyld/llvm-rtdyld.cpp | 3 +-- .../Orc/ObjectTransformLayerTest.cpp | 2 +- .../Orc/RTDyldObjectLinkingLayerTest.cpp | 29 ++++++++++++---------- 18 files changed, 83 insertions(+), 63 deletions(-)