aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-04-24builder: fixed a problem with multiple process build casesbitcode-pathsago35
2021-04-23machine/usbcdc: remove remaining heap allocations for USB CDC implementationsdeadprogram
2021-04-23machine: avoid heap allocations in USB codeAyke van Laethem
2021-04-22copiler: add function attributes to some runtime callsAyke van Laethem
2021-04-22main: add -print-allocs flag that lets you print all heap allocationsAyke van Laethem
2021-04-22transform: move tests to transform_test packageAyke van Laethem
2021-04-21stm32: support SPI on L4 seriesKenneth Bell
2021-04-21atsamd51: fix PWM support in atsamd51p20sago35
2021-04-21runtime: implement command line arguments in hosted environmentsAyke van Laethem
2021-04-21runtime: implement environment variables for LinuxAyke van Laethem
2021-04-21interp: remove map supportAyke van Laethem
2021-04-21interp: fix phi instructionAyke van Laethem
2021-04-19ci: improve llvm-build cachesago35
2021-04-19builder: hard code Clang compilerAyke van Laethem
2021-04-19ci: improve llvm-source cachesago35
2021-04-17Make fmt-check happy againDan Kegel
2021-04-16atsame51: add initial support for feather-m4-cansago35
2021-04-16PWM Support for atmega1280developer
2021-04-15add goroot for snap installsTobias Theel
2021-04-15atsame54: add initial support for atsame54-xprosago35
2021-04-15wasm: use WASI ABI for exit functionAyke van Laethem
2021-04-15cortexm: add __isr_vector symbolAyke van Laethem
2021-04-14nrf52833: add PWM supportAyke van Laethem
2021-04-14microbit-v2: add support for S113 SoftDeviceAyke van Laethem
2021-04-14microbit: remove LED constantAyke van Laethem
2021-04-14all: clean up Cortex-M target filesAyke van Laethem
2021-04-14all: use -Qunused-arguments only for assembly filesAyke van Laethem
2021-04-14cmsis-svd: add svd file for the atsame5xsago35
2021-04-13Fix RGBA color interpretation for GameBoyAdvanceAgurato
2021-04-13stm32: make SPI CLK fast to fix data issueKenneth Bell
2021-04-12reflect: implement New functionAyke van Laethem
2021-04-12compiler: decouple func lowering from interface type codesAyke van Laethem
2021-04-12compiler: add func testsAyke van Laethem
2021-04-12Arduino Mega 1280 supportdeveloper
2021-04-12transform: do not lower zero-sized alloc to allocaAyke van Laethem
2021-04-12transform: fix func lowering assertion failureAyke van Laethem
2021-04-09main: implement -ldflags="-X ..."Ayke van Laethem
2021-04-09main: add tests for less common build configurationsAyke van Laethem
2021-04-09main: clean up testsAyke van Laethem
2021-04-09main: remove -cflags and -ldflags flagsAyke van Laethem
2021-04-09compiler: check for errorsAyke van Laethem
2021-04-08transform: use IPSCCP pass instead of the constant propagation passAyke van Laethem
2021-04-08builder: run function passes per packageAyke van Laethem
2021-04-08interp: add support for switch statementAyke van Laethem
2021-04-08compiler: optimize string literals and globalsAyke van Laethem
2021-04-08transform: don't rely on struct name of runtime.typecodeIDAyke van Laethem
2021-04-08builder: add optsize attribute while building the packageAyke van Laethem
2021-04-08build: improve error messages in getDefaultPort(), support for multiple portssago35
2021-04-07modules: add latest go-llvm because seems like older SHA is missing?deadprogram
2021-04-07stm32: add nucleo-l031k6 supportKenneth Bell