summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/IntelJITEvents
Commit message (Expand)AuthorAge
* Updates in IntelJITEventListener.cpp - by Arch Robison.Elena Demikhovsky2014-06-01
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Changes in IntelJITEventListener - By Arch RobinsonElena Demikhovsky2014-04-06
* 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
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* Fix known typosAlp Toker2014-01-24
* Correct spelling.Yaron Keren2013-11-15
* Formatting correctionAndrew Kaylor2013-01-29
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-28
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizePr...NAKAMURA Takumi2012-11-22
* Implementing basic function-level profiling support in IntelJITEventListener.Andrew Kaylor2012-11-21
* Add interface for object-based JIT events.Andrew Kaylor2012-11-06
* Adding comments to clarify the reason for non-standard style in these files.Andrew Kaylor2012-10-10
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-28
* Fix of hang during Intel JIT profilingAndrew Kaylor2012-09-26
* Remove tabs.Bill Wendling2012-07-19
* 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