llvm-6502/lib/ExecutionEngine
Reid Spencer 415c1f7438 1. Make StoreValueToMemory a little more efficient by not requiring caller
to make a copy of the GenericValue.
2. Fix a copy & paste bug in StoreValueToMemory where 64-bit values were
   truncated to 32


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34958 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-06 05:03:16 +00:00
..
Interpreter Fix some thinko's in the last patch. PtrSize has to be in bits and we 2007-03-06 03:46:41 +00:00
JIT Simplify code as a result of the change in GenericValue to have a single 2007-03-06 03:11:31 +00:00
ExecutionEngine.cpp 1. Make StoreValueToMemory a little more efficient by not requiring caller 2007-03-06 05:03:16 +00:00
Makefile