aboutsummaryrefslogtreecommitdiffhomepage
path: root/compileopts/config.go
AgeCommit message (Expand)Author
2024-08-06compileopts: add CanonicalArchName to centralize arch detectioncanonical-arch-nameAyke van Laethem
2024-07-22all: add linux/mipsle supportAyke van Laethem
2024-04-27compileopts: fix race conditionAyke van Laethem
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
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-04all: use the new LLVM pass managerAyke van Laethem
2023-06-17wasm: remove i64 workaround, use BigInt insteadAyke van Laethem
2023-05-17compileopts: don't filter build tags, use specific build tags insteadAyke van Laethem
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-14Filter target build-tags if user specified an overriding option (#3357)Anuraag Agrawal
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-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-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-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-09-14main: add support for stlink-dap programmersago35
2022-08-07compileopts: use backticks for regexp to avoid extra escapesDamian Gryski
2022-08-04main: use tags parser from buildutilAyke van Laethem
2022-05-23windows: use ThinLTOAyke van Laethem
2022-05-22darwin: add support for ThinLTOAyke van Laethem
2022-04-28esp32: add support for running and debuggin using qemu-esp32Ayke van Laethem
2022-04-28all: make emulator command a string instead of a []stringAyke van Laethem
2022-04-15esp: support CGoAyke van Laethem
2022-03-13main: calculate default output path if -o is not specifiedAyke van Laethem
2022-03-12all: add support for ThinLTOAyke van Laethem
2022-02-12builder: add support for cross compiling to DarwinAyke van Laethem
2022-01-26build: fix build-library subcommandv0.22.0Ayke van Laethem
2022-01-19transform: remove switched func loweringNia Waldvogel
2022-01-19internal/task: remove coroutinesNia Waldvogel
2022-01-17compileopts: move {root} replacement to compileopts.Emulator()Damian Gryski