summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/OProfileJIT
AgeCommit message (Expand)Author
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-01-03[ExecutionEngine] Fix compile errors in OProfileJITEventListener.Lang Hames
2016-04-18[NFC] Header cleanupMehdi Amini
2016-01-26Remove autoconf supportChris Bieneman
2015-07-07Fix the -DBUILD_SHARED_LIBS=ON build.Rafael Espindola
2015-07-03Use a continue to reduce indentation.Rafael Espindola
2015-07-03Fix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE_OPROFILE=ON.Rafael Espindola
2015-06-29Upgrade JIT listeners for changes in the libObject API.Benjamin Kramer
2015-04-08[jitlistener] Remove unused codeBenjamin Kramer
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-11-26[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames
2014-11-26Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman
2014-11-26[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames
2014-11-21[MCJIT] Remove JITEventListener::NotifyFreeingMachineCode. This method is deadLang Hames
2014-11-20[MCJIT] Remove JITEventListener::NotifyFunctionEmitted - this method is deadLang Hames
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-14Replace two calls to object::symbol_iterator::increment(), which hadKaelyn Takata
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth
2013-10-16Adding oprofile support for MCJIT.Andrew Kaylor
2013-08-21Reorder headers according to lint.Bill Wendling
2013-02-07[patch] bug 15055 Add Unistd.h to OProfileWrapper.cppWill Schmidt
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-05-07Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky