You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ayke van Laethem a5ed993f8d all: add compiler support for interrupts 5 years ago
..
llvmutil compiler: refactor func lowering to the transform package 5 years ago
asserts.go compiler: support constant indices with a named type 5 years ago
calls.go Improved blocking (#513) 5 years ago
channel.go compiler: refactor alloca/lifetime/wordpack code into separate package 5 years ago
check.go compiler: add location information to the IR checker 5 years ago
compiler.go all: add compiler support for interrupts 5 years ago
defer.go revise defer to use heap allocations when running a variable number of times 5 years ago
errors.go compiler: improve "function redeclared" error 5 years ago
func.go all: refactor compile options 5 years ago
gc.go compiler: move GC passes to the transform package 5 years ago
goroutine-lowering.go compiler: improve error locations in goroutine lowering 5 years ago
goroutine.go all: refactor compile options 5 years ago
inlineasm.go compiler,riscv: implement CSR operations as intrinsics 5 years ago
interface.go compiler: fix assertion on empty interface 5 years ago
interrupt.go all: add compiler support for interrupts 5 years ago
llvm.go compiler: refactor func lowering to the transform package 5 years ago
map.go compiler: add support for pointers as map keys 5 years ago
optimizer.go all: add compiler support for interrupts 5 years ago
sizes.go compiler: don't crash when encountering types.Invalid 5 years ago
symbol.go compiler: do not emit debug info for extern globals 5 years ago
syscall.go Add initial FreeBSD support 5 years ago
volatile.go compiler: implement volatile operations as compiler builtins 6 years ago