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 78fec3719f all: add target-features string to all targets 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 targets: match LLVM triple to the one Clang uses 3 years ago
alias.go fix export math functions issue 3 years ago
asserts.go compiler: properly implement div and rem operations 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 all: add target-features string to all targets 3 years ago
compiler_test.go compiler: add object layout information to heap allocations 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 compiler: add support for the `go` keyword on interface methods 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 transform: refactor interrupt lowering 3 years ago
syscall.go compiler: implement syscall.rawSyscallNoError in inline assembly 3 years ago
volatile.go compiler: do not perform nil checking when indexing slices 5 years ago