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 9d3de55229 compiler: move Optimizer function to transform package 5 years ago
..
testdata compiler: move NonConstGlobals pass to transform package 5 years ago
allocs.go fix incorrect starting value for optimized allocations in a loop 5 years ago
allocs_test.go all: refactor heap-to-stack transform into the transform package 5 years ago
coroutines.go compiler: move Optimizer function to transform package 5 years ago
errors.go refactor coroutine lowering and tasks 5 years ago
func-lowering.go refactor coroutine lowering and tasks 5 years ago
func-lowering_test.go compiler: refactor func lowering to the transform package 5 years ago
gc.go transform: do not track const globals 5 years ago
gc_test.go compiler: move GC passes to the transform package 5 years ago
globals.go compiler: move NonConstGlobals pass to transform package 5 years ago
globals_test.go compiler: move NonConstGlobals pass to transform package 5 years ago
goroutine_test.go refactor coroutine lowering and tasks 5 years ago
interface-lowering.go compiler: add support for async interface calls 5 years ago
interface-lowering_test.go compiler,transform: move interface lowering to transform package 5 years ago
interrupt.go runtime/fe310: add support for PLIC interrupts 5 years ago
interrupt_test.go all: add compiler support for interrupts 5 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 all: move OptimizeMaps to transforms and add tests 5 years ago
optimizer.go compiler: move Optimizer function to transform package 5 years ago
panic.go compiler: move ReplacePanicsWithTrap pass to transforms 5 years ago
panic_test.go compiler: move ReplacePanicsWithTrap pass to transforms 5 years ago
reflect.go transform: make reflection sidetables constant globals 5 years ago
stringtobytes.go compiler: move OptimizeStringToBytes to transform package 5 years ago
stringtobytes_test.go compiler: move OptimizeStringToBytes to transform package 5 years ago
transform.go all: refactor heap-to-stack transform into the transform package 5 years ago
transform_test.go fix incorrect starting value for optimized allocations in a loop 5 years ago
util.go compiler: move OptimizeStringToBytes to transform package 5 years ago
wasm-abi.go transform: wasm-abi: create temporary allocas in the entry block 5 years ago
wasm-abi_test.go compiler: move wasm ABI workaround to transform package 5 years ago