summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/OProfileJIT/OProfileWrapper.cpp
AgeCommit message (Expand)Author
2019-08-07Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2016-04-18[NFC] Header cleanupMehdi Amini
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler 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
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky