tinygo/compiler
Ayke van Laethem e2bf7bbb49 device: add new cross-arch Asm and AsmFull functions
This is necessary to avoid a circular dependency between the device/avr
and runtime/interrupts package in the next commit.

It may be worth replacing existing calls like device/arm.Asm to
device.Asm, to have a single place where these are defined.
2020-06-14 14:44:22 -04:00
..
ircheck
llvmutil
asserts.go
atomic.go
calls.go
channel.go
compiler.go device: add new cross-arch Asm and AsmFull functions 2020-06-14 14:44:22 -04:00
defer.go
errors.go compiler: rename Compiler.getValue -> builder.getValue 2020-03-25 20:17:46 +01:00
func.go
gc.go
goroutine.go
inlineasm.go
interface.go compiler: add parameter names to IR 2020-04-21 08:54:39 +02:00
interrupt.go
intrinsics.go compiler,runtime: translate memzero calls to LLVM memset intrinsics 2020-03-27 21:01:59 +01:00
llvm.go
map.go
sizes.go
symbol.go
syscall.go
volatile.go