aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder
AgeCommit message (Expand)Author
2024-08-17ci: use Go 1.23Ayke van Laethem
2024-08-15builder: os.SEEK_CUR -> io.SeekCurrentDamian Gryski
2024-08-15misspell.csv: add new misspellings; also check in result of 'make spellfix'.Dan Kegel
2024-08-14arm: support softfloat in GOARM environment variableAyke van Laethem
2024-08-12GNUmakefile: add spellfix target, use it. (#4387)dkegel-fastly
2024-08-12mips: add GOMIPS=softfloat supportAyke van Laethem
2024-08-12compileopts: refactor defaultTarget functionAyke van Laethem
2024-08-11builder: interpret linker error messagesAyke van Laethem
2024-08-10cgo: add support for printfAyke van Laethem
2024-08-10builtins: add GENERIC_TF_SOURCESAyke van Laethem
2024-08-07compileopts: add CanonicalArchName to centralize arch detectionAyke van Laethem
2024-08-06ci: don't include prebuilt libraries in the releaseAyke van Laethem
2024-07-22all: add linux/mipsle supportAyke van Laethem
2024-07-21build: add package ID to compiler and optimization error messagesAyke van Laethem
2024-07-13builder: remove workaround for generics race conditionAyke van Laethem
2024-07-02wasi preview 2 support (#4027)Damian Gryski
2024-06-12all: drop support for Go 1.18Ayke van Laethem
2024-05-31builder: make sure wasm-opt command line is printed if askedDamian Gryski
2024-05-31builder: keep un-wasm-opt'd .wasm if -work was passedDamian Gryski
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-03-27all: change references of 'wasi' to 'wasip1'; test hygieneRandy Reddig
2024-03-26builder: add check for error on creating needed directory as suggested by @b0...deadprogram
2024-03-26wasm-unknown: add math and memory builtins that LLVM needsAyke van Laethem
2024-03-19wasm: fix symbol table index for archivesAyke van Laethem
2024-03-19all: move -panic=trap support to the compiler/runtimeAyke van Laethem
2024-02-17builder: add 'wasm-unknown' to list of targets for clang features verificationdeadprogram
2024-01-31Allow larger systems to have a larger max stack allocDamian Gryski
2024-01-19all: support Go 1.22Ayke van Laethem
2024-01-19runtime: add runtime.rand functionAyke van Laethem
2024-01-05all: statically link to LLVM 17 instead of LLVM 16Ayke van Laethem
2023-12-09builder/picolib: add needed file for compiling math functions with error supp...deadprogram
2023-11-24refactor: reuse OptLevel() to get the opt levelRado M
2023-10-15builder: generalize build ID fallback to darwinAyke van Laethem
2023-10-14builder: refactor clang include headersAyke van Laethem
2023-10-06avr: don't compile large parts of picolibc (math, stdio)Ayke van Laethem
2023-10-04build: avoid sharing GlobalValues between build instancesAyke van Laethem
2023-10-04all: refactor goenv.Version to add the git sha1 if neededAyke van Laethem
2023-10-04all: use the new LLVM pass managerAyke van Laethem
2023-10-01all: remove LLVM 14 supportAyke van Laethem
2023-09-20build: build Go SSA serially [issue 3895]Dan Kegel
2023-09-18all: switch to LLVM 16Ayke van Laethem
2023-09-16atsamd21, atsamd51: add support for USB INTERRUPT OUTsago35
2023-08-17wasm: add support for GOOS=wasip1Ayke van Laethem
2023-08-09builder: update message for max supported Go versiondeadprogram
2023-08-04all: Go 1.21 supportAyke van Laethem
2023-08-04testing: add Testing functionAyke van Laethem
2023-07-31compiler: add compiler-rt and wasm symbols to tableCharlie Haley
2023-07-07main: use `go env` instead of doing all detection manuallyAyke van Laethem
2023-06-18example: simplify pininterruptYurii Soldak