tinygo/compiler
Nia Waldvogel c6ae1c58fc compiler: remove parentHandle from calling convention
This removes the parentHandle argument from the internal calling convention.
It was formerly used to implment coroutines.
Now that coroutines have been removed, it is no longer necessary.
2022-01-19 14:42:02 -05:00
..
ircheck
llvmutil compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
testdata compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
alias.go
asserts.go compiler: fix indices into strings and arrays 2021-11-13 11:04:24 +01:00
atomic.go compiler: work around AVR atomics bugs 2022-01-14 13:49:20 +01:00
calls.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
channel.go
compiler.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
compiler_test.go transform: remove switched func lowering 2022-01-19 14:42:02 -05:00
defer.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
errors.go
func.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
gc.go
goroutine.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
inlineasm.go all: switch to LLVM 13 2022-01-09 11:04:10 +01:00
interface.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
interrupt.go
intrinsics.go
llvm.go
map.go
sizes.go
symbol.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
syscall.go all: switch to LLVM 13 2022-01-09 11:04:10 +01:00
volatile.go