tinygo/compiler/testdata
Ayke van Laethem 7b1e5f6f99 compiler: implement unsafe.Alignof and unsafe.Sizeof for generic code
For some reason, these aren't lowered when a generic function is
instantiated by the SSA package.

I've left unsafe.Offsetof to be implemented later, it's a bit difficult
to do correctly the way the code is currently structured.
2022-07-28 15:43:51 +02:00
..
basic.go
basic.ll compiler: update tests after adding new wasm features 2022-06-22 07:50:40 +02:00
channel.go compiler: avoid zero-sized alloca in channel operations 2021-09-09 11:24:52 +02:00
channel.ll
defer-cortex-m-qemu.ll avr: add support for recover() 2022-06-19 11:51:12 +02:00
defer.go compiler: insert basic blocks at an appropriate location 2022-06-16 07:59:21 +02:00
float.go
float.ll
func.go compiler: add func tests 2021-04-12 12:07:42 +02:00
func.ll
gc.go
gc.ll
generics.go
generics.ll compiler: implement unsafe.Alignof and unsafe.Sizeof for generic code 2022-07-28 15:43:51 +02:00
go1.17.go
go1.17.ll
goroutine-cortex-m-qemu-tasks.ll
goroutine-wasm-asyncify.ll
goroutine.go
interface.go
interface.ll
intrinsics-cortex-m-qemu.ll
intrinsics-wasm.ll
intrinsics.go
pointer.go compiler: refactor and add tests 2021-01-15 14:43:43 +01:00
pointer.ll
pragma.go compiler: add function and global section pragmas 2021-06-24 15:00:30 +02:00
pragma.ll
slice.go
slice.ll compiler: update tests after adding new wasm features 2022-06-22 07:50:40 +02:00
string.go compiler: fix indices into strings and arrays 2021-11-13 11:04:24 +01:00
string.ll