summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/IntelJITEvents
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] IntelJitEventListener follow up for "add SectionedAddress ..."Brock Wyma2019-03-251-3/+13
* Attempt to fix buildbot after r354972 [#1]. NFCI.Alexey Lapshin2019-02-271-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-197-28/+21
* [ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.Lang Hames2018-12-041-12/+12
* Remove trailing spaceFangrui Song2018-07-302-46/+46
* Remove malloc.h include from Intel JIT events codeReid Kleckner2018-06-121-1/+0
* Add null check to Intel JIT event listenerReid Kleckner2018-06-121-4/+6
* [C-API] Add functions to create GDB, Intel, Oprofile event listeners.Andres Freund2018-05-241-0/+5
* Remove some leftover DWARFContextInMemory.Rafael Espindola2017-07-191-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-062-2/+2
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-1/+1
* Fix lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp for r273701Kevin Enderby2016-06-241-2/+5
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-2/+5
* Fix another compilation error from r266919 for clang-atom-d525-fedora-rel whichKevin Enderby2016-04-201-2/+5
* More more change need as part of r264187 where ErrorOr<> was addedKevin Enderby2016-03-231-1/+5
* Refactor duplicated code for linking with pthread.Rafael Espindola2016-03-011-3/+3
* Fix build LLVM with -D LLVM_USE_INTEL_JITEVENTS:BOOL=ON on WindowsAndrew Kaylor2016-02-162-2/+11
* Remove autoconf supportChris Bieneman2016-01-261-18/+0
* Fix the -DBUILD_SHARED_LIBS=ON build.Rafael Espindola2015-07-072-2/+4
* Use a continue to reduce indentation.Rafael Espindola2015-07-031-51/+52
* Context is allocated just a few lines above. Don't check if it is null.Rafael Espindola2015-07-031-32/+26
* Fix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE_OPROFILE=ON.Rafael Espindola2015-07-031-2/+3
* Try to fix the build of IntelJITEventListener.Rafael Espindola2015-07-021-7/+6
* Upgrade JIT listeners for changes in the libObject API.Benjamin Kramer2015-06-291-10/+9
* Try to fix the build of IntelJITEventListener.Rafael Espindola2015-06-011-2/+1
* Move DIContext.h to common DebugInfo location.Zachary Turner2015-04-231-2/+3
* [jitlistener] Remove unused codeBenjamin Kramer2015-04-081-3/+0
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-302-2/+2
* Fixing pedantic build warnings.Andrew Kaylor2015-01-151-2/+3
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-8/+7
* Fix line mapping information in LLVM JIT profiling with VtuneAlexey Bataev2014-12-151-0/+12
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-261-12/+28
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-261-28/+12
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-261-12/+28
* [MCJIT] Remove JITEventListener::NotifyFreeingMachineCode. This method is deadLang Hames2014-11-211-10/+0
* [MCJIT] Remove JITEventListener::NotifyFunctionEmitted - this method is deadLang Hames2014-11-201-82/+0
* Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabledMichael Kuperstein2014-10-291-0/+1
* IntelJITEventListener updates to fix breaks by recent changes to EngineBuilde...Elena Demikhovsky2014-08-211-1/+1
* Updates in IntelJITEventListener.cpp - by Arch Robison.Elena Demikhovsky2014-06-011-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Changes in IntelJITEventListener - By Arch RobinsonElena Demikhovsky2014-04-061-4/+3
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-041-1/+1
* Fix known typosAlp Toker2014-01-241-7/+7
* Correct spelling.Yaron Keren2013-11-151-1/+1
* Formatting correctionAndrew Kaylor2013-01-291-2/+1
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-281-8/+45
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizePr...NAKAMURA Takumi2012-11-221-6/+0
OpenPOWER on IntegriCloud