llvm-6502/lib/ExecutionEngine/Interpreter
Brian Gaeke 70975eef57 Make CreateArgv part of lli rather than part of ExecutionEngine.
Switch Interpreter and JIT's "run" methods to take a Function and a vector of
 GenericValues.
Move (almost all of) the stuff that constructs a canonical call to main()
 into lli (new methods "callAsMain", "makeStringVector").
Nuke getCurrentExecutablePath(), enableTracing(), getCurrentFunction(),
 isStopped(), and many dead decls from interpreter.
Add linux strdup() support to interpreter.
Make interpreter's atexit handler runner and JIT's runAtExitHandlers() look
 more alike, in preparation for refactoring.
atexit() is spelled "atexit", not "at_exit".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8366 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-05 18:42:01 +00:00
..
Execution.cpp Remove printOperandInfo(), and simplify run(). 2003-09-05 05:22:08 +00:00
ExecutionAnnotations.h Remove support for breakpoints (not used). 2003-09-04 23:15:40 +00:00
ExternalFunctions.cpp Make CreateArgv part of lli rather than part of ExecutionEngine. 2003-09-05 18:42:01 +00:00
Interpreter.cpp Make CreateArgv part of lli rather than part of ExecutionEngine. 2003-09-05 18:42:01 +00:00
Interpreter.h Make CreateArgv part of lli rather than part of ExecutionEngine. 2003-09-05 18:42:01 +00:00
Makefile Initial checkin of new LLI with JIT compiler 2002-12-24 00:01:05 +00:00