aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder
AgeCommit message (Expand)Author
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
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