1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/ExecutionEngine
Reid Spencer 08e261a5f6 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.

llvm-svn: 33335
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 Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00