tinygo/src
Ayke van Laethem c199dd03c7 windows: save and restore xmm registers when switching goroutines
This is required according to the Windows x64 calling convention:
https://docs.microsoft.com/en-us/cpp/build/x64-calling-convention?view=msvc-170#callercallee-saved-registers
We didn't do this, and this didn't appear to cause any problems. But we
should do it anyway for correctness.
2022-09-02 18:47:00 +02:00
..
crypto loader,crypto: fix link error for crypto/internal/boring/sig.StandardCrypto 2022-09-01 09:48:40 +02:00
device all: rename assembly files to .S extension 2022-08-04 15:43:42 +02:00
examples examples/wasm: improve Makefile 2022-08-04 13:10:41 +02:00
internal windows: save and restore xmm registers when switching goroutines 2022-09-02 18:47:00 +02:00
machine Add qtpy-rp2040 to TinyGo v0.25.0 2022-09-02 15:06:37 +02:00
net net: sync net.go with Go 1.18 stdlib 2022-08-06 08:05:29 +02:00
os Add ErrProcessDone error 2022-08-09 09:18:49 +02:00
reflect reflect: implement CanInterface and fix string Index() 2022-09-01 21:42:22 +02:00
runtime runtime/pprof, runtime/trace: stub some additional functions 2022-09-02 10:37:50 +02:00
sync sync: implement map.LoadAndDelete 2022-09-02 11:48:01 +02:00
syscall syscall/darwin: add ENOTCONN 2022-08-07 09:04:57 +02:00
testing all: drop support for Go 1.16 and Go 1.17 2022-08-30 12:38:06 +02:00