This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6241099a8c3 Reapply r332907 "[GlobalISel] Improving InstructionSelect's [...] new 78d8e193c34 [LKH] Add a replacement RTDyldLayer. new 1948145a6a5 [ORC] Make some more operations on VSO private. These shoul [...]
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/Orc/Core.h | 48 ++++------- .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 54 ++++++++++++ lib/ExecutionEngine/Orc/CMakeLists.txt | 1 + .../Orc/RTDyldObjectLinkingLayer.cpp | 96 ++++++++++++++++++++++ 4 files changed, 165 insertions(+), 34 deletions(-) create mode 100644 lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp