tinygo/compiler
Ayke van Laethem 3b1913ac57 all: use the new LLVM pass manager
The old LLVM pass manager is deprecated and should not be used anymore.
Moreover, the pass manager builder (which we used to set up a pass
pipeline) is actually removed from LLVM entirely in LLVM 17:
https://reviews.llvm.org/D145387
https://reviews.llvm.org/D145835

The new pass manager does change the binary size in many cases: both
growing and shrinking it. However, on average the binary size remains
more or less the same.

This is needed as a preparation for LLVM 17.
2023-10-04 13:05:58 +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: use the new LLVM pass manager 2023-10-04 13:05:58 +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