Files
kotlin-fork/compiler/testData/codegen/box
Ting-Yuan Huang 9fc869397d IrBuiltins: refactoring for equality checks
Previously,
* Equals performs IEEE 754 equality check for floating points and
  byte-to-byte checks for other types, including references.
* Ieee754Equals performs IEEE 754 for primitive types
* TotalOrderEquals performs total order equals to all types, including
  floating points.

Now it is simplified,
* Equals performs total order checks for all types.
* Ieee754Equals performs IEEE 754 for primitive types.
* (TotalOrderEquals is removed.)
2019-04-02 13:16:31 +02:00
..
2019-03-12 09:33:00 +01:00
2019-02-25 15:09:26 +03:00
2019-03-29 17:02:44 +03:00
2019-01-31 18:19:41 +03:00
2018-10-15 00:03:45 +03:00
2018-07-10 13:34:19 +03:00
2018-07-10 13:34:19 +03:00
2019-02-15 16:25:16 +03:00
2018-08-09 14:22:50 +03:00
2018-10-22 16:32:55 +02:00
2019-01-24 23:05:56 +03:00
2019-01-26 08:26:49 +01:00
2018-06-14 19:54:30 +03:00
2018-08-02 15:51:16 +02:00
2018-10-22 16:32:55 +02:00
2018-08-09 20:55:50 +03:00
2018-10-10 17:27:37 +03:00
2018-08-15 10:26:28 +03:00
2019-02-19 16:37:47 +01:00