aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder
AgeCommit message (Expand)Author
2023-04-22builder: print the status of the job that just completedDamian Gryski
2023-04-18fix some commentscui fliter
2023-03-19builder: bump sizes testsDamian Gryski
2023-03-15builder: fix binary size rodata valueDamian Gryski
2023-03-13builder: add test to check for changes in binary sizeAyke van Laethem
2023-03-08compiler: account for alignment with -size=fullAyke van Laethem
2023-03-08builder: improve reading of DWARF variablesAyke van Laethem
2023-03-08builder: sizes: list interrupt vector as a pseudo-package for -size=fullAyke van Laethem
2023-03-08builder: detect compiler-rt size usageAyke van Laethem
2023-03-07ci: build LLVM with thread support on WindowsAyke van Laethem
2023-03-05compiler: add debug information to []embed.file slice globalAyke van Laethem
2023-03-05compiler: add debug information to //go:embed slice dataAyke van Laethem
2023-03-05compiler: add debug info to []embed.files backing arrayAyke van Laethem
2023-02-28Fail earlier if Go is not availableFederico G. Schwindt
2023-02-27compiler: add llvm.ident metadataAyke van Laethem
2023-02-26builder: remove non-ThinLTO build modeAyke van Laethem
2023-02-17all: refactor reflect packageAyke van Laethem
2023-01-30windows: add ARM64 supportAyke van Laethem
2023-01-17all: remove remaining +build linesAyke van Laethem
2023-01-17builder: add support for Go 1.20Ayke van Laethem
2023-01-15test: print package name when compilation failedAyke van Laethem
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-12-16builder: always run wasm-opt for wasm32 binariesDamian Gryski
2022-11-26windows: update mingw-w64 versionAyke van Laethem
2022-11-12builder: print compiler commands while building a libraryAyke van Laethem
2022-11-06avr: drop GNU toolchain dependencyAyke van Laethem
2022-11-06all: update picolibc to v1.7.9Ayke van Laethem
2022-11-04wasm: remove -wasm-abi= flagAyke van Laethem
2022-10-31all: use DWARF version 4Ayke van Laethem
2022-10-19ci: add support for LLVM 15Ayke van Laethem
2022-10-19riscv: add "target-abi" metadata flagAyke van Laethem
2022-10-19all: remove pointer ElementType callsAyke van Laethem
2022-10-19all: add type parameter to *GEP callsAyke van Laethem
2022-10-19all: add type parameter to CreateCallAyke van Laethem
2022-10-16linux: include musl 'getpagesize' function in releaseAyke van Laethem
2022-10-16builder: refactor Build function to not use a callbackAyke van Laethem
2022-10-13main: print ldflags including ThinLTO flags with -xAyke van Laethem
2022-10-13all: update muslAyke van Laethem
2022-09-28builder: do not ignore debug info on baremetal targetsAyke van Laethem
2022-09-27compileopts: silently succeed when there's no debug info to stripAdrian Cole
2022-09-15all: add flag for setting the goroutine stack sizeAyke van Laethem
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