Dmitry Vyukov 710eefe85a pkg/compiler: support negative integers
Currently we have to use 0xffffffffffffffff to represent -1,
and we can't express e.g. -20:20 int range.
Support negative consts to fix both problems.
2018-07-09 20:47:07 +02:00
..
2018-07-05 13:03:10 +02:00
2018-03-08 18:48:26 +01:00
2018-05-14 11:17:23 +02:00
2018-04-24 13:23:01 +02:00
2018-03-08 18:48:26 +01:00
2018-07-06 20:18:05 +02:00
2017-09-28 16:53:58 +02:00
2018-06-26 14:12:43 +02:00
2018-03-08 18:48:26 +01:00
2018-06-29 20:34:43 +02:00
2018-03-08 18:48:26 +01:00
2018-07-05 13:02:56 +02:00