llvm-6502/lib/ExecutionEngine/IntelJITEvents
Andrew Kaylor 776054dd93 Add interface for object-based JIT events.
This patch adds the interface to expose events from MCJIT when an object is emitted or freed and implements the MCJIT functionality to send those events.  The IntelJITEventListener implementation is left empty for now.  It will be fleshed out in a future patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167475 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-06 18:51:59 +00:00
..
CMakeLists.txt Removing dependency on third party library for Intel JIT event support. 2012-09-28 17:35:20 +00:00
IntelJITEventListener.cpp Add interface for object-based JIT events. 2012-11-06 18:51:59 +00:00
IntelJITEventsWrapper.h Removing dependency on third party library for Intel JIT event support. 2012-09-28 17:35:20 +00:00
ittnotify_config.h Adding comments to clarify the reason for non-standard style in these files. 2012-10-10 01:48:52 +00:00
ittnotify_types.h Adding comments to clarify the reason for non-standard style in these files. 2012-10-10 01:48:52 +00:00
jitprofiling.c Adding comments to clarify the reason for non-standard style in these files. 2012-10-10 01:48:52 +00:00
jitprofiling.h Adding comments to clarify the reason for non-standard style in these files. 2012-10-10 01:48:52 +00:00
LLVMBuild.txt
Makefile Removing dependency on third party library for Intel JIT event support. 2012-09-28 17:35:20 +00:00