aboutsummaryrefslogtreecommitdiffhomepage
path: root/compileopts/config.go
AgeCommit message (Expand)Author
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
2022-01-09all: switch to LLVM 13Ayke van Laethem
2021-12-17runtime: remove extallocNia Waldvogel
2021-11-16all: add support for windows/amd64Ayke van Laethem
2021-11-15all: add support for GOARMAyke van Laethem
2021-11-14internal/task: use asyncify on webassemblyNia Waldvogel
2021-11-07all: add target-features string to all targetsAyke van Laethem
2021-11-04builder: build static binaries using musl on LinuxAyke van Laethem
2021-11-04picolibc: add include directory to build artefactAyke van Laethem
2021-11-04wasm: specify wasi-libc in code, not in the JSON target fileAyke van Laethem
2021-11-03targets: add CPU property everywhereAyke van Laethem
2021-10-26cgo: add support for stdio in picolibc and wasi-libcAyke van Laethem
2021-09-28build: normalize target triples to match ClangAyke van Laethem
2021-09-28all: use -opt flag for optimization level in CFlags (-Os, etc)Ayke van Laethem
2021-08-31BlackMagic (BMP) ARM JTAG/SWD debugger:Olivier Fauchon
2021-07-31main: strip debug information at link time instead of at compile timeAyke van Laethem
2021-07-27Fix undefined symbols errorFederico G. Schwindt
2021-06-25all: add a flag to the command line to select the serial implementationAyke van Laethem
2021-06-22wasi: remove wasm build tagAyke van Laethem
2021-06-17rp2040: patch elf to checksum 2nd stage bootKenneth Bell
2021-06-08support flashing pca10059 from windowsOlaf Flebbe
2021-05-06Add -llvm-features parameterFederico G. Schwindt
2021-05-05unix: use conservative GC by defaultAyke 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-03-09all: replace strings.Replace with strings.ReplaceAllAyke van Laethem
2021-01-29compiler: move settings to a separate Config structAyke van Laethem
2021-01-10wasm: implement a growable heapAyke van Laethem
2020-12-30Add support for additional openocd commands (#1492)Jacques Supcik
2020-10-03add wasm-abi field in TargetSpec && set generic for WASI by default (#1421)Takeshi Yoneda
2020-10-02gc: use raw stack access whenever possibleAyke van Laethem
2020-09-12nintendoswitch: support outputting .nro files directlyAyke van Laethem
2020-08-31compileopts: add support for custom binary formatsAyke van Laethem
2020-08-27arm: automatically determine stack sizesAyke van Laethem
2020-07-31nintendoswitch: Add experimental Nintendo Switch support without CRTLucas Teske
2020-07-10compileopts: automatically add -g flag when including debug symbolsAyke van Laethem
2020-06-08compiler: add support for custom code modelYannis Huber
2020-05-16compileopts: improve error reporting of unsupported flagscebernardi
2020-04-29builder: fix picolibc include pathAyke van Laethem
2020-03-30runtime (gc): add garbage collector that uses an external allocatorJaden Weiss
2020-03-22all: include picolibc for bare metal targetsAyke van Laethem
2020-03-21compiler: move funcImplementation to compileoptsAyke van Laethem
2020-01-14compiler: add support for CGO_ENABLED environment variableAyke van Laethem
2019-11-15compiler: refactor alloca/lifetime/wordpack code into separate packageAyke van Laethem