Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / ExecutionEngine / JITEventListener.h
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...