This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 48d560bf0c6 Revert "[LoopDeletion] NFC: Move phi node value setting int [...] new a5b199883c2 [ORC] Move ORC IR layer interface from addModuleSet to addM [...]
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 | 14 +-- .../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 20 ++-- .../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 20 ++-- .../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 20 ++-- .../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 20 ++-- examples/Kaleidoscope/include/KaleidoscopeJIT.h | 16 +-- include/llvm-c/OrcBindings.h | 49 +++++++- .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 50 +++++---- include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 4 +- include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 57 +++++----- .../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 53 ++++----- .../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 125 ++++++++++----------- lib/ExecutionEngine/Orc/OrcCBindings.cpp | 32 +++++- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 31 +++-- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 15 ++- tools/lli/OrcLazyJIT.cpp | 11 +- tools/lli/OrcLazyJIT.h | 93 +++++++-------- .../ExecutionEngine/Orc/LazyEmittingLayerTest.cpp | 8 +- .../Orc/ObjectTransformLayerTest.cpp | 2 +- unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 13 ++- unittests/ExecutionEngine/Orc/OrcTestCommon.h | 48 ++++---- 21 files changed, 370 insertions(+), 331 deletions(-)