aboutsummaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/Makefile
AgeCommit message (Expand)Author
2013-04-05Enable JIT/MCJIT unit tests for targets with JIT support.Jyotsna Verma
2013-03-28Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don...Jyotsna Verma
2012-10-04Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor
2012-06-21llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi
2012-03-15Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...Eli Bendersky
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky
2009-08-04Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's oldJeffrey Yasskin
2009-06-25Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin