tinygo/compiler
Ayke van Laethem a4e2e09457 compiler: drop support for macos syscalls via inline assembly
This has always been unsupported on MacOS and has in fact been removed
from upstream Go a few releases ago. So do the same for TinyGo.
Linux seems to be the only supported OS with a stable syscall interface.
2022-06-24 12:51:18 +02:00
..
ircheck Fix incorrect formatting arguments 2022-04-10 22:58:16 +02:00
llvmutil builder: free LLVM objects after use 2022-05-30 07:53:28 +02:00
testdata compiler: update tests after adding new wasm features 2022-06-22 07:50:40 +02:00
alias.go
asserts.go
atomic.go compiler: define atomic intrinsic functions directly 2022-06-24 11:10:24 +02:00
calls.go compiler: implement recover() built-in function 2022-06-16 07:59:21 +02:00
channel.go compiler: avoid zero-sized alloca in channel operations 2021-09-09 11:24:52 +02:00
compiler.go compiler: really define runtime.mem* as LLVM intrinsic wrappers 2022-06-24 11:10:24 +02:00
compiler_go118.go
compiler_test.go compiler: implement recover() built-in function 2022-06-16 07:59:21 +02:00
defer.go
errors.go
func.go
gc.go
goroutine.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
inlineasm.go
interface.go compiler: insert basic blocks at an appropriate location 2022-06-16 07:59:21 +02:00
interrupt.go
intrinsics.go compiler: really define runtime.mem* as LLVM intrinsic wrappers 2022-06-24 11:10:24 +02:00
llvm.go compiler: implement recover() built-in function 2022-06-16 07:59:21 +02:00
map.go
sizes.go
symbol.go compiler: add support for type parameters (aka generics) 2022-06-11 20:41:16 +02:00
syscall.go
volatile.go compiler: really define runtime/volatile.* functions 2022-06-24 11:10:24 +02:00