This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 554302ac5bc [llvm-pdbutil] Dump raw bytes of module symbols and debug chunks. new 72786af0ac8 [ORC] Re-apply r306166 and r306168 with fix for regression test.
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.cpp | 5 + lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 28 ++++- 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 ++++---- 22 files changed, 388 insertions(+), 331 deletions(-)