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 fed433c046 compiler: add support for atomic operations 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: implement spec-compliant shifts 5 years ago
atomic.go compiler: add support for atomic operations 5 years ago
calls.go compiler: add parameter names to IR 5 years ago
channel.go compiler: fix a few crashes due to named types 5 years ago
compiler.go compiler: add support for atomic operations 5 years ago
defer.go compiler: pass interface typecode through defer frames 5 years ago
errors.go compiler: rename Compiler.getValue -> builder.getValue 5 years ago
func.go compiler: add parameter names to IR 5 years ago
gc.go compiler: track the result of string concatenation 5 years ago
goroutine.go compiler: add debug info to goroutine start wrappers 5 years ago
inlineasm.go all: replace ReadRegister with AsmFull inline assembly 5 years ago
interface.go compiler: add parameter names to IR 5 years ago
interrupt.go compiler: refactor function calling 5 years ago
intrinsics.go compiler,runtime: translate memzero calls to LLVM memset intrinsics 5 years ago
llvm.go compiler/llvm.go: fix typo 5 years ago
map.go compiler: refactor map operations to use the builder object 5 years ago
sizes.go compiler: unexport some exported symbols 5 years ago
symbol.go compiler: refactor public interface 5 years ago
syscall.go compiler: refactor function calling 5 years ago
volatile.go compiler: do not perform nil checking when indexing slices 5 years ago