This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 16296d72ff7 [ValueTracking] Teach computeKnownBits that the result of a [...] new 803d39f85cd [ORC] Extend object layer callbacks so JITEventListener can [...] new 00af3355f1b [ORC] Add ability [un]register JITEventListener on Orc C stack. new 2373d70fe72 [ORC][C-API] Expose LLVMOrc{Unr,R}egisterJITEventListener(). new f501bf3e392 [C-API] Add functions to create GDB, Intel, Oprofile event [...] new f48234e221a [LegacyPM] Use MapVector for OnTheFlyPassManagers.
The 5 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-c/ExecutionEngine.h | 6 +++ include/llvm-c/OrcBindings.h | 14 +++++++ include/llvm-c/Types.h | 5 +++ include/llvm/ExecutionEngine/JITEventListener.h | 16 ++++++++ .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 48 ++++++++++++++-------- lib/ExecutionEngine/GDBRegistrationListener.cpp | 6 +++ .../IntelJITEvents/IntelJITEventListener.cpp | 5 +++ .../OProfileJIT/OProfileJITEventListener.cpp | 5 +++ lib/ExecutionEngine/Orc/OrcCBindings.cpp | 11 +++++ lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 41 +++++++++++++++++- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 5 ++- lib/IR/LegacyPassManager.cpp | 8 ++-- 12 files changed, 148 insertions(+), 22 deletions(-)