This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 270bd836f89 StructurizeCFG,AMDGPU: Test case of a redundant phi and cod [...] new 582b1196240 [ORC] Rename ORC layers to make the "new" ORC layers the default.
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 | 6 +- .../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 8 +- .../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 10 +- .../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 8 +- .../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 8 +- examples/Kaleidoscope/include/KaleidoscopeJIT.h | 4 +- .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 24 +- include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 14 +- include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 12 +- .../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 12 +- include/llvm/ExecutionEngine/Orc/LLJIT.h | 16 +- .../ExecutionEngine/Orc/ObjectTransformLayer.h | 12 +- .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 26 +- lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 30 +- lib/ExecutionEngine/Orc/ExecutionUtils.cpp | 6 +- lib/ExecutionEngine/Orc/IRCompileLayer.cpp | 6 +- lib/ExecutionEngine/Orc/IRTransformLayer.cpp | 4 +- lib/ExecutionEngine/Orc/LLJIT.cpp | 2 +- lib/ExecutionEngine/Orc/ObjectTransformLayer.cpp | 10 +- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 16 +- lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp | 2 +- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 4 +- .../Orc/RTDyldObjectLinkingLayer.cpp | 8 +- tools/lli/lli.cpp | 6 +- unittests/ExecutionEngine/Orc/CMakeLists.txt | 4 +- ...Test.cpp => LegacyCompileOnDemandLayerTest.cpp} | 4 +- ....cpp => LegacyRTDyldObjectLinkingLayerTest.cpp} | 26 +- .../Orc/ObjectTransformLayerTest.cpp | 24 +- .../Orc/RTDyldObjectLinkingLayer2Test.cpp | 228 -------------- .../Orc/RTDyldObjectLinkingLayerTest.cpp | 332 +++++++++------------ 30 files changed, 295 insertions(+), 577 deletions(-) rename unittests/ExecutionEngine/Orc/{CompileOnDemandLayerTest.cpp => LegacyCompil [...] copy unittests/ExecutionEngine/Orc/{RTDyldObjectLinkingLayerTest.cpp => LegacyRTDy [...] delete mode 100644 unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayer2Test.cpp