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 90076f9401 all: drop support for LLVM 10 3 years ago
..
testdata all: drop support for LLVM 10 3 years ago
allocs.go main: add -print-allocs flag that lets you print all heap allocations 4 years ago
allocs_test.go transform: split interface and reflect lowering 4 years ago
coroutines.go transform (coroutines): move any misplaced entry-block allocas to the start of the entry block before lowering 3 years ago
errors.go refactor coroutine lowering and tasks 5 years ago
func-lowering.go compiler: decouple func lowering from interface type codes 4 years ago
func-lowering_test.go transform: move tests to transform_test package 4 years ago
gc.go transform: improve GC stack slot pass to work around a bug 3 years ago
gc_test.go transform: move tests to transform_test package 4 years ago
globals.go compiler: add function and global section pragmas 3 years ago
globals_test.go transform: move tests to transform_test package 4 years ago
goroutine_test.go transform: move tests to transform_test package 4 years ago
interface-lowering.go transform: work around renamed return type after merging LLVM modules 3 years ago
interface-lowering_test.go transform: split interface and reflect lowering 4 years ago
interrupt.go compiler: add support for recursive function types 3 years ago
interrupt_test.go transform: move tests to transform_test package 4 years ago
llvm.go runtime/fe310: add support for PLIC interrupts 5 years ago
maps.go all: move OptimizeMaps to transforms and add tests 5 years ago
maps_test.go transform: move tests to transform_test package 4 years ago
optimizer.go transform: split interface and reflect lowering 4 years ago
panic.go compiler: move ReplacePanicsWithTrap pass to transforms 5 years ago
panic_test.go transform: move tests to transform_test package 4 years ago
reflect.go transform: split interface and reflect lowering 4 years ago
reflect_test.go transform: split interface and reflect lowering 4 years ago
rtcalls.go compiler: refactor method names 3 years ago
rtcalls_test.go transform: move tests to transform_test package 4 years ago
stacksize.go arm: automatically determine stack sizes 4 years ago
stacksize_test.go transform: move tests to transform_test package 4 years ago
transform.go all: refactor heap-to-stack transform into the transform package 5 years ago
transform_test.go all: drop support for LLVM 10 3 years ago
util.go compiler: move OptimizeStringToBytes to transform package 5 years ago
wasm-abi.go builder: add optsize attribute while building the package 4 years ago
wasm-abi_test.go transform: move tests to transform_test package 4 years ago