aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
AgeCommit message (Expand)Author
2024-10-04wasm: add `//go:wasmexport` support (#4451)Ayke
2024-08-12GNUmakefile: add spellfix target, use it. (#4387)dkegel-fastly
2024-07-03transform: fix incorrect alignment of heap-to-stack transformAyke van Laethem
2024-06-23all: use latest version of x/toolsAyke van Laethem
2024-06-12compiler: fix race condition by applying a proposed patchAyke van Laethem
2024-06-12all: drop support for Go 1.18Ayke van Laethem
2024-05-24LLVM 18 supportAyke van Laethem
2024-04-30Add 'make spell' target, fix what it finds. In .go files, only checks comments.Dan Kegel
2024-04-13lint: add "make lint" target, run it from ciDan Kegel
2024-03-19wasm: fix symbol table index for archivesAyke van Laethem
2024-01-20all: switch to LLVM 17 by defaultAyke van Laethem
2024-01-18compiler: update golang.org/x/tools/go/ssa packageAyke van Laethem
2023-10-15all: fix a small incompatibility with NixAyke van Laethem
2023-10-06all: add initial LLVM 17 supportAyke van Laethem
2023-09-22interp: print LLVM instruction in tracebackAyke van Laethem
2023-09-18all: default to LLVM 16Ayke van Laethem
2023-09-18all: switch to LLVM 16Ayke van Laethem
2023-09-10Update golang.org/x/tools to v0.12.0Elliott Sales de Andrade
2023-09-10Update tools to 0.9.0Elliott Sales de Andrade
2023-08-11modules: update to go-serial package v1.6.0deadprogram
2023-08-04all: Go 1.21 supportAyke van Laethem
2023-05-13builder: implement Nordic DFU file writer in GoAyke van Laethem
2023-02-07all: update x/tools/go/ssa to include slice-to-array bugfixAyke van Laethem
2023-01-14compiler: update golang.org/x/tools/ssaAyke van Laethem
2022-10-31all: remove libffi warning on macosAyke van Laethem
2022-10-19ci: add support for LLVM 15Ayke van Laethem
2022-10-19interp: change object.llvmType to the initializer typeAyke van Laethem
2022-10-19all: add type parameter to *GEP callsAyke van Laethem
2022-10-19all: add type parameter to CreateLoadAyke van Laethem
2022-10-19all: add type parameter to CreateCallAyke van Laethem
2022-09-19go mod tidyAyke van Laethem
2022-09-16main: add serial port monitoring functionalitysago35
2022-09-15all: add flag for setting the goroutine stack sizeAyke van Laethem
2022-09-01flash: update serial package to v1.3.5 for latest bugfixesdeadprogram
2022-08-30all: drop support for Go 1.16 and Go 1.17Ayke van Laethem
2022-08-04all: remove support for LLVM 13Ayke van Laethem
2022-06-28all: use LLVM 14 by defaultAyke van Laethem
2022-06-21wasm: update wasi-libc versionAyke van Laethem
2022-06-11compiler: add support for type parameters (aka generics)Ayke van Laethem
2022-05-03os: Drop support for go 1.15Dan Kegel
2022-04-23all: update to LLVM 14Ayke van Laethem
2022-03-12all: add support for ThinLTOAyke van Laethem
2022-01-23main (test): integrate test corpus runnerNia Waldvogel
2022-01-23Switch default to llvm13Federico G. Schwindt
2022-01-20Bump go-llvm to support llvm12 and 13 under macosFederico G. Schwindt
2022-01-16testL update chromedp to v0.7.6 for stabilitydeadprogram
2022-01-11Run go mod tidyElliott Sales de Andrade
2022-01-09all: switch to LLVM 13Ayke van Laethem
2021-12-29all: go-llvm that defaults to llvm-12Kenneth Bell
2021-12-23builder: use flock to avoid double-compilesNia Waldvogel