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 a4e2e09457 compiler: drop support for macos syscalls via inline assembly 2 years ago
..
ircheck Fix incorrect formatting arguments 3 years ago
llvmutil builder: free LLVM objects after use 2 years ago
testdata compiler: update tests after adding new wasm features 2 years ago
alias.go compiler: fix basic block context 2 years ago
asserts.go compiler: insert basic blocks at an appropriate location 2 years ago
atomic.go compiler: define atomic intrinsic functions directly 2 years ago
calls.go compiler: implement recover() built-in function 2 years ago
channel.go compiler: avoid zero-sized alloca in channel operations 3 years ago
compiler.go compiler: really define runtime.mem* as LLVM intrinsic wrappers 2 years ago
compiler_go118.go compiler: add support for type parameters (aka generics) 2 years ago
compiler_test.go compiler: implement recover() built-in function 2 years ago
defer.go avr: add support for recover() 2 years ago
errors.go all: fix staticcheck warnings 3 years ago
func.go compiler: remove parentHandle from calling convention 3 years ago
gc.go compiler: track the result of string concatenation 5 years ago
goroutine.go compiler: remove parentHandle from calling convention 3 years ago
inlineasm.go compiler: remove support for memory references in AsmFull 3 years ago
interface.go compiler: insert basic blocks at an appropriate location 2 years ago
interrupt.go transform: refactor interrupt lowering 3 years ago
intrinsics.go compiler: really define runtime.mem* as LLVM intrinsic wrappers 2 years ago
llvm.go compiler: implement recover() built-in function 2 years ago
map.go src/runtime: first darft of map growth code 3 years ago
sizes.go compiler: alignof(func) is 1 pointer, not 2 2 years ago
symbol.go compiler: add support for type parameters (aka generics) 2 years ago
syscall.go compiler: drop support for macos syscalls via inline assembly 2 years ago
volatile.go compiler: really define runtime/volatile.* functions 2 years ago