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 4ae4ef5e12 compiler: implement complex division 6 years ago
..
asserts.go compiler: fix MakeSlice bounds check and casting 6 years ago
calls.go compiler: simplify code around getZeroValue 6 years ago
channel.go compiler: allow larger-than-int values to be sent across a channel 6 years ago
compiler.go compiler: implement complex division 6 years ago
defer.go compiler: mark all GEPs as inbounds 6 years ago
errors.go all: improve compiler error handling 6 years ago
func-lowering.go compiler: lower func values to switch + direct call 6 years ago
func.go compiler: refactor packing of word-sized values in integers 6 years ago
goroutine-lowering.go compiler: allow larger-than-int values to be sent across a channel 6 years ago
inlineasm.go compiler: refactor parseExpr 6 years ago
interface-lowering.go compiler: avoid bitcast when replacing a method call with a direct call 6 years ago
interface.go compiler: refactor packing of word-sized values in integers 6 years ago
llvm.go compiler: allow larger-than-int values to be sent across a channel 6 years ago
map.go all: improve compiler error handling 6 years ago
optimizer.go cgo: do not allow capturing of external/exported functions 6 years ago
reflect.go reflect: add limited support for all type kinds 6 years ago
sizes.go compiler: allow larger-than-int values to be sent across a channel 6 years ago
syscall.go compiler: refactor parseExpr 6 years ago
wordpack.go compiler: refactor packing of word-sized values in integers 6 years ago