aboutsummaryrefslogtreecommitdiffhomepage
path: root/compileopts
AgeCommit message (Expand)Author
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
2019-11-04all: refactor compile optionsAyke van Laethem
2019-11-04main: move compile options to compileopts packageAyke van Laethem
2019-11-04compiler: move Config struct to compileoptsAyke van Laethem
2019-11-04main: move target specification into a separate packageAyke van Laethem