aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder
AgeCommit message (Expand)Author
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
2021-11-20targets: change LLVM features to match vanilla ClangAyke van Laethem
2021-11-19builder: fix off-by-one in size calculationAyke van Laethem
2021-11-19windows: add support for the -size= flagAyke van Laethem
2021-11-16all: add support for windows/amd64Ayke van Laethem
2021-11-16builder: support -size= flag on the esp32Ayke van Laethem
2021-11-15all: add support for GOARMAyke van Laethem
2021-11-14internal/task: use asyncify on webassemblyNia Waldvogel
2021-11-07all: add target-features string to all targetsAyke van Laethem
2021-11-06transform: add debug info in interface lowering passAyke van Laethem