tinygo/compiler
Ayke van Laethem 6b31ee1e93 all: update to LLVM 14
Switch over to LLVM 14 for static builds. Keep using LLVM 13 for regular
builds for now.

This uses a branch of the upstream Espressif branch to fix an issue,
see: https://github.com/espressif/llvm-project/pull/59
2022-04-23 08:45:46 +02:00
..
ircheck Fix incorrect formatting arguments 2022-04-10 22:58:16 +02:00
llvmutil compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
testdata all: update to LLVM 14 2022-04-23 08:45:46 +02:00
alias.go fix export math functions issue 2021-10-03 16:28:34 +02:00
asserts.go compiler: fix indices into strings and arrays 2021-11-13 11:04:24 +01:00
atomic.go compiler: work around AVR atomics bugs 2022-01-14 13:49:20 +01:00
calls.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
channel.go compiler: avoid zero-sized alloca in channel operations 2021-09-09 11:24:52 +02:00
compiler.go all: update to LLVM 14 2022-04-23 08:45:46 +02:00
compiler_test.go all: update to LLVM 14 2022-04-23 08:45:46 +02:00
defer.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
errors.go all: fix staticcheck warnings 2021-09-27 15:47:12 +02:00
func.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
gc.go compiler: track the result of string concatenation 2020-04-02 14:04:25 +02:00
goroutine.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
inlineasm.go compiler: remove support for memory references in AsmFull 2022-04-21 15:18:18 +02:00
interface.go compiler: fix difference in aliases in interface methods 2022-04-07 12:54:17 +02:00
interrupt.go transform: refactor interrupt lowering 2021-11-06 09:40:15 +01:00
intrinsics.go compiler: move LLVM math builtin support into the compiler 2021-08-10 20:08:27 +02:00
llvm.go compiler: fix emission of large object layouts 2022-01-03 21:22:49 +01:00
map.go Revert "src/runtime: first darft of map growth code" 2022-04-05 03:34:01 +02:00
sizes.go reflect: implement Sizeof and Alignof for func values 2021-03-29 01:04:11 +02:00
symbol.go compiler: remove parentHandle from calling convention 2022-01-19 14:42:02 -05:00
syscall.go all: switch to LLVM 13 2022-01-09 11:04:10 +01:00
volatile.go compiler: do not perform nil checking when indexing slices 2020-03-27 07:38:16 +01:00