[MCJIT] Remove JITEventListener::NotifyFunctionEmitted - this method is dead
[oota-llvm.git] / lib / ExecutionEngine / OProfileJIT / OProfileJITEventListener.cpp
2014-11-20 Lang Hames[MCJIT] Remove JITEventListener::NotifyFunctionEmitted...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-14 Kaelyn TakataReplace two calls to object::symbol_iterator::increment...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2013-10-16 Andrew KaylorAdding oprofile support for MCJIT.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...