This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5d3c5707673 [x86] add test to show missed BMI isel; NFC new eee0a13a174 [AArch64] add test to show sub-optimal isel; NFC new 35ca32d346a [ORC] Start migrating ORC layers to use the new ORC Core.h APIs. new a0fdd1603b4 [docs] Add out-of-date warnings to the BuildingAJIT tutorial text.
The 3 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: docs/tutorial/BuildingAJIT1.rst | 5 + docs/tutorial/BuildingAJIT2.rst | 5 + docs/tutorial/BuildingAJIT3.rst | 5 + .../BuildingAJIT/Chapter1/CMakeLists.txt | 1 + .../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 46 ++--- .../BuildingAJIT/Chapter2/CMakeLists.txt | 1 + .../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 54 +++--- .../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 58 +++--- .../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 59 +++--- .../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 64 +++--- examples/Kaleidoscope/Chapter4/CMakeLists.txt | 1 + examples/Kaleidoscope/Chapter5/CMakeLists.txt | 1 + examples/Kaleidoscope/Chapter6/CMakeLists.txt | 1 + examples/Kaleidoscope/Chapter7/CMakeLists.txt | 1 + examples/Kaleidoscope/include/KaleidoscopeJIT.h | 38 ++-- .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 120 ++++++++---- include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 11 +- include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 7 +- .../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 7 +- .../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 17 +- include/llvm/ExecutionEngine/Orc/Legacy.h | 40 ++++ include/llvm/ExecutionEngine/Orc/NullResolver.h | 10 + .../ExecutionEngine/Orc/ObjectTransformLayer.h | 6 +- .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 124 ++++++------ lib/ExecutionEngine/Orc/Legacy.cpp | 19 +- lib/ExecutionEngine/Orc/NullResolver.cpp | 11 ++ lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 215 ++++++++++++++------- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 92 +++++++-- test/CodeGen/AArch64/sub1.ll | 17 ++ tools/lli/OrcLazyJIT.h | 92 +++++++-- .../Orc/CompileOnDemandLayerTest.cpp | 17 +- .../ExecutionEngine/Orc/LazyEmittingLayerTest.cpp | 10 +- .../Orc/ObjectTransformLayerTest.cpp | 43 +++-- .../Orc/RTDyldObjectLinkingLayerTest.cpp | 79 +++++--- 34 files changed, 844 insertions(+), 433 deletions(-) create mode 100644 test/CodeGen/AArch64/sub1.ll