aboutsummaryrefslogtreecommitdiffhomepage
path: root/compileopts
AgeCommit message (Expand)Author
2024-07-02wasi preview 2 support (#4027)Damian Gryski
2024-05-24LLVM 18 supportAyke van Laethem
2024-04-27compileopts: fix race conditionAyke van Laethem
2024-04-19Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it f...dkegel-fastly
2024-04-17compileopts: apply OpenOCD commands after target configurationElias Naur
2024-03-28nix: fix wasi-libc include headersAyke van Laethem
2024-03-26wasm-unknown: add math and memory builtins that LLVM needsAyke van Laethem
2024-02-19compileopts: remove workaround for LLVM 16Ayke van Laethem
2024-02-19compileopts: always enable CGoAyke van Laethem
2024-02-11compileopts: set 'purego' build tag by defaultAyke van Laethem
2024-01-31Allow larger systems to have a larger max stack allocDamian Gryski
2024-01-19loader: make sure Go version is plumbed throughAyke van Laethem
2024-01-05all: statically link to LLVM 17 instead of LLVM 16Ayke van Laethem
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