aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder
AgeCommit message (Expand)Author
2022-08-30compiler: replace math aliases with intrinsicsAyke van Laethem
2022-08-30all: drop support for Go 1.16 and Go 1.17Ayke van Laethem
2022-08-28compiler: use the LLVM builtins everywhereAyke van Laethem
2022-08-20make interp timeout configurable from command lineDamian Gryski
2022-08-09Fix for builds of tinygo using an Android hostYeicor
2022-08-07all: update _test.go files for ioutil changesDamian Gryski
2022-08-07all: move from os.IsFoo to errors.Is(err, ErrFoo)Damian Gryski
2022-08-07all: remove calls to deprecated ioutil packageDamian Gryski
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-06-24darwin: print full size information for -size=fullAyke van Laethem
2022-06-16all: Go 1.19 supportAyke van Laethem
2022-06-12syscall.Getpagesize(): add test, implement for Linux and WindowsDan Kegel
2022-06-11builder: fix -no-debug linker flagsAyke van Laethem
2022-06-11fix: fixes tinygo test ./... syntax.José Carlos Chávez
2022-05-30builder: move some code to transform packageAyke van Laethem
2022-05-30all: add support for the embed packageAyke van Laethem
2022-05-30builder: refactor package compile jobAyke van Laethem
2022-05-30builder: free LLVM objects after useAyke van Laethem
2022-05-23windows: use ThinLTOAyke van Laethem
2022-05-22darwin: add support for ThinLTOAyke van Laethem
2022-05-22darwin: support -size= flagAyke van Laethem
2022-05-18avr: use compiler-rtAyke van Laethem
2022-05-18builder: remove extra formatting verb from error messageDamian Gryski
2022-05-07all: remove support for LLVM 11 and LLVM 12Ayke van Laethem
2022-05-03os: Drop support for go 1.15Dan Kegel
2022-04-28esp32: add support for running and debuggin using qemu-esp32Ayke van Laethem
2022-04-23all: update to LLVM 14Ayke van Laethem
2022-04-11Also disable asynchronous unwind tablesElliott Sales de Andrade
2022-04-10all: use compiler-rt from LLVMAyke van Laethem
2022-04-09Allow building with go 1.18Dan Kegel
2022-03-19src/runtime: add runtime.Version()ZauberNerd
2022-03-12builder: use correct permission bits when creating a libraryAyke van Laethem
2022-03-12all: add support for ThinLTOAyke van Laethem
2022-02-20all: add -work flagAyke van Laethem
2022-02-12builder: add support for cross compiling to DarwinAyke van Laethem
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2022-01-27builder: prefer GNU build ID over Go build IDAyke van Laethem
2022-01-25builder/buildid.go: accept alternate name for buildid section on LinuxDan Kegel
2022-01-19compiler: remove parentHandle from calling conventionNia Waldvogel
2022-01-19transform: remove switched func loweringNia Waldvogel
2022-01-15pass more --dirs to wasmtime so it can read the entire module treeDamian Gryski
2022-01-14arm: Explicitly disable unwind tablesElliott Sales de Andrade
2022-01-12feat: support build on darwin arm64 (#2439)Pure White
2022-01-09builder (env): update clang header search path to look in /usr/libNia Waldvogel
2022-01-09builder (musl): add -fno-stack-protectorNia Waldvogel
2022-01-09all: switch to LLVM 13Ayke van Laethem
2021-12-30builder: refactor job runner and use a shared semaphore across build jobsNia Waldvogel
2021-12-28builder: use build ID as cache keyAyke van Laethem
2021-12-23builder: use flock to avoid double-compilesNia Waldvogel
2021-12-17builder: handle concurrent library header renameNia Waldvogel