This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7fa9c2f937d [X86] Remove gpr shift/extension schedule itineraries (PR37093) new 741d7afdf12 [ORC] Plumb error notifications through the VSO interface. new e2da0553ce0 Fix a typo in a comment; NFC
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/JITSymbol.h | 20 +- include/llvm/ExecutionEngine/Orc/Core.h | 135 +++++-- include/llvm/ExecutionEngine/Orc/Legacy.h | 10 +- include/llvm/ExecutionEngine/Orc/OrcError.h | 3 +- lib/Analysis/ProfileSummaryInfo.cpp | 2 +- lib/ExecutionEngine/Orc/Core.cpp | 509 +++++++++++++++---------- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 6 +- lib/ExecutionEngine/Orc/OrcError.cpp | 2 + lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 13 +- unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 173 ++++++++- 10 files changed, 620 insertions(+), 253 deletions(-)