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 0f2f73be53 compiler: fix max possible slice 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: fix max possible slice 3 years ago
alias.go compiler: add aliases for many hashing packages 3 years ago
asserts.go compiler: do not emit nil checks for loading closure variables 4 years ago
atomic.go compiler: work around an ARM backend bug in LLVM 4 years ago
calls.go compiler: fix "fragment covers entire variable" bug 4 years ago
channel.go compiler: support all kinds of deferred builtins 4 years ago
compiler.go compiler: fix max possible slice 3 years ago
compiler_test.go compiler: move LLVM math builtin support into the compiler 3 years ago
defer.go builder, compiler: compile and cache packages in parallel 4 years ago
errors.go compiler: remove ir package 4 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 arm64: Add support for system calls (SVC) 4 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 compiler: move settings to a separate Config struct 4 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