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 b5e29bf0c1 compiler: refactor IR generation 5 years ago
..
ircheck compiler: move IR checker to separate package 5 years ago
llvmutil compiler/llvmutil: move constant pointer packs into constant globals 5 years ago
asserts.go compiler: merge some redundant assertion code 5 years ago
calls.go compiler: refactor IR generation 5 years ago
channel.go compiler,runtime: check for channel size limits 5 years ago
compiler.go compiler: refactor IR generation 5 years ago
defer.go compiler: fix deferred calls to exported functions 5 years ago
errors.go compiler: refactor IR generation 5 years ago
func.go compiler: refactor IR generation 5 years ago
gc.go compiler: move GC passes to the transform package 5 years ago
goroutine.go refactor coroutine lowering and tasks 5 years ago
inlineasm.go compiler,riscv: implement CSR operations as intrinsics 5 years ago
interface.go compiler: refactor IR generation 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,runtime: support operations on nil map 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