aboutsummaryrefslogtreecommitdiffhomepage
path: root/compileopts
AgeCommit message (Expand)Author
2023-12-23main: add -serial=rtt supportAyke van Laethem
2023-11-02compileopts, targets, main: support Wasmtime v14 (#3972)Randy Reddig
2023-11-02main, compileopts: move GetTargetSpecs() to compileopts packagesago35
2023-10-25compileopts: add cflag '-isystem' for resource directory search since needed ...deadprogram
2023-10-14all: add Nix flake fileAyke van Laethem
2023-10-14builder: refactor clang include headersAyke van Laethem
2023-10-04targets: increase default stack size to 64k for wasi/wasm targetsdeadprogram
2023-10-04all: use the new LLVM pass managerAyke van Laethem
2023-09-18all: switch to LLVM 16Ayke van Laethem
2023-09-17targets: increase default stack size to 32k for wasi/wasm targetsdeadprogram
2023-08-17wasm: add support for GOOS=wasip1Ayke van Laethem
2023-08-13main: add target JSON file in `tinygo info` outputAyke van Laethem
2023-06-17wasm: remove i64 workaround, use BigInt insteadAyke van Laethem
2023-06-06main: add -internal-nodwarf flagAyke van Laethem
2023-05-17compileopts: don't filter build tags, use specific build tags insteadAyke van Laethem
2023-04-17targets: make msd-volume-name an arrayKenneth Bell
2023-04-12testing: add -test.shuffle to order randomize test and benchmark orderDamian Gryski
2023-03-31testing: add test.skipDamian Gryski
2023-03-31main: fix tests with default TestConfig.Count=0 doesn't skip all testsDamian Gryski
2023-03-31main: stuff test runner options into their own structDamian Gryski
2023-02-26builder: remove non-ThinLTO build modeAyke van Laethem
2023-02-19arm64: fix register save/restore to include vector registersAyke van Laethem
2023-02-14Filter target build-tags if user specified an overriding option (#3357)Anuraag Agrawal
2023-01-30windows: add ARM64 supportAyke van Laethem
2023-01-28Add -gc=custom option (#3302)Anuraag Agrawal
2023-01-25wasm: support ThinLTOAyke van Laethem
2023-01-19Allows the emulator to expand {tmpDir}Adrian Cole
2023-01-17runtime: implement precise GCAyke van Laethem
2022-12-19compileopts: replace 'retries' with more correct 'timeout' paramdeadprogram
2022-11-18avr: support ThinLTOAyke van Laethem
2022-11-17Revert "Enable wasm pointer tracking for gc=none."Ayke van Laethem
2022-11-15Enable wasm pointer tracking for gc=none.Anuraag Agrawal
2022-11-13compileopts: add 'retries' flag to allow setting the number of times to retry...deadprogram
2022-11-05darwin: fix error with `tinygo lldb`Ayke van Laethem
2022-11-04esp: use ThinLTO for XtensaAyke van Laethem
2022-11-04wasm: remove -wasm-abi= flagAyke van Laethem
2022-10-31all: use DWARF version 4Ayke van Laethem
2022-10-19riscv: add "target-abi" metadata flagAyke van Laethem
2022-10-16targets: remove "acm:"` prefix for USB vid/pid pairAyke van Laethem
2022-09-27compileopts: silently succeed when there's no debug info to stripAdrian Cole
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-09-14main: add support for stlink-dap programmersago35
2022-09-03Update compileopts/target.gosago35
2022-09-03Update compileopts/target.gosago35
2022-09-03main: improve error handling when loading target/*.jsonsago35
2022-09-01compileopts: fix windows/arm target tripleAyke van Laethem
2022-08-29targets: fail fast on duplicate values in target field slicesYurii Soldak
2022-08-20make interp timeout configurable from command lineDamian Gryski