llvm-6502/lib/ExecutionEngine
Chris Lattner d5e1d9d5f4 Goodbye macro hell, hello nice clean simple extensible code. This change
also gives the JIT the ability to dynamically load targets. e.g.

lli -load libparisc.so -march=parisc foo.bc


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14750 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-11 04:02:06 +00:00
..
Interpreter Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
JIT Goodbye macro hell, hello nice clean simple extensible code. This change 2004-07-11 04:02:06 +00:00
ExecutionEngine.cpp Fix for bug 391. 2004-07-07 21:01:38 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00