Files
sdk/runtime/vm
Florian Schneider e013aaa511 Fix DBC double comparisons for NaN.
Because NaN is not handled in a separate branch (like on other architetures -
e.g. branch-on-parity-flag on ia32), and every comparison with NaN returns false,
except "!=" we can't flip the branch condition in the same way for double
compares like we do for integer compares.

We could re-order blocks to always make the false-successor the fall-through, but
for now I just disable flipping the branch condition for double compares.

BUG=#27481
R=zra@google.com

Review URL: https://codereview.chromium.org/2400103002 .
2016-10-07 15:30:21 -07:00
..
2016-09-23 13:06:14 -07:00
2016-06-22 08:32:37 -07:00
2016-04-19 19:06:53 +02:00
2016-04-18 23:02:01 +02:00
2016-09-16 11:18:36 -07:00
2016-09-09 09:47:56 -07:00
2016-09-09 09:47:56 -07:00
2016-10-04 09:19:07 -07:00
2016-02-22 08:53:11 -08:00
2016-02-22 08:53:11 -08:00
2016-08-08 12:43:13 -07:00
2016-01-22 13:07:48 -08:00
2016-04-29 09:36:58 -07:00
2016-04-29 09:36:58 -07:00
2016-04-18 23:02:01 +02:00
2016-04-18 23:02:01 +02:00
2016-02-09 11:07:15 -08:00
2016-04-29 09:36:58 -07:00
2016-03-31 13:33:14 -07:00
2016-09-19 13:31:09 -07:00
2016-06-10 16:00:18 -07:00
2016-09-23 10:45:51 -07:00
2016-06-29 15:25:43 -07:00
2016-02-03 21:10:30 -08:00
2016-02-03 21:10:30 -08:00
2016-02-03 21:10:30 -08:00
2016-06-22 08:32:37 -07:00
2016-06-22 08:32:37 -07:00
2016-04-18 23:02:01 +02:00
2016-08-16 18:27:40 -07:00
2016-03-21 09:41:47 -07:00
2016-10-07 13:43:43 -07:00
2016-10-07 13:43:43 -07:00
2016-04-18 23:02:01 +02:00
2016-03-17 12:57:36 -07:00
2015-08-17 13:29:17 -07:00
2016-07-14 15:30:32 -07:00
2016-04-18 23:02:01 +02:00
2016-07-01 12:42:05 -07:00
2016-07-01 12:42:05 -07:00
2016-07-01 12:42:05 -07:00
2016-03-21 17:21:05 -07:00
2016-03-21 17:21:05 -07:00
2016-05-11 14:33:25 -07:00
2016-09-23 10:45:51 -07:00
2016-07-01 12:42:05 -07:00
2016-04-18 23:02:01 +02:00
2016-05-13 12:38:25 -07:00
2015-09-15 12:49:52 -07:00
2016-09-23 13:06:14 -07:00
2016-09-08 12:32:34 -07:00
2016-09-08 11:28:34 -07:00
2015-09-30 12:47:23 -07:00
2016-02-02 10:15:44 -08:00
2016-02-02 10:15:44 -08:00
2015-09-15 12:49:52 -07:00
2016-09-09 09:28:27 -07:00
2016-02-03 21:10:30 -08:00
2016-09-23 13:06:14 -07:00