aboutsummaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/JIT/Makefile
AgeCommit message (Expand)Author
2013-01-28Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor
2012-10-18Use an export list when building JIT unittests. <rdar://problem/12473675>Bob Wilson
2012-06-21llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi
2012-03-29Fix missed files in JIT unittests MakefileDanil Malyshev
2012-03-15Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...Eli Bendersky
2009-12-22Partially revert r91626. Materializing extra functions to determine whetherJeffrey Yasskin
2009-12-13Reinstate r91208 to fix available_externally linkage for globals, withJeffrey Yasskin
2009-10-23Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin
2009-06-25Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin