tinygo/transform/testdata
Ayke van Laethem 519adf3aef transform: wasm-abi: create temporary allocas in the entry block
This avoids problems with goroutines in WebAssembly, and is generally a
good thing. It fixes some cases of the following problem:

    LLVM ERROR: Coroutines cannot handle non static allocas yet
2020-01-28 19:29:09 +01:00
..
allocs.ll
allocs.out.ll
func-lowering.ll
func-lowering.out.ll
gc-globals.ll
gc-globals.out.ll
gc-stackslots.ll
gc-stackslots.out.ll
interface.ll
interface.out.ll
interrupt-avr.ll all: add compiler support for interrupts 2020-01-20 21:19:12 +01:00
interrupt-avr.out.ll all: add compiler support for interrupts 2020-01-20 21:19:12 +01:00
interrupt-cortexm.ll all: add compiler support for interrupts 2020-01-20 21:19:12 +01:00
interrupt-cortexm.out.ll all: add compiler support for interrupts 2020-01-20 21:19:12 +01:00
maps.ll
maps.out.ll
panic.ll
panic.out.ll
stringtobytes.ll
stringtobytes.out.ll
wasm-abi.ll compiler: move wasm ABI workaround to transform package 2020-01-28 19:29:09 +01:00
wasm-abi.out.ll transform: wasm-abi: create temporary allocas in the entry block 2020-01-28 19:29:09 +01:00