llvm-6502/unittests
Jeffrey Yasskin 40966a7c68 Make it possible to create multiple JIT instances at the same time, by removing
the global TheJIT and TheJITResolver variables.  Lazy compilation is supported
by a global map from a stub address to the JITResolver that knows how to
compile it.

Patch by Olivier Meurant!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95837 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-11 01:07:39 +00:00
..
ADT Silence GCC warnings. 2010-02-10 13:34:02 +00:00
ExecutionEngine Make it possible to create multiple JIT instances at the same time, by removing 2010-02-11 01:07:39 +00:00
Support Add support for TypeBuilder<const/volatile void*, false>. 2010-02-09 19:07:19 +00:00
Transforms Factor out redundancy from clone() implementations. 2009-10-27 22:16:29 +00:00
VMCore Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't 2010-01-26 23:30:46 +00:00
Makefile New unit test for the cloning module, which so far only covers cloning of 2009-09-27 21:39:46 +00:00
Makefile.unittest Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't 2010-01-26 23:30:46 +00:00