llvm-6502/lib/ExecutionEngine/Interpreter
Brian Gaeke 413ab6655b Remove support for interactive (step finish next) instructions.
Remove printCurrentInstruction, printStackFrame and infoValue
 (only used interactively) and other unused methods of Interpreter.
Fold UserInput.cpp containing only callMainFunction() into Interpreter.cpp.
Remove unused Profile flag.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8359 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-05 04:46:26 +00:00
..
Execution.cpp Remove support for interactive (step finish next) instructions. 2003-09-05 04:46:26 +00:00
ExecutionAnnotations.h Remove support for breakpoints (not used). 2003-09-04 23:15:40 +00:00
ExternalFunctions.cpp Add preliminary support for "any" pointersize/endianness. This will need 2003-08-24 14:02:47 +00:00
Interpreter.cpp Remove support for interactive (step finish next) instructions. 2003-09-05 04:46:26 +00:00
Interpreter.h Remove support for interactive (step finish next) instructions. 2003-09-05 04:46:26 +00:00
Makefile Initial checkin of new LLI with JIT compiler 2002-12-24 00:01:05 +00:00
Support.cpp A large number of simple changes: 2003-05-08 16:18:31 +00:00