aboutsummaryrefslogtreecommitdiffhomepage
path: root/compileopts/options.go
AgeCommit message (Expand)Author
2024-08-12mips: add GOMIPS=softfloat supportAyke van Laethem
2024-07-02wasi preview 2 support (#4027)Damian Gryski
2024-01-19loader: make sure Go version is plumbed throughAyke van Laethem
2023-12-23main: add -serial=rtt supportAyke van Laethem
2023-06-06main: add -internal-nodwarf flagAyke van Laethem
2023-01-28Add -gc=custom option (#3302)Anuraag Agrawal
2023-01-17runtime: implement precise GCAyke van Laethem
2022-12-19compileopts: replace 'retries' with more correct 'timeout' paramdeadprogram
2022-11-13compileopts: add 'retries' flag to allow setting the number of times to retry...deadprogram
2022-11-04wasm: remove -wasm-abi= flagAyke van Laethem
2022-09-24main: allow setting the baud rate for serial monitors (#3190)sago35
2022-09-16main: add serial port monitoring functionalitysago35
2022-09-15all: add flag for setting the goroutine stack sizeAyke van Laethem
2022-08-20make interp timeout configurable from command lineDamian Gryski
2022-08-04main: use tags parser from buildutilAyke van Laethem
2022-03-24build: add JSON output to build commandsago35
2022-02-20all: add -work flagAyke van Laethem
2022-01-23main (test): integrate test corpus runnerNia Waldvogel
2022-01-19internal/task: remove coroutinesNia Waldvogel
2021-12-30builder: refactor job runner and use a shared semaphore across build jobsNia Waldvogel
2021-12-17runtime: remove extallocNia Waldvogel
2021-11-15all: add support for GOARMAyke van Laethem
2021-11-14internal/task: use asyncify on webassemblyNia Waldvogel
2021-11-04main: add -p flag to set parallelismAyke van Laethem
2021-10-04main: test other architectures by specifying a different GOARCHAyke van Laethem
2021-06-25all: add a flag to the command line to select the serial implementationAyke van Laethem
2021-06-02main: escape commands while printing them with the -x flagAyke van Laethem
2021-05-06Add -llvm-features parameterFederico G. Schwindt
2021-05-06compiler: openocd commands in tinygo command lineKenneth Bell
2021-04-22main: add -print-allocs flag that lets you print all heap allocationsAyke van Laethem
2021-04-09main: implement -ldflags="-X ..."Ayke van Laethem
2021-04-09main: remove -cflags and -ldflags flagsAyke van Laethem
2021-04-08builder: add optsize attribute while building the packageAyke van Laethem
2021-01-14New tinygo -x option to print commands (#1572)Fauchon
2021-01-10wasm: implement a growable heapAyke van Laethem
2020-07-11builder: try to determine stack size information at compile timeAyke van Laethem
2020-05-16compileopts: improve error reporting of unsupported flagscebernardi
2019-11-12main: add -programmer flagAyke van Laethem
2019-11-11main: refactor compile/link part to a builder packageAyke van Laethem
2019-11-04main: move compile options to compileopts packageAyke van Laethem