tinygo/compiler
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
..
ircheck all: remove pointer ElementType calls 2022-10-19 22:23:19 +02:00
llvmutil all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
testdata all: switch to LLVM 16 2023-09-18 21:58:02 +02:00
alias.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
asserts.go compiler: add support for new unsafe slice/string functions 2023-01-17 08:38:54 +01:00
atomic.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
calls.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
channel.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
compiler.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
compiler_test.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
defer.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
errors.go all: fix staticcheck warnings 2021-09-27 15:47:12 +02:00
func.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
gc.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
goroutine.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
inlineasm.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
interface.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
interrupt.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
intrinsics.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
llvm.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
map.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
sizes.go compiler: fix unsafe.Sizeof for chan and map values 2022-09-01 03:53:27 +02:00
symbol.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
syscall.go all: remove LLVM 14 support 2023-10-01 18:32:15 +02:00
volatile.go compiler; add position information to createConstant 2023-03-05 17:13:16 -08:00