summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/OProfileJIT
Commit message (Expand)AuthorAge
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Replace two calls to object::symbol_iterator::increment(), which hadKaelyn Takata2014-04-14
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Adding oprofile support for MCJIT.Andrew Kaylor2013-10-16
* Reorder headers according to lint.Bill Wendling2013-08-21
* [patch] bug 15055 Add Unistd.h to OProfileWrapper.cppWill Schmidt2013-02-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd2012-05-07
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-13