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 b79bf29c11 compiler: return a FunctionType (not a PointerType) in getRawFuncType 2 years ago
..
ircheck Fix incorrect formatting arguments 3 years ago
llvmutil builder: free LLVM objects after use 2 years ago
testdata wasm: do not allow undefined symbols 2 years ago
alias.go compiler: replace math aliases with intrinsics 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: replace math aliases with intrinsics 2 years ago
compiler_test.go all: add flag for setting the goroutine stack size 2 years ago
defer.go darwin: don't clobber X18 and FP registers 2 years ago
errors.go all: fix staticcheck warnings 3 years ago
func.go compiler: return a FunctionType (not a PointerType) in getRawFuncType 2 years ago
gc.go compiler: track the result of string concatenation 5 years ago
goroutine.go all: format code according to Go 1.19 rules 2 years ago
inlineasm.go all: format code according to Go 1.19 rules 2 years ago
interface.go compiler: return a FunctionType (not a PointerType) in getRawFuncType 2 years ago
interrupt.go transform: refactor interrupt lowering 3 years ago
intrinsics.go compiler: replace math aliases with intrinsics 2 years ago
llvm.go archFamily(): arm64 is aarch64, not arm; fixes #2985 2 years ago
map.go src/runtime: first darft of map growth code 3 years ago
sizes.go compiler: fix unsafe.Sizeof for chan and map values 2 years ago
symbol.go wasm: do not allow undefined symbols 2 years ago
syscall.go compiler: drop support for macos syscalls via inline assembly 2 years ago
volatile.go compiler: replace some math operation bodies with fast intrinsics 2 years ago