llvm-6502/lib/ExecutionEngine
Brian Gaeke f143d3c284 ExecutionEngine::create no longer takes a TraceMode argument.
CurFrame, TraceMode, and the CachedWriter are history.
The ExecutionAnnotations (SlotNumber, InstNumber, and FunctionInfo) are history.
ExecutionContext now keeps Values for each stack frame in a std::map.
printValue() and print() are history.
executeInstruction() is now part of run().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9493 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24 19:59:37 +00:00
..
Interpreter ExecutionEngine::create no longer takes a TraceMode argument. 2003-10-24 19:59:37 +00:00
JIT Destroy MachineFunction for any Function that we are about to 2003-10-24 03:55:37 +00:00
ExecutionEngine.cpp ExecutionEngine::create no longer takes a TraceMode argument. 2003-10-24 19:58:38 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00