aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/JITEventListener.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-13JITEventListener.h: Use llvm-config.h instead of config.h.NAKAMURA Takumi
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-06Add interface for object-based JIT events.Andrew Kaylor
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky
2011-11-04Delete names for unused parameters in inline function definitions in headers,...Eli Friedman
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-13Clean up some doxyments/style.Daniel Dunbar
2009-10-27Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-10-21Delete the MacOSJITEventListener per echristo's request. It was disabled byJeffrey Yasskin
2009-07-16Add line numbers to OProfile. To do this, I added a processDebugLoc()Jeffrey Yasskin
2009-07-10Add a --with-oprofile flag to configure, which uses OProfile's agentJeffrey Yasskin
2009-06-25Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin