tinygo/compiler
Nia Waldvogel e2178ce682 compiler: work around AVR atomics bugs
The AVR backend has several critical atomics bugs.
This change invokes libcalls for all atomic operations on AVR.
Now `testdata/atomic.go` compiles and runs correctly.
2022-01-14 13:49:20 +01:00
..
ircheck
llvmutil compiler: change symbol name for string and packed data constants 2021-11-03 16:28:04 +01:00
testdata all: switch to LLVM 13 2022-01-09 11:04:10 +01:00
alias.go
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
channel.go
compiler.go compiler: add correct debug location to init instructions 2022-01-03 17:58:02 +01:00
compiler_test.go all: switch to LLVM 13 2022-01-09 11:04:10 +01:00
defer.go
errors.go
func.go
gc.go
goroutine.go internal/task: use asyncify on webassembly 2021-11-14 10:49:28 +01:00
inlineasm.go all: switch to LLVM 13 2022-01-09 11:04:10 +01:00
interface.go
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 compiler: fix ranging over maps with particular map types 2021-12-09 00:14:20 +01:00
sizes.go reflect: implement Sizeof and Alignof for func values 2021-03-29 01:04:11 +02:00
symbol.go
syscall.go all: switch to LLVM 13 2022-01-09 11:04:10 +01:00
volatile.go