This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e52b757e5dc [X86] getFauxShuffleMask - Handle undef + sentinel values i [...] new c8d6c1623d5 [ORC] Pass symbol name to discard by const reference. new ee5c35b1a78 [ORC] Add a 'remove' method to JITDylib to remove symbols.
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 | 34 ++++++++-- include/llvm/ExecutionEngine/Orc/Layer.h | 4 +- include/llvm/ExecutionEngine/Orc/LazyReexports.h | 2 +- lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 2 +- lib/ExecutionEngine/Orc/Core.cpp | 72 +++++++++++++++++++- lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 2 +- lib/ExecutionEngine/Orc/Layer.cpp | 5 +- lib/ExecutionEngine/Orc/LazyReexports.cpp | 2 +- unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 86 ++++++++++++++++++++++++ unittests/ExecutionEngine/Orc/OrcTestCommon.h | 3 +- 10 files changed, 197 insertions(+), 15 deletions(-)