llvm/lib/ExecutionEngine
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
..
Interpreter Fix a bug in IntToPtr. Truncating to 64-bits only works if the integer 2007-03-06 03:41:50 +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 Simplify things significantly because GenericValue now has a single integer 2007-03-06 03:04:04 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00