This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ac780ae7edc [Hexagon] Even simpler patterns for sign- and zero-extendin [...] new cac7dd493ad [ORC] Re-apply just the AsynchronousSymbolLookup class from [...]
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/JITSymbol.h | 13 +++- include/llvm/ExecutionEngine/Orc/Core.h | 88 ++++++++++++++++++++++++++ include/llvm/ExecutionEngine/Orc/OrcError.h | 15 ++++- lib/ExecutionEngine/Orc/CMakeLists.txt | 1 + lib/ExecutionEngine/Orc/Core.cpp | 67 ++++++++++++++++++++ lib/ExecutionEngine/Orc/OrcError.cpp | 23 ++++++- unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 + unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 50 +++++++++++++++ 8 files changed, 254 insertions(+), 4 deletions(-) create mode 100644 include/llvm/ExecutionEngine/Orc/Core.h create mode 100644 lib/ExecutionEngine/Orc/Core.cpp create mode 100644 unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp