This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 70215f556ff [Demangler] Add missing overrides new cea401e58a5 [ORC] Replace SymbolResolvers in the new ORC layers with se [...] new ec3e95710f4 [ORC] Simplify VSO::lookupFlags to return the flags map. new 7891d706dae [ORC] Add new symbol lookup methods to ExecutionSessionBase [...] new 3dd57df1d16 [Demangler] Correctly factor in assignment when allocating.
The 4 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: .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 76 +- include/llvm/ExecutionEngine/Orc/Core.h | 254 ++++--- include/llvm/ExecutionEngine/Orc/LLJIT.h | 12 +- include/llvm/ExecutionEngine/Orc/Legacy.h | 93 ++- include/llvm/ExecutionEngine/Orc/NullResolver.h | 5 +- .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 12 +- lib/Demangle/MicrosoftDemangle.cpp | 53 +- lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 63 +- lib/ExecutionEngine/Orc/Core.cpp | 810 ++++++++++++++------- lib/ExecutionEngine/Orc/LLJIT.cpp | 47 +- lib/ExecutionEngine/Orc/Legacy.cpp | 15 +- lib/ExecutionEngine/Orc/NullResolver.cpp | 5 +- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 17 +- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 22 +- .../Orc/RTDyldObjectLinkingLayer.cpp | 79 +- unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 365 +++------- .../ExecutionEngine/Orc/LegacyAPIInteropTest.cpp | 106 ++- unittests/ExecutionEngine/Orc/OrcTestCommon.cpp | 5 + unittests/ExecutionEngine/Orc/OrcTestCommon.h | 42 +- .../Orc/RTDyldObjectLinkingLayerTest.cpp | 5 +- 20 files changed, 1196 insertions(+), 890 deletions(-)