tinygo/compiler
2023-07-02 15:35:42 +02:00
..
ircheck all: remove pointer ElementType calls 2022-10-19 22:23:19 +02:00
llvmutil compiler: move some llvmutil code into the compiler 2023-01-18 08:24:42 +01:00
testdata compiler: update .ll test output 2023-07-02 15:35:42 +02:00
alias.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
asserts.go compiler: add support for new unsafe slice/string functions 2023-01-17 08:38:54 +01:00
atomic.go
calls.go
channel.go
compiler.go
compiler_test.go
defer.go
errors.go all: fix staticcheck warnings 2021-09-27 15:47:12 +02:00
func.go compiler: correctly generate code for local named types 2023-03-21 22:22:03 +01:00
gc.go
goroutine.go
inlineasm.go compiler; add position information to createConstant 2023-03-05 17:13:16 -08:00
interface.go
interrupt.go
intrinsics.go
llvm.go compiler: implement most math/bits functions 2023-03-29 20:55:09 +02:00
map.go
sizes.go
symbol.go
syscall.go
volatile.go