Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for DIContext...
[oota-llvm.git] / include / llvm / ExecutionEngine / JITEventListener.h
2014-11-27 Lang Hames[MCJIT] Replace JITEventListener::anchor (temporarily...
2014-11-27 Lang Hames[MCJIT] Remove JITEventListener's anchor until I can...
2014-11-26 Lang Hames[MCJIT] Reapply r222828 and r222810-r222812 with fix...
2014-11-26 Aaron BallmanReverting r222828 and r222810-r222812 as they broke...
2014-11-26 Lang Hames[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
2014-11-21 Lang Hames[MCJIT] Remove JITEventListener::NotifyFreeingMachineCo...
2014-11-20 Lang Hames[MCJIT] Remove JITEventListener::NotifyFunctionEmitted...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-13 NAKAMURA TakumiJITEventListener.h: Use llvm-config.h instead of config.h.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-06 Andrew KaylorAdd interface for object-based JIT events.
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2011-11-04 Eli FriedmanDelete names for unused parameters in inline function...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-13 Daniel DunbarClean up some doxyments/style.
2009-10-27 Jeffrey YasskinAutomatically do the equivalent of freeMachineCodeForFu...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-21 Jeffrey YasskinDelete the MacOSJITEventListener per echristo's request...
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-10 Jeffrey YasskinAdd a --with-oprofile flag to configure, which uses...
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...