This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 285f30181c4 [AVR] Fix bug which caused assertion errors for some FRMIDX [...] new 966d9ebd7f8 [Orc] Remove the memory manager argument to addModule, and [...]
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 | 2 +- .../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 2 +- .../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 2 +- .../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 2 +- .../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 17 +++--- examples/Kaleidoscope/include/KaleidoscopeJIT.h | 2 +- .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 38 +++++-------- include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 7 +-- .../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 7 +-- include/llvm/ExecutionEngine/Orc/LambdaResolver.h | 2 +- .../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 62 +++++----------------- .../ExecutionEngine/Orc/ObjectTransformLayer.h | 10 ++-- .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 23 ++++---- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 9 ++-- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 21 ++++---- tools/lli/OrcLazyJIT.h | 7 ++- tools/lli/RemoteJITUtils.h | 4 +- .../ExecutionEngine/Orc/LazyEmittingLayerTest.cpp | 2 +- .../Orc/ObjectTransformLayerTest.cpp | 59 +++++++++----------- .../Orc/RTDyldObjectLinkingLayerTest.cpp | 40 +++++++------- 20 files changed, 133 insertions(+), 185 deletions(-)