summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/JITEventListener.h
Commit message (Expand)AuthorAge
* [Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth2014-03-05
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* JITEventListener.h: Use llvm-config.h instead of config.h.NAKAMURA Takumi2012-12-13
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Add interface for object-based JIT events.Andrew Kaylor2012-11-06
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-13
* Delete names for unused parameters in inline function definitions in headers,...Eli Friedman2011-11-04
* Merge System into Support.Michael J. Spencer2010-11-29
* Clean up some doxyments/style.Daniel Dunbar2010-11-13
* Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2009-10-27
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Delete the MacOSJITEventListener per echristo's request. It was disabled byJeffrey Yasskin2009-10-21
* Add line numbers to OProfile. To do this, I added a processDebugLoc()Jeffrey Yasskin2009-07-16
* Add a --with-oprofile flag to configure, which uses OProfile's agentJeffrey Yasskin2009-07-10
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-25