History log of /external/llvm/unittests/ExecutionEngine/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
332edeb1dc9e6aed5229091bb56a914e78f177c2 05-Apr-2013 Jyotsna Verma <jverma@codeaurora.org> Enable JIT/MCJIT unit tests for targets with JIT support.
Change unittests/ExecutionEngine/Makefile to include Makefile.config before
TARGET_HAS_JIT flag is checked.

Fixes bug: http://llvm.org/bugs/show_bug.cgi?id=15669



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178871 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ExecutionEngine/Makefile
9f41d224679a6b246a583b5dbb3a50635f4ff517 28-Mar-2013 Jyotsna Verma <jverma@codeaurora.org> Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don't support JIT.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178221 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ExecutionEngine/Makefile
2d6d585c85ce8c56461f17b7b49fff24eed7b8fb 04-Oct-2012 Andrew Kaylor <andrew.kaylor@intel.com> Adding MCJIT and MemoryBuffer unit tests

Patch by Daniel Malea.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165246 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ExecutionEngine/Makefile
f455101badc2339fc7a17dab2d66f5969d82d812 22-Jun-2012 NAKAMURA Takumi <geek4civic@gmail.com> llvm/unittests: Simplify LINK_COMPONENTS.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158942 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ExecutionEngine/Makefile
f963cd3e02cc01453cb9fd1d4f9e20a1e6f97ba2 15-Mar-2012 Eli Bendersky <eli.bendersky@intel.com> Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionEngine/JIT



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152780 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ExecutionEngine/Makefile
61b1851a205cb8dd29c1d3d4231efb8f8f7da283 13-Mar-2012 Eli Bendersky <eli.bendersky@intel.com> Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM.

Also refactor the existing OProfile profiling code to reuse the same interfaces with the VTune profiling code.
In addition, unit tests for the profiling interfaces were added.

This patch was prepared by Andrew Kaylor and Daniel Malea, and reviewed in the llvm-commits list by Jim Grosbach



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152620 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ExecutionEngine/Makefile
0a962314fb5b3e9654ad9ab50b7d1b684f154270 05-Aug-2009 Jeffrey Yasskin <jyasskin@google.com> Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old
address from the reverse mapping, and add a test that this works now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78127 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ExecutionEngine/Makefile
df5a7daff9c7664bff8b713e8ed5155319bc6041 25-Jun-2009 Jeffrey Yasskin <jyasskin@google.com> Add a JITEventListener interface that gets called back when a new function is
emitted or the machine code for a function is freed. Chris mentioned that we
may also want a notification when a stub is emitted, but that'll be a future
change. I intend to use this to tell oprofile where functions are emitted and
what lines correspond to what addresses.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74157 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/ExecutionEngine/Makefile