summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/OProfileJIT
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer2019-08-071-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.Lang Hames2018-12-041-12/+12
* Add debug info for OProfile profiling supportAndrew Kaylor2018-06-152-2/+26
* [C-API] Add functions to create GDB, Intel, Oprofile event listeners.Andres Freund2018-05-241-0/+5
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-142-15/+18
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [ExecutionEngine] Fix compile errors in OProfileJITEventListener.Lang Hames2017-01-031-8/+8
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Remove autoconf supportChris Bieneman2016-01-261-18/+0
* Fix the -DBUILD_SHARED_LIBS=ON build.Rafael Espindola2015-07-071-0/+1
* Use a continue to reduce indentation.Rafael Espindola2015-07-031-19/+20
* Fix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE_OPROFILE=ON.Rafael Espindola2015-07-031-6/+10
* Upgrade JIT listeners for changes in the libObject API.Benjamin Kramer2015-06-291-12/+10
* [jitlistener] Remove unused codeBenjamin Kramer2015-04-081-2/+0
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-7/+5
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-261-43/+54
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-261-54/+43
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-261-43/+54
* [MCJIT] Remove JITEventListener::NotifyFreeingMachineCode. This method is deadLang Hames2014-11-211-12/+0
* [MCJIT] Remove JITEventListener::NotifyFunctionEmitted - this method is deadLang Hames2014-11-201-78/+0
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-222-2/+4
* Replace two calls to object::symbol_iterator::increment(), which hadKaelyn Takata2014-04-141-10/+4
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+2
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-2/+2
* Adding oprofile support for MCJIT.Andrew Kaylor2013-10-162-1/+72
* Reorder headers according to lint.Bill Wendling2013-08-211-6/+4
* [patch] bug 15055 Add Unistd.h to OProfileWrapper.cppWill Schmidt2013-02-071-0/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd2012-05-071-1/+1
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-135-0/+488
OpenPOWER on IntegriCloud