Fix the -DBUILD_SHARED_LIBS=ON build.
[oota-llvm.git] / tools / llvm-jitlistener / llvm-jitlistener.cpp
2015-03-25 Benjamin Kramerllvm-jitlistener: Add missing include.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-15 Alexey BataevFix line mapping information in LLVM JIT profiling...
2014-11-26 Lang Hames[MCJIT] Reapply r222828 and r222810-r222812 with fix...
2014-11-26 Aaron BallmanReverting r222828 and r222810-r222812 as they broke...
2014-11-26 Lang Hames[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
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 CarruthSplit out the IRReader header and the utility functions...
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...