This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 410236759a4 [ORC] Add support for multithreaded compiles to LLJIT and L [...] new 089f5d0e086 [ORC] Refactor trampoline pool management out of JITCompile [...]
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: .../llvm/ExecutionEngine/Orc/IndirectionUtils.h | 226 ++++++++++++++------- .../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 35 +++- lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 34 ++-- lib/ExecutionEngine/Orc/LLJIT.cpp | 14 +- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 91 ++++++--- .../Orc/CompileOnDemandLayerTest.cpp | 13 +- 6 files changed, 285 insertions(+), 128 deletions(-)