aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine/JITEventListener.h
Commit message (Expand)AuthorAgeFilesLines
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-131-4/+38
* Delete names for unused parameters in inline function definitions in headers,...Eli Friedman2011-11-041-4/+4
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Clean up some doxyments/style.Daniel Dunbar2010-11-131-23/+27
* Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2009-10-271-2/+5
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Delete the MacOSJITEventListener per echristo's request. It was disabled byJeffrey Yasskin2009-10-211-2/+1
* Add line numbers to OProfile. To do this, I added a processDebugLoc()Jeffrey Yasskin2009-07-161-0/+15
* Add a --with-oprofile flag to configure, which uses OProfile's agentJeffrey Yasskin2009-07-101-0/+2
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-251-0/+59