tinygo/compiler
2022-02-11 19:46:37 +01:00
..
ircheck compiler: move IR checker to separate package 2020-03-21 15:45:25 +01:00
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
atomic.go compiler: work around AVR atomics bugs 2022-01-14 13:49:20 +01:00
calls.go
channel.go compiler: avoid zero-sized alloca in channel operations 2021-09-09 11:24:52 +02:00
compiler.go compiler: move allocations > 256 bytes to the heap 2022-02-11 19:46:37 +01:00
compiler_test.go transform: remove switched func lowering 2022-01-19 14:42:02 -05:00
defer.go
errors.go
func.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
gc.go
goroutine.go
inlineasm.go
interface.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
interrupt.go
intrinsics.go compiler: move LLVM math builtin support into the compiler 2021-08-10 20:08:27 +02:00
llvm.go compiler: fix emission of large object layouts 2022-01-03 21:22:49 +01:00
map.go
sizes.go
symbol.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
syscall.go
volatile.go compiler: do not perform nil checking when indexing slices 2020-03-27 07:38:16 +01:00