Automatically do the equivalent of freeMachineCodeForFunction(F) when F is
[oota-llvm.git] / lib / ExecutionEngine / JIT / OProfileJITEventListener.cpp
2009-10-27 Jeffrey YasskinAutomatically do the equivalent of freeMachineCodeForFu...
2009-10-22 Jeffrey YasskinFix OProfileJITEventListener after r84054 renamed Compi...
2009-09-30 Nick LewyckyFix compile error as debug interface changed.
2009-08-29 Jeffrey YasskinFix OProfile support after r80406 changed the DebugInfo...
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
2009-08-02 Nick LewyckyFix the build for people with oprofile installed.
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-10 Jeffrey YasskinOops. s/#if defined(USE_OPROFILE)/#if USE_OPROFILE...
2009-07-10 Jeffrey YasskinAdd a --with-oprofile flag to configure, which uses...