aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+3
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Enable JIT/MCJIT unit tests for targets with JIT support.Jyotsna Verma2013-04-051-2/+3
* Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don...Jyotsna Verma2013-03-281-1/+4
* Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor2012-10-041-1/+1
* llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi2012-06-211-1/+1
* Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...Eli Bendersky2012-03-151-26/+1
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-131-0/+23
* Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's oldJeffrey Yasskin2009-08-041-4/+3
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-251-0/+19