tinygo/interp/testdata
Ayke van Laethem 25fcf3e18e interp: better support interface operations
This commit teaches the interp scanner that supported interface
operations (type assertions, interface assertions) are supported.

This fixes a problem with math/rand in Go 1.14.
2020-03-24 14:49:24 +01:00
..
basic.ll interp: fix inserting non-const values in a const aggregate 2019-11-18 18:31:56 +01:00
basic.out.ll interp: fix inserting non-const values in a const aggregate 2019-11-18 18:31:56 +01:00
consteval.ll interp: support integer icmp of ptrtoint 2019-11-26 14:43:05 +01:00
consteval.out.ll interp: support integer icmp of ptrtoint 2019-11-26 14:43:05 +01:00
interface.ll interp: add support for constant type asserts 2020-03-20 22:22:24 +01:00
interface.out.ll interp: add support for constant type asserts 2020-03-20 22:22:24 +01:00
map.ll interp: add runtime fallback for mapassign operations 2019-12-23 08:15:09 +01:00
map.out.ll interp: add runtime fallback for mapassign operations 2019-12-23 08:15:09 +01:00
scan.ll interp: better support interface operations 2020-03-24 14:49:24 +01:00
slice-copy.ll interp: implement runtime.sliceCopy 2019-09-24 18:16:43 +02:00
slice-copy.out.ll interp: implement runtime.sliceCopy 2019-09-24 18:16:43 +02:00