aboutsummaryrefslogtreecommitdiffhomepage
path: root/compileopts
AgeCommit message (Expand)Author
2021-06-22wasi: remove wasm build tagAyke van Laethem
2021-06-19main: detect specific serial port IDs based on USB vid/pidAyke van Laethem
2021-06-17rp2040: patch elf to checksum 2nd stage bootKenneth Bell
2021-06-08support flashing pca10059 from windowsOlaf Flebbe
2021-06-02main: escape commands while printing them with the -x flagAyke van Laethem
2021-05-09runtime: use the tasks scheduler instead of coroutinesAyke van Laethem
2021-05-06Add -llvm-features parameterFederico G. Schwindt
2021-05-06compiler: openocd commands in tinygo command lineKenneth Bell
2021-05-05unix: use conservative GC by defaultAyke van Laethem
2021-05-02ci: bump Xcode version to use macOS 10.14Ayke van Laethem
2021-04-22main: add -print-allocs flag that lets you print all heap allocationsAyke van Laethem
2021-04-19builder: hard code Clang compilerAyke 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-03-29throw an error on windows builds with no target specifiedTobias Theel
2021-03-29gdb: enable to specify multiple candidates for gdbsago35
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-14New tinygo -x option to print commands (#1572)Fauchon
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-10-02main: add support for debugging qemu-user targetsAyke van Laethem
2020-10-02main: improve support for x86-32 and add testsAyke van Laethem
2020-09-20compileopts: simplify copyProperties using reflectionJacques Supcik
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-11builder: try to determine stack size information at compile timeAyke van Laethem
2020-07-10compileopts: automatically add -g flag when including debug symbolsAyke van Laethem
2020-07-08Changes according to @aykevl's feedbackYannis Huber
2020-07-08Add llvm code model option in target definitionYannis Huber
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-20compileopts: fix CGo when cross compilingAyke van Laethem
2020-01-14compiler: add support for CGO_ENABLED environment variableAyke van Laethem
2020-01-12compiler: add support for debugging through JLinkGDBServerAyke van Laethem
2020-01-06targets: add target circuitplay-bluefruitMichael Matloob
2019-11-15compiler: refactor alloca/lifetime/wordpack code into separate packageAyke van Laethem
2019-11-12main: add -programmer flagAyke van Laethem
2019-11-11main: refactor compile/link part to a builder packageAyke van Laethem
2019-11-04compileopts: add linkerscript keyAyke van Laethem
2019-11-04main: move ldflags to compileoptsAyke van Laethem