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.
 
 
 
 
 
Nia Waldvogel c6ae1c58fc compiler: remove parentHandle from calling convention 3 years ago
..
basic.go compiler: properly implement div and rem operations 3 years ago
basic.ll compiler: remove parentHandle from calling convention 3 years ago
channel.go compiler: avoid zero-sized alloca in channel operations 3 years ago
channel.ll compiler: remove parentHandle from calling convention 3 years ago
float.go compiler: test float to int conversions and fix upper-bound calculation 4 years ago
float.ll compiler: remove parentHandle from calling convention 3 years ago
func.go compiler: add func tests 4 years ago
func.ll compiler: remove parentHandle from calling convention 3 years ago
gc.go transform: remove switched func lowering 3 years ago
gc.ll compiler: remove parentHandle from calling convention 3 years ago
go1.17.go compiler: add support for new language features of Go 1.17 3 years ago
go1.17.ll compiler: remove parentHandle from calling convention 3 years ago
goroutine-cortex-m-qemu-tasks.ll compiler: remove parentHandle from calling convention 3 years ago
goroutine-wasm-asyncify.ll compiler: remove parentHandle from calling convention 3 years ago
goroutine.go compiler: add support for the `go` keyword on interface methods 3 years ago
interface.go compiler: simplify interface lowering 3 years ago
interface.ll compiler: remove parentHandle from calling convention 3 years ago
intrinsics-cortex-m-qemu.ll compiler: remove parentHandle from calling convention 3 years ago
intrinsics-wasm.ll compiler: remove parentHandle from calling convention 3 years ago
intrinsics.go compiler: move LLVM math builtin support into the compiler 3 years ago
pointer.go compiler: refactor and add tests 4 years ago
pointer.ll compiler: remove parentHandle from calling convention 3 years ago
pragma.go compiler: add function and global section pragmas 3 years ago
pragma.ll compiler: remove parentHandle from calling convention 3 years ago
slice.go compiler: add *ssa.MakeSlice bounds tests 3 years ago
slice.ll compiler: remove parentHandle from calling convention 3 years ago
string.go compiler: fix indices into strings and arrays 3 years ago
string.ll compiler: remove parentHandle from calling convention 3 years ago