Removing dependency on third party library for Intel JIT event support.
authorAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 28 Sep 2012 17:35:20 +0000 (17:35 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 28 Sep 2012 17:35:20 +0000 (17:35 +0000)
commit770b97b995aace9177a80510b7fd3cdab21dde0e
treed1f738785a95766340fb273563b5d1822c3fc5e8
parent07b4d5592ac761e48bf712f0dd07281bb7f8ab52
Removing dependency on third party library for Intel JIT event support.
Patch committed on behalf of Kirill Uhanov

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164831 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
CMakeLists.txt
autoconf/configure.ac
configure
docs/CMake.rst
include/llvm/ExecutionEngine/IntelJITEventsWrapper.h [deleted file]
lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h [new file with mode: 0644]
lib/ExecutionEngine/IntelJITEvents/Makefile
lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h [new file with mode: 0644]
lib/ExecutionEngine/IntelJITEvents/ittnotify_types.h [new file with mode: 0644]
lib/ExecutionEngine/IntelJITEvents/jitprofiling.c [new file with mode: 0644]
lib/ExecutionEngine/IntelJITEvents/jitprofiling.h [new file with mode: 0644]
tools/lli/CMakeLists.txt
unittests/ExecutionEngine/JIT/CMakeLists.txt
unittests/ExecutionEngine/JIT/IntelJITEventListenerTest.cpp