llvm-6502/lib/ExecutionEngine/Interpreter
Reid Spencer 7553c34135 Fix a bug in IntToPtr. Truncating to 64-bits only works if the integer
is larger. Adjust so that it truncates to pointer width, only if necessary.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34954 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-06 03:41:50 +00:00
..
Execution.cpp Fix a bug in IntToPtr. Truncating to 64-bits only works if the integer 2007-03-06 03:41:50 +00:00
ExternalFunctions.cpp Adjust and simplify external function processing now that GenericValue has 2007-03-06 03:08:12 +00:00
Interpreter.cpp Remove the insufficient code in Interpreter::create that computed the 2007-03-06 03:05:57 +00:00
Interpreter.h APInt's are no longer allocated on the heap because they are direct 2007-03-06 03:06:48 +00:00
Makefile