[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in the anonymous namespace.
[oota-llvm.git] / lib / ExecutionEngine / IntelJITEvents /
2015-01-15 Andrew KaylorFixing pedantic build warnings.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-15 Alexey BataevFix line mapping information in LLVM JIT profiling...
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-10-29 Michael KupersteinFix build with CMake if LLVM_USE_INTEL_JITEVENTS option...
2014-08-21 Elena DemikhovskyIntelJITEventListener updates to fix breaks by recent...
2014-06-01 Elena DemikhovskyUpdates in IntelJITEventListener.cpp - by Arch Robison.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-06 Elena DemikhovskyChanges in IntelJITEventListener - By Arch Robinson
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-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-01-24 Alp TokerFix known typos
2013-11-15 Yaron KerenCorrect spelling.
2013-01-29 Andrew KaylorFormatting correction
2013-01-28 Andrew KaylorAdd support for source and line information to IntelJIT...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-11-22 NAKAMURA TakumiIntelJITEventsWrapper.h: Prune two members, FinalizeThr...
2012-11-21 Andrew KaylorImplementing basic function-level profiling support...
2012-11-06 Andrew KaylorAdd interface for object-based JIT events.
2012-10-10 Andrew KaylorAdding comments to clarify the reason for non-standard...
2012-09-28 Andrew KaylorRemoving dependency on third party library for Intel...
2012-09-26 Andrew KaylorFix of hang during Intel JIT profiling
2012-07-19 Bill WendlingRemove tabs.
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...