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 49dd2ce393 all: fix staticcheck warnings 3 years ago
..
ircheck compiler: move IR checker to separate package 5 years ago
llvmutil compiler: move settings to a separate Config struct 4 years ago
testdata compiler: avoid zero-sized alloca in channel operations 3 years ago
alias.go all: add support for Go 1.17 3 years ago
asserts.go all: fix staticcheck warnings 3 years ago
atomic.go compiler: work around an ARM backend bug in LLVM 4 years ago
calls.go all: fix staticcheck warnings 3 years ago
channel.go compiler: avoid zero-sized alloca in channel operations 3 years ago
compiler.go all: fix staticcheck warnings 3 years ago
compiler_test.go compiler: avoid zero-sized alloca in channel operations 3 years ago
defer.go builder, compiler: compile and cache packages in parallel 4 years ago
errors.go all: fix staticcheck warnings 3 years ago
func.go compiler: decouple func lowering from interface type codes 4 years ago
gc.go compiler: track the result of string concatenation 5 years ago
goroutine.go compiler: skip context parameter when starting regular goroutine 4 years ago
inlineasm.go all: fix staticcheck warnings 3 years ago
interface.go compiler: refactor method names 3 years ago
interrupt.go Support chained interrupt handlers 4 years ago
intrinsics.go compiler: move LLVM math builtin support into the compiler 3 years ago
llvm.go all: fix staticcheck warnings 3 years ago
map.go compiler: refactor map operations to use the builder object 5 years ago
sizes.go reflect: implement Sizeof and Alignof for func values 4 years ago
symbol.go compiler: add function and global section pragmas 3 years ago
syscall.go compiler: implement syscall.rawSyscallNoError in inline assembly 3 years ago
volatile.go compiler: do not perform nil checking when indexing slices 5 years ago