tinygo/compiler
Ayke van Laethem 360923abbf compiler,riscv: implement CSR operations as intrinsics
CSR operations must be implemented in assembly. The easiest way to
implement them is with some custom intrinsics in the compiler.
2020-01-10 08:04:13 +01:00
..
llvmutil
asserts.go
calls.go
channel.go
check.go
compiler.go compiler,riscv: implement CSR operations as intrinsics 2020-01-10 08:04:13 +01:00
defer.go
errors.go compiler: improve "function redeclared" error 2020-01-04 10:24:14 +01:00
func.go
gc.go
goroutine-lowering.go
goroutine.go
inlineasm.go compiler,riscv: implement CSR operations as intrinsics 2020-01-10 08:04:13 +01:00
interface.go
llvm.go
map.go
optimizer.go compiler: add globaldce pass to start of optimization pipeline 2020-01-05 11:37:26 +01:00
sizes.go
symbol.go compiler: add support for debugging globals 2020-01-07 20:20:19 +01:00
syscall.go
volatile.go