tinygo/compiler
Ayke van Laethem f6e6aca8d9 compiler: fix incorrect DWARF type in some generic parameters
For some reason, the type of a function parameter can sometimes be of
interface type, while it should be the underlying type. This might be a
bug in the x/tools/go/ssa package but this is a simple workaround.
2022-08-22 10:31:30 +02:00
..
ircheck
llvmutil
testdata
alias.go
asserts.go compiler: insert basic blocks at an appropriate location 2022-06-16 07:59:21 +02:00
atomic.go
calls.go
channel.go
compiler.go compiler: fix incorrect DWARF type in some generic parameters 2022-08-22 10:31:30 +02:00
compiler_go118.go compiler: add support for type parameters (aka generics) 2022-06-11 20:41:16 +02:00
compiler_test.go
defer.go darwin: don't clobber X18 and FP registers 2022-07-26 09:02:06 +02:00
errors.go all: fix staticcheck warnings 2021-09-27 15:47:12 +02:00
func.go
gc.go compiler: track the result of string concatenation 2020-04-02 14:04:25 +02:00
goroutine.go
inlineasm.go
interface.go
interrupt.go transform: refactor interrupt lowering 2021-11-06 09:40:15 +01:00
intrinsics.go
llvm.go
map.go
sizes.go compiler: alignof(func) is 1 pointer, not 2 2022-05-25 11:01:00 +02:00
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