[MCJIT] Re-enable GDB registration (temporarily disabled in r222811), but check
[oota-llvm.git] / lib / ExecutionEngine / OProfileJIT /
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-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...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-10-16 Andrew KaylorAdding oprofile support for MCJIT.
2013-08-21 Bill WendlingReorder headers according to lint.
2013-02-07 Will Schmidt[patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp
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-05-07 Preston GurdMake IntelJITEvents and OProfileJIT as optional librari...
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...