This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 820b69b2b88 [AArch64][GlobalISel] Import XRO load/store patterns instea [...] new 634e339c028 [ORC] Fix an incorrect comment. new c0773a5fda1 [ORC] Fix a FIXME: Propagate errors to dependencies. new c836cd7c7c6 [ORC] Remove query dependencies when symbols are resolved.
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: include/llvm/ExecutionEngine/Orc/Core.h | 50 ++- lib/ExecutionEngine/Orc/Core.cpp | 407 ++++++++++++++++----- lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 5 +- lib/ExecutionEngine/Orc/LazyReexports.cpp | 5 +- lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp | 12 +- .../Orc/RTDyldObjectLinkingLayer.cpp | 11 +- unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 326 ++++++++++++++--- .../Orc/LazyCallThroughAndReexportsTest.cpp | 7 +- 8 files changed, 656 insertions(+), 167 deletions(-)