llvm-6502/lib/ExecutionEngine
Brian Gaeke 63438cc9b0 Add support for --debug-only=interpreter, to print out instrs before
interpreting them.

Move support for getting the value of a ConstantExpr into
getConstantExprValue(), and add support for the rest of the different
kinds of ConstantExprs.  (I don't think I like ConstantExprs!)
This requires separate procedures executeShlInst() and executeShrInst().

Reduce the number of references to TheEE.

Get rid of an old comment mentioning annotations.

Fix exitCalled(), which was crashing the Interpreter. This was a
leftover from the return-value code refactoring.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10389 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-11 00:22:59 +00:00
..
Interpreter Add support for --debug-only=interpreter, to print out instrs before 2003-12-11 00:22:59 +00:00
JIT Finegrainify namespacification 2003-12-08 08:06:28 +00:00
ExecutionEngine.cpp Use the new method, though noone currently implements it any better than before 2003-12-08 08:22:48 +00:00
Makefile