Joel Dice ddc90ef76e fix 64-bit left shifts with constant shifts greater than or equal to 32
The shiftLeftC function in powerpc.cpp was miscompiling such shifts,
leading to crashes due to illegal instructions and other weirdness due
to instructions that meant something completely different.  This
commit fixes that and adds a test to Longs.java to make sure it stays
fixed.
2010-07-23 10:52:58 -06:00
..
2009-03-13 18:36:11 -06:00
2007-07-24 18:34:45 -06:00
2008-11-02 15:25:51 -07:00
2009-08-06 15:58:26 -06:00