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 404b65941a transform: move tests to transform_test package 4 years ago
..
testdata compiler: decouple func lowering from interface type codes 4 years ago
allocs.go transform: do not lower zero-sized alloc to alloca 4 years ago
allocs_test.go transform: move tests to transform_test package 4 years ago
coroutines.go transform: show better error message in coroutines lowering 4 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 support WASI target (#1373) 4 years ago
gc_test.go transform: move tests to transform_test package 4 years ago
globals.go avr: properly support the .rodata section 4 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: don't rely on struct name of runtime.typecodeID 4 years ago
interface-lowering_test.go transform: move tests to transform_test package 4 years ago
interrupt.go compiler: decouple func lowering from interface type codes 4 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: use IPSCCP pass instead of the constant propagation pass 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: make reflection sidetables constant globals 5 years ago
rtcalls.go transform: optimize reflect.Type Implements() method 4 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 transform: move tests to transform_test package 4 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