summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a build failure with perf: Add a missing include to llvm/Support/ManagedS...Sylvestre Ledru2019-11-161-0/+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-3/+3
* Fix LLVM_USE_PERF build after getPageSize changeSven van Haastregt2019-05-091-3/+3
* [perf][DebugInfo] follow up for "add SectionedAddress to DebugInfo interfaces"Sylvestre Ledru2019-03-201-4/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.Lang Hames2018-12-041-6/+7
* Add PerfJITEventListener for perf profiling support.Andres Freund2018-07-241-0/+497
OpenPOWER on IntegriCloud