llvm-6502/lib/ExecutionEngine/Interpreter
Brian Gaeke 03e43dcfe7 Reduce the number of #includes.
CurFrame, TraceMode, and the CachedWriter are history.
ArrayChecksEnabled and non-QuietMode are history.
The ExecutionAnnotations (SlotNumber, InstNumber, and FunctionInfo) are history.
ExecutionContext now keeps Values for each stack frame in a std::map.
Stop pre-initializing Values on the stack to 42.
Remove some dead variables, excess whitespace and commented-out code.
executeInstruction() is now part of run().
printValue() and print() are history.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9489 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24 19:59:01 +00:00
..
Execution.cpp Reduce the number of #includes. 2003-10-24 19:59:01 +00:00
ExecutionAnnotations.h Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
ExternalFunctions.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Interpreter.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Interpreter.h Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00