aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
AgeCommit message (Expand)Author
2013-01-29Formatting correctionAndrew Kaylor
2013-01-28Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-11-21Implementing basic function-level profiling support in IntelJITEventListener.Andrew Kaylor
2012-11-06Add interface for object-based JIT events.Andrew Kaylor
2012-09-28Removing dependency on third party library for Intel JIT event support.Andrew Kaylor
2012-09-26Fix of hang during Intel JIT profilingAndrew Kaylor
2012-07-19Remove tabs.Bill Wendling
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky