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.
 
 
 
 
 
Nia Weiss a5cf704d83 compiler: test float to int conversions and fix upper-bound calculation 4 years ago
..
ircheck compiler: move IR checker to separate package 5 years ago
llvmutil compiler: fix undefined behavior in wordpack 4 years ago
testdata compiler: test float to int conversions and fix upper-bound calculation 4 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/runtime: move the channel blocked list onto the stack 4 years ago
compiler.go compiler: test float to int conversions and fix upper-bound calculation 4 years ago
compiler_test.go compiler: test float to int conversions and fix upper-bound calculation 4 years ago
defer.go compiler: implement func value and builtin defers 4 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 arm: automatically determine stack sizes 4 years ago
inlineasm.go arm64: Add support for system calls (SVC) 4 years ago
interface.go compiler: fix incorrect "exported function" panic 4 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