This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9a43bbc36da [X86][Btver2] PSUBS/PSUBUS instructions are zero-idioms new a6f5223feb7 [ORC] Improve debugging output for ORC. new 88ba134609e [GISel]: Remove an incorrect assert in CallLowering
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/Core.h | 52 ++++-- include/llvm/ExecutionEngine/Orc/Layer.h | 6 + include/llvm/ExecutionEngine/Orc/LazyReexports.h | 2 + lib/CodeGen/GlobalISel/CallLowering.cpp | 1 - lib/ExecutionEngine/Orc/Core.cpp | 193 ++++++++++++++++----- lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 6 +- lib/ExecutionEngine/Orc/Layer.cpp | 32 ++++ lib/ExecutionEngine/Orc/LazyReexports.cpp | 4 + .../X86/GlobalISel/calllowering-nocrashret.ll | 13 ++ 9 files changed, 251 insertions(+), 58 deletions(-) create mode 100644 test/CodeGen/X86/GlobalISel/calllowering-nocrashret.ll