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.
 
 
 
 
 
Damian Gryski 0e7a129de7 compiler: update testdata/string.ll 3 years ago
..
ircheck compiler: move IR checker to separate package 5 years ago
llvmutil compiler: change symbol name for string and packed data constants 3 years ago
testdata compiler: update testdata/string.ll 3 years ago
alias.go fix export math functions issue 3 years ago
asserts.go compiler: fix indices into strings and arrays 3 years ago
atomic.go targets: match LLVM triple to the one Clang uses 3 years ago
calls.go all: fix staticcheck warnings 3 years ago
channel.go compiler: avoid zero-sized alloca in channel operations 3 years ago
compiler.go compiler: fix string compare functions 3 years ago
compiler_test.go internal/task: use asyncify on webassembly 3 years ago
defer.go compiler, runtime: add layout parameter to runtime.alloc 3 years ago
errors.go all: fix staticcheck warnings 3 years ago
func.go transform: refactor interrupt lowering 3 years ago
gc.go compiler: track the result of string concatenation 5 years ago
goroutine.go internal/task: use asyncify on webassembly 3 years ago
inlineasm.go all: fix staticcheck warnings 3 years ago
interface.go compiler: refactor when the optsize attribute is set 3 years ago
interrupt.go transform: refactor interrupt lowering 3 years ago
intrinsics.go compiler: move LLVM math builtin support into the compiler 3 years ago
llvm.go compiler: change symbol name for string and packed data constants 3 years ago
map.go compiler: refactor map operations to use the builder object 5 years ago
sizes.go reflect: implement Sizeof and Alignof for func values 4 years ago
symbol.go compiler: add "target-cpu" and "target-features" attributes 3 years ago
syscall.go all: add support for windows/amd64 3 years ago
volatile.go compiler: do not perform nil checking when indexing slices 5 years ago