summaryrefslogtreecommitdiff
path: root/tools/llvm-jitlistener
AgeCommit message (Expand)AuthorFilesLines
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-6/+4
2013-03-26Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth1-1/+1
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth3-2/+3
2013-01-28Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2-1/+2
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-2/+2
2012-11-21Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor4-0/+276