Files
sdk/tests/language
fschneider@google.com 6632f191c4 Support for unboxed 64-bit integer bitwise operations and equality on ia32.
This CL adds AND, OR, XOR and == operations on unboxed 64-bit integers
(aka. mints).

Unboxed mints are stored in xmm registers. Each xmm register location
has an additional bit to keep track of its value representation.

Unboxed mints are materialized on the heap on deoptmization in the same way as
unboxed doubles.

The SSE instructions used are available on all CPUs that support SSE 4.1.
Review URL: https://codereview.chromium.org//10968059

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13112 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-02 11:25:53 +00:00
..
2012-07-25 21:54:52 +00:00
2012-06-26 14:23:50 +00:00
2012-09-21 13:01:15 +00:00
2012-08-14 13:52:11 +00:00
2012-10-02 09:41:27 +00:00
2012-08-17 21:06:16 +00:00
2012-09-03 08:24:00 +00:00
2012-05-03 13:55:14 +00:00