tinygo/transform/testdata
Ayke van Laethem 1da1abe314 all: remove LLVM 14 support
This is a big change: apart from removing LLVM 14 it also removes typed
pointer support (which was only fully supported in LLVM up to version
14). This removes about 200 lines of code, but more importantly removes
a ton of special cases for LLVM 14.
2023-10-01 18:32:15 +02:00
..
allocs.ll
allocs.out.ll all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
allocs2.go compiler: add alloc attributes to runtime.alloc 2023-03-22 00:34:43 +01:00
gc-stackslots.ll
gc-stackslots.out.ll
interface.ll
interface.out.ll
interrupt.ll
interrupt.out.ll
maps.ll
maps.out.ll
panic.ll
panic.out.ll
reflect-implements.ll transform: fix OptimizeReflectImplements pass for new named elem offset 2023-03-19 17:45:43 +01:00
reflect-implements.out.ll transform: fix OptimizeReflectImplements pass for new named elem offset 2023-03-19 17:45:43 +01:00
reflect.go
stacksize.ll transform: update stacksize test to opaque pointers 2023-03-16 13:46:03 -07:00
stacksize.out.ll transform: update stacksize test to opaque pointers 2023-03-16 13:46:03 -07:00
stringequal.ll transform: update stringequal test to opaque pointers 2023-03-16 13:46:03 -07:00
stringequal.out.ll transform: update stringequal test to opaque pointers 2023-03-16 13:46:03 -07:00
stringtobytes.ll transform: fix bug in StringToBytes optimization pass 2023-09-23 07:48:43 -07:00
stringtobytes.out.ll transform: fix bug in StringToBytes optimization pass 2023-09-23 07:48:43 -07:00