llvm-6502/lib/ExecutionEngine
Reid Spencer 8205972a5a Fix a regression in the last patch. When constructing a BitMask, be careful
not to overflow 64-bits and end up with a 0 mask. This caused i64 values to
always be stored as 0 with lots of consequential damage to nightly test.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33335 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-18 18:01:32 +00:00
..
Interpreter Use the new maskToBitWidth function to ensure that the results of 2007-01-18 02:12:51 +00:00
JIT For PR1064: 2007-01-12 07:05:14 +00:00
ExecutionEngine.cpp Fix a regression in the last patch. When constructing a BitMask, be careful 2007-01-18 18:01:32 +00:00
Makefile