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 aa3481e06a avr: fix target triple 4 years ago
..
testdata avr: fix target triple 4 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 transform (coroutines): remove map iteration from coroutine lowering pass 5 years ago
errors.go refactor coroutine lowering and tasks 5 years ago
func-lowering.go transform: fix debug information in func lowering pass 5 years ago
func-lowering_test.go compiler: refactor func lowering to the transform package 5 years ago
gc.go transform (gc): track phi nodes in stack slots 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 transform: introduce check for method calls on nil interfaces 5 years ago
interface-lowering_test.go transform: replace panics with source locations 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, transform: remove runtime.isnil hack 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 main: switch to LLVM 10 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