Files
sdk/pkg/dev_compiler/test/codegen
Stephen Adams 8c745c69d1 Fix modulo and bitwise operators.
Dart `%` is modulo, JS `%` is remainder, so call the runtime version.

Use dart2js interpretation of bit operations and shifts which always
produce a 32-bit unsigned result.

Optimization of the bit operations to follow.

BUG= https://github.com/dart-lang/dev_compiler/issues/518
R=jmesserly@google.com

Review URL: https://codereview.chromium.org/1924413002 .
2016-04-28 13:47:22 -07:00
..
2016-04-28 13:47:22 -07:00
2016-04-28 13:00:07 -07:00
2016-04-14 11:28:12 -07:00
2015-04-10 13:41:43 -07:00
2016-04-14 11:28:12 -07:00
2015-05-11 10:56:11 -07:00
2016-04-14 11:28:12 -07:00
2015-06-26 16:02:30 -07:00
2015-12-01 15:57:56 -08:00
2015-07-14 17:48:38 -07:00
2016-04-14 11:28:12 -07:00
2015-08-04 17:23:13 -07:00
2015-04-10 13:41:43 -07:00