tinygo/compiler/testdata
Ayke van Laethem 9af535bf98 avr: add support for recover()
You can see that it works with the following command:

    tinygo run -target=simavr ./testdata/recover.go

This also gets the following tests to pass again:

    go test -run=Build -target=simavr -v

Adding support for AVR was a bit more compliated because it's also
necessary to save and restore the Y register.
2022-06-19 11:51:12 +02:00
..
basic.go
basic.ll compiler: insert basic blocks at an appropriate location 2022-06-16 07:59:21 +02:00
channel.go
channel.ll runtime: move *task.DeferFrame here 2022-06-19 11:51:12 +02:00
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 all: update to LLVM 14 2022-04-23 08:45:46 +02:00
func.go
func.ll compiler: insert basic blocks at an appropriate location 2022-06-16 07:59:21 +02:00
gc.go transform: remove switched func lowering 2022-01-19 14:42:02 -05:00
gc.ll all: update to LLVM 14 2022-04-23 08:45:46 +02:00
go1.17.go
go1.17.ll compiler: insert basic blocks at an appropriate location 2022-06-16 07:59:21 +02:00
goroutine-cortex-m-qemu-tasks.ll runtime: move *task.DeferFrame here 2022-06-19 11:51:12 +02:00
goroutine-wasm-asyncify.ll runtime: move *task.DeferFrame here 2022-06-19 11:51:12 +02:00
goroutine.go compiler: add support for the go keyword on interface methods 2021-10-31 14:17:25 +01:00
interface.go compiler: simplify interface lowering 2021-10-31 14:17:25 +01:00
interface.ll compiler: insert basic blocks at an appropriate location 2022-06-16 07:59:21 +02:00
intrinsics-cortex-m-qemu.ll compiler: implement recover() built-in function 2022-06-16 07:59:21 +02:00
intrinsics-wasm.ll all: update to LLVM 14 2022-04-23 08:45:46 +02:00
intrinsics.go
pointer.go
pointer.ll all: update to LLVM 14 2022-04-23 08:45:46 +02:00
pragma.go
pragma.ll all: update to LLVM 14 2022-04-23 08:45:46 +02:00
slice.go
slice.ll compiler: insert basic blocks at an appropriate location 2022-06-16 07:59:21 +02:00
string.go compiler: fix indices into strings and arrays 2021-11-13 11:04:24 +01:00
string.ll compiler: insert basic blocks at an appropriate location 2022-06-16 07:59:21 +02:00