This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 71a85cf66a2 [AArch64] Extend single-operand FP insns to match Arm ARM (NFCI) new 04c9c81cc65 [DAG] SelectionDAGLegalize::ExpandLegalINT_TO_FP - use getF [...] new 91c25dba637 Reapply r343058 with a fix for -DLLVM_ENABLE_THREADS=OFF.
The 2 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/LLJIT.h | 36 +++++++-- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 12 +-- lib/ExecutionEngine/Orc/LLJIT.cpp | 93 +++++++++++++++++++--- test/CMakeLists.txt | 1 + .../OrcLazy/multiple-compile-threads-basic.ll | 19 +++++ test/lit.cfg.py | 3 + test/lit.site.cfg.py.in | 1 + tools/lli/lli.cpp | 54 +++++++++++-- 8 files changed, 188 insertions(+), 31 deletions(-) create mode 100644 test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll