This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 89f42483f9a Make test changes added in r324584 more robust by using a r [...] new 8c824db15ae [ORC] Remove Layer handles from the layer concept.
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: .../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 11 +- .../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 12 +- .../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 10 +- .../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 12 +- .../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 12 +- examples/Kaleidoscope/include/KaleidoscopeJIT.h | 21 ++- include/llvm-c/OrcBindings.h | 2 +- .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 98 +++++++------- include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 14 +- include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 23 +--- .../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 21 ++- .../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 68 +++++----- .../ExecutionEngine/Orc/ObjectTransformLayer.h | 32 ++--- .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 91 ++++++------- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 144 ++++++++------------- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 17 +-- tools/lli/OrcLazyJIT.h | 29 ++--- .../Orc/ObjectTransformLayerTest.cpp | 76 +++++------ .../Orc/RTDyldObjectLinkingLayerTest.cpp | 30 +++-- 19 files changed, 313 insertions(+), 410 deletions(-)