Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabled
[oota-llvm.git] / tools / llvm-jitlistener /
2014-10-29 Michael KupersteinFix build with CMake if LLVM_USE_INTEL_JITEVENTS option...
2014-10-23 NAKAMURA Takumi[CMake] Prune CRLF in CMakeLists.txt(s).
2014-09-23 Lang Hames[MCJIT] Remove a few more references to JITMemoryManage...
2014-09-23 Lang Hames[MCJIT] Delete the JTIMemoryManager and associated...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-21 Elena DemikhovskyIntelJITEventListener updates to fix breaks by recent...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2013-03-26 Chandler CarruthManually update the dependencies in the Makefiles....
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-01-28 Andrew KaylorAdd support for source and line information to IntelJIT...
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-11-21 Andrew KaylorAdding tests for the Intel JIT event listener's MCJIT...