aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder
AgeCommit message (Expand)Author
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
2021-11-05targets: match LLVM triple to the one Clang usesAyke van Laethem
2021-11-04cgo: run CGo parser for all CGo fragments in a fileAyke van Laethem
2021-11-04builder: build static binaries using musl on LinuxAyke van Laethem
2021-11-04builder: reduce number of open filesAyke van Laethem
2021-11-04main: add -p flag to set parallelismAyke van Laethem
2021-11-04picolibc: add include directory to build artefactAyke van Laethem
2021-11-04builder: add support for -size= flag for WebAssemblyAyke van Laethem
2021-11-03targets: add CPU property everywhereAyke van Laethem
2021-11-03builder: improve accuracy of the -size=full flagAyke van Laethem
2021-11-03compiler: refactor when the optsize attribute is setAyke van Laethem
2021-10-31all: drop support for LLVM 10Ayke van Laethem
2021-10-26cgo: add support for stdio in picolibc and wasi-libcAyke van Laethem
2021-10-05main: implement `tinygo lldb` subcommandAyke van Laethem
2021-10-04main: test other architectures by specifying a different GOARCHAyke van Laethem
2021-09-28builder, cgo: support function definitions in CGo headersAyke van Laethem
2021-09-27all: fix staticcheck warningsAyke van Laethem