Fix the -DBUILD_SHARED_LIBS=ON build.
[oota-llvm.git] / lib / ExecutionEngine / OProfileJIT /
2015-07-07 Rafael EspindolaFix the -DBUILD_SHARED_LIBS=ON build.
2015-07-03 Rafael EspindolaUse a continue to reduce indentation.
2015-07-03 Rafael EspindolaFix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE...
2015-06-29 Benjamin KramerUpgrade JIT listeners for changes in the libObject...
2015-04-08 Benjamin Kramer[jitlistener] Remove unused code
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
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-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...