This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 64c1a98a241 Debug Info: Support for DW_AT_export_symbols for anonymous structs new ebaaf65942b [GlobalISel] Import patterns containing INSERT_SUBREG new ebccbafd97e [WebAssembly] Combine emscripten SjLj tests new 3cee2c93202 [ORC] Fix an overly aggressive assert. new f68f3663ea2 [ORC] Make sure that queries on emitted-but-not-ready symbo [...]
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: include/llvm/ExecutionEngine/Orc/Core.h | 13 +- lib/ExecutionEngine/Orc/Core.cpp | 190 +++++++++------------ .../AArch64/GlobalISel/select-concat-vectors.mir | 26 +-- test/CodeGen/AArch64/GlobalISel/select-int-ext.mir | 24 +-- .../WebAssembly/lower-em-sjlj-longjmp-only.ll | 24 --- test/CodeGen/WebAssembly/lower-em-sjlj-sret.ll | 10 +- test/CodeGen/WebAssembly/lower-em-sjlj.ll | 10 ++ test/CodeGen/X86/GlobalISel/select-copy.mir | 15 +- test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir | 5 +- test/CodeGen/X86/GlobalISel/select-ext.mir | 6 +- test/CodeGen/X86/GlobalISel/x86_64-select-zext.mir | 15 +- test/TableGen/GlobalISelEmitterSubreg.td | 119 +++++++++++++ unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 83 +++++++++ utils/TableGen/CodeGenTarget.cpp | 40 +++++ utils/TableGen/CodeGenTarget.h | 6 + utils/TableGen/GlobalISelEmitter.cpp | 190 ++++++++++++++++++++- 16 files changed, 591 insertions(+), 185 deletions(-) delete mode 100644 test/CodeGen/WebAssembly/lower-em-sjlj-longjmp-only.ll create mode 100644 test/TableGen/GlobalISelEmitterSubreg.td