aboutsummaryrefslogtreecommitdiffhomepage
path: root/compileopts/target.go
AgeCommit message (Expand)Author
2021-11-30all: add LLVM 12 supportAyke van Laethem
2021-11-20targets: change LLVM features to match vanilla ClangAyke van Laethem
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-07compileopts: fix reversed append in the target fileAyke van Laethem
2021-11-05targets: match LLVM triple to the one Clang usesAyke van Laethem
2021-11-04builder: build static binaries using musl on LinuxAyke van Laethem
2021-11-03targets: add CPU property everywhereAyke van Laethem
2021-10-04main: remove -target flag for LLVM targetsAyke van Laethem
2021-10-04main: test other architectures by specifying a different GOARCHAyke van Laethem
2021-10-04arm: use armv7 instead of thumbv7Ayke van Laethem
2021-09-28build: normalize target triples to match ClangAyke van Laethem
2021-09-15arm: switch to Thumb instruction set on ARMAyke van Laethem
2021-08-10386: bump minimum requirement to the Pentium 4Ayke van Laethem
2021-06-25all: add a flag to the command line to select the serial implementationAyke 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-05-09runtime: use the tasks scheduler instead of coroutinesAyke van Laethem
2021-05-02ci: bump Xcode version to use macOS 10.14Ayke van Laethem
2021-04-19builder: hard code Clang compilerAyke 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
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-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-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-03-22all: include picolibc for bare metal targetsAyke van Laethem
2020-01-20compileopts: fix CGo when cross compilingAyke van Laethem
2020-01-12compiler: add support for debugging through JLinkGDBServerAyke van Laethem
2020-01-06targets: add target circuitplay-bluefruitMichael Matloob
2019-11-12main: add -programmer flagAyke van Laethem
2019-11-04compileopts: add linkerscript keyAyke van Laethem
2019-11-04main: move target specification into a separate packageAyke van Laethem