tinygo/compiler
2019-11-02 12:50:32 +01:00
..
asserts.go compiler: support constant indices with a named type 2019-10-01 21:31:00 +02:00
calls.go Improved blocking (#513) 2019-09-22 17:58:00 +02:00
channel.go Improved blocking (#513) 2019-09-22 17:58:00 +02:00
check.go use error returns to generate detailed error messages in the IR checker 2019-10-25 15:50:03 +02:00
compiler.go fix miscompile of static goroutine calls to closures 2019-11-02 12:50:32 +01:00
defer.go fix bugs found by LLVM assertions 2019-09-16 18:31:33 +02:00
errors.go
func-lowering.go fix miscompile of static goroutine calls to closures 2019-11-02 12:50:32 +01:00
func.go
gc.go
goroutine-lowering.go fix goroutine lowering type errors 2019-10-16 16:04:37 +02:00
goroutine.go fix miscompile of static goroutine calls to closures 2019-11-02 12:50:32 +01:00
inlineasm.go
interface-lowering.go compiler: fix interface lowering miscompilation with reflect 2019-10-25 09:35:05 -04:00
interface.go
llvm.go fix goroutine lowering type errors 2019-10-16 16:04:37 +02:00
map.go compiler: add support for pointers as map keys 2019-06-08 21:48:05 +02:00
optimizer.go use error returns to generate detailed error messages in the IR checker 2019-10-25 15:50:03 +02:00
reflect.go reflect: delete incorrect optimization 2019-09-24 16:13:19 +02:00
sizes.go
symbol.go compiler: add //go:align pragma 2019-09-18 20:15:17 +02:00
syscall.go
volatile.go
wordpack.go