aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine/JITEventListener.h
Commit message (Expand)AuthorAgeFilesLines
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-3/+3
* JITEventListener.h: Use llvm-config.h instead of config.h.NAKAMURA Takumi2012-12-131-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+0
* Add interface for object-based JIT events.Andrew Kaylor2012-11-061-0/+15
* 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