1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/ExecutionEngine/IntelJITEvents
Alexey Bataev f8adf5cca1 Fix line mapping information in LLVM JIT profiling with Vtune
The line mapping information for dynamic code is reported incorrectly. It causes VTune to map LLVM generated code to source lines incorrectly. This patch fix this issue.
Patch by Denis Pravdin.
Differential Revision: http://reviews.llvm.org/D6603

llvm-svn: 224229
2014-12-15 04:45:43 +00:00
..
CMakeLists.txt
IntelJITEventListener.cpp Fix line mapping information in LLVM JIT profiling with Vtune 2014-12-15 04:45:43 +00:00
IntelJITEventsWrapper.h
ittnotify_config.h
ittnotify_types.h
jitprofiling.c
jitprofiling.h
LLVMBuild.txt Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabled 2014-10-29 09:18:49 +00:00
Makefile