This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d3429e96fe1 [ORC] Include-what-you-use fixes. new 410236759a4 [ORC] Add support for multithreaded compiles to LLJIT and L [...]
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: include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 3 + include/llvm/ExecutionEngine/Orc/LLJIT.h | 37 +++++++-- lib/ExecutionEngine/Orc/LLJIT.cpp | 90 ++++++++++++++++++++-- .../OrcLazy/multiple-compile-threads-basic.ll | 18 +++++ tools/lli/lli.cpp | 54 +++++++++++-- 5 files changed, 183 insertions(+), 19 deletions(-) create mode 100644 test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll