1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/ExecutionEngine/IntelJITEvents
Andrew Kaylor 58cec05452 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.

llvm-svn: 167475
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