summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/IntelJITEvents
AgeCommit message (Expand)Author
2017-07-19Remove some leftover DWARFContextInMemory.Rafael Espindola
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-02-10[CMake] Fix pthread handling for out-of-tree buildsEric Fiselier
2016-06-24Fix lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp for r273701Kevin Enderby
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby
2016-04-20Fix another compilation error from r266919 for clang-atom-d525-fedora-rel whichKevin Enderby
2016-03-23More more change need as part of r264187 where ErrorOr<> was addedKevin Enderby
2016-03-01Refactor duplicated code for linking with pthread.Rafael Espindola
2016-02-16Fix build LLVM with -D LLVM_USE_INTEL_JITEVENTS:BOOL=ON on WindowsAndrew Kaylor
2016-01-26Remove autoconf supportChris Bieneman
2015-07-07Fix the -DBUILD_SHARED_LIBS=ON build.Rafael Espindola
2015-07-03Use a continue to reduce indentation.Rafael Espindola
2015-07-03Context is allocated just a few lines above. Don't check if it is null.Rafael Espindola
2015-07-03Fix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE_OPROFILE=ON.Rafael Espindola
2015-07-02Try to fix the build of IntelJITEventListener.Rafael Espindola
2015-06-29Upgrade JIT listeners for changes in the libObject API.Benjamin Kramer
2015-06-01Try to fix the build of IntelJITEventListener.Rafael Espindola
2015-04-23Move DIContext.h to common DebugInfo location.Zachary Turner
2015-04-08[jitlistener] Remove unused codeBenjamin Kramer
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner
2015-01-15Fixing pedantic build warnings.Andrew Kaylor
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-12-15Fix line mapping information in LLVM JIT profiling with VtuneAlexey Bataev
2014-11-26[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames
2014-11-26Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman
2014-11-26[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames
2014-11-21[MCJIT] Remove JITEventListener::NotifyFreeingMachineCode. This method is deadLang Hames
2014-11-20[MCJIT] Remove JITEventListener::NotifyFunctionEmitted - this method is deadLang Hames
2014-10-29Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabledMichael Kuperstein
2014-08-21IntelJITEventListener updates to fix breaks by recent changes to EngineBuilde...Elena Demikhovsky
2014-06-01Updates in IntelJITEventListener.cpp - by Arch Robison.Elena Demikhovsky
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-06Changes in IntelJITEventListener - By Arch RobinsonElena Demikhovsky
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth
2014-03-04[Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth
2014-01-24Fix known typosAlp Toker
2013-11-15Correct spelling.Yaron Keren
2013-01-29Formatting correctionAndrew Kaylor
2013-01-28Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-11-22IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizePr...NAKAMURA Takumi
2012-11-21Implementing basic function-level profiling support in IntelJITEventListener.Andrew Kaylor
2012-11-06Add interface for object-based JIT events.Andrew Kaylor
2012-10-10Adding comments to clarify the reason for non-standard style in these files.Andrew Kaylor
2012-09-28Removing dependency on third party library for Intel JIT event support.Andrew Kaylor
2012-09-26Fix of hang during Intel JIT profilingAndrew Kaylor
2012-07-19Remove tabs.Bill Wendling
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-05-07Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd