summaryrefslogtreecommitdiff
path: root/tools/llvm-jitlistener
AgeCommit message (Expand)Author
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-01-26Remove autoconf supportChris Bieneman
2015-07-07Fix the -DBUILD_SHARED_LIBS=ON build.Rafael Espindola
2015-07-03Fix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE_OPROFILE=ON.Rafael Espindola
2015-06-12Wrap some long lines in LLVMBuild files. NFCDouglas Katzman
2015-05-25Prune CRLFs.NAKAMURA Takumi
2015-03-25llvm-jitlistener: Add missing include.Benjamin Kramer
2015-01-30Fix lli after the DebugInfo move.Zachary Turner
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-10-29Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabledMichael Kuperstein
2014-10-23[CMake] Prune CRLF in CMakeLists.txt(s).NAKAMURA Takumi
2014-09-23[MCJIT] Remove a few more references to JITMemoryManager that survived r218316.Lang Hames
2014-09-23[MCJIT] Delete the JTIMemoryManager and associated APIs.Lang Hames
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-21IntelJITEventListener updates to fix breaks by recent changes to EngineBuilde...Elena Demikhovsky
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2014-03-06Support: split object format out of environmentSaleem Abdulrasool
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2013-03-26Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-01-28Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-11-21Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor