tinygo/compiler
Damian Gryski 0e7a129de7 compiler: update testdata/string.ll
$ go test ./compiler -update
2021-11-18 11:07:45 +01:00
..
ircheck compiler: move IR checker to separate package 2020-03-21 15:45:25 +01:00
llvmutil compiler: change symbol name for string and packed data constants 2021-11-03 16:28:04 +01:00
testdata compiler: update testdata/string.ll 2021-11-18 11:07:45 +01:00
alias.go
asserts.go
atomic.go
calls.go all: fix staticcheck warnings 2021-09-27 15:47:12 +02:00
channel.go compiler: avoid zero-sized alloca in channel operations 2021-09-09 11:24:52 +02:00
compiler.go
compiler_test.go
defer.go compiler, runtime: add layout parameter to runtime.alloc 2021-11-02 22:16:15 +01:00
errors.go
func.go
gc.go
goroutine.go
inlineasm.go
interface.go compiler: refactor when the optsize attribute is set 2021-11-03 13:40:13 +01:00
interrupt.go transform: refactor interrupt lowering 2021-11-06 09:40:15 +01:00
intrinsics.go
llvm.go
map.go
sizes.go
symbol.go compiler: add "target-cpu" and "target-features" attributes 2021-11-10 11:16:13 +01:00
syscall.go
volatile.go