llvm-6502/lib/ExecutionEngine
Jeff Cohen 8c9191c644 The interpreter assumes that the caller of runFunction() must be lli, and
therefore the function being called must be a main() returning an int.  The
consequences when these assumptions are false are not good, so don't assume
them.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26031 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-07 05:29:44 +00:00
..
Interpreter The interpreter assumes that the caller of runFunction() must be lli, and 2006-02-07 05:29:44 +00:00
JIT Allow the specification of explicit alignments for constant pool entries. 2006-01-31 22:23:14 +00:00
ExecutionEngine.cpp Teach the interpreter to handle global variables that are added to a module after 2006-02-07 05:11:57 +00:00
Makefile