tinygo/compiler
Ayke van Laethem f63c389f1a compiler: change symbol name for string and packed data constants
This new symbol name format (package name + "$string" or "$pack" suffix)
is easier to parse for analysis.
2021-11-03 16:28:04 +01:00
..
ircheck
llvmutil compiler: change symbol name for string and packed data constants 2021-11-03 16:28:04 +01:00
testdata compiler: change symbol name for string and packed data constants 2021-11-03 16:28:04 +01:00
alias.go fix export math functions issue 2021-10-03 16:28:34 +02:00
asserts.go compiler: properly implement div and rem operations 2021-10-28 15:55:02 +02:00
atomic.go
calls.go all: fix staticcheck warnings 2021-09-27 15:47:12 +02:00
channel.go
compiler.go compiler: change symbol name for string and packed data constants 2021-11-03 16:28:04 +01:00
compiler_test.go compiler: add object layout information to heap allocations 2021-11-02 22:16:15 +01:00
defer.go compiler, runtime: add layout parameter to runtime.alloc 2021-11-02 22:16:15 +01:00
errors.go all: fix staticcheck warnings 2021-09-27 15:47:12 +02:00
func.go compiler: add support for recursive function types 2021-10-30 15:55:20 +02:00
gc.go
goroutine.go compiler: add support for the go keyword on interface methods 2021-10-31 14:17:25 +01:00
inlineasm.go all: fix staticcheck warnings 2021-09-27 15:47:12 +02:00
interface.go compiler: refactor when the optsize attribute is set 2021-11-03 13:40:13 +01:00
interrupt.go
intrinsics.go
llvm.go compiler: change symbol name for string and packed data constants 2021-11-03 16:28:04 +01:00
map.go
sizes.go
symbol.go compiler: add minsize attribute for -Oz 2021-11-03 13:40:13 +01:00
syscall.go
volatile.go