2026 Commits (768a15c1dd83a462f77a835581357572e3962dbc)
 

Author SHA1 Message Date
Ayke van Laethem 768a15c1dd interp: remove map support 4 years ago
Ayke van Laethem c1c3be1aa7 interp: fix phi instruction 4 years ago
sago35 b2e72c96f4 ci: improve llvm-build cache 4 years ago
Ayke van Laethem f706219996 builder: hard code Clang compiler 4 years ago
sago35 6152a661e8 ci: improve llvm-source cache 4 years ago
Dan Kegel f1a5743f77 Make fmt-check happy again 4 years ago
sago35 9f52fe4e4a atsame51: add initial support for feather-m4-can 4 years ago
developer cb886a35c9 PWM Support for atmega1280 4 years ago
Tobias Theel 5707022951 add goroot for snap installs 4 years ago
sago35 bd212cc000 atsame54: add initial support for atsame54-xpro 4 years ago
Ayke van Laethem 6dd5666ed1 wasm: use WASI ABI for exit function 4 years ago
Ayke van Laethem f145663464 cortexm: add __isr_vector symbol 4 years ago
Ayke van Laethem 0d66475e10 nrf52833: add PWM support 4 years ago
Ayke van Laethem 22b143eba8 microbit-v2: add support for S113 SoftDevice 4 years ago
Ayke van Laethem 3fe13a72bd microbit: remove LED constant 4 years ago
Ayke van Laethem d919905c96 all: clean up Cortex-M target files 4 years ago
Ayke van Laethem 96b1b76483 all: use -Qunused-arguments only for assembly files 4 years ago
sago35 f234df7a50 cmsis-svd: add svd file for the atsame5x 4 years ago
Agurato e6d5c26df5 Fix RGBA color interpretation for GameBoyAdvance 4 years ago
Kenneth Bell ae59e7703e stm32: make SPI CLK fast to fix data issue 4 years ago
Ayke van Laethem e587b1d1b4 reflect: implement New function 4 years ago
Ayke van Laethem 57271d7eaa compiler: decouple func lowering from interface type codes 4 years ago
Ayke van Laethem 8383552552 compiler: add func tests 4 years ago
developer aa8e12c464 Arduino Mega 1280 support 4 years ago
Ayke van Laethem e7a05b6e74 transform: do not lower zero-sized alloc to alloca 4 years ago
Ayke van Laethem 2fd8f103ab transform: fix func lowering assertion failure 4 years ago
Ayke van Laethem 33f76d1c2e main: implement -ldflags="-X ..." 4 years ago
Ayke van Laethem ea8f7ba1f9 main: add tests for less common build configurations 4 years ago
Ayke van Laethem 0ffe5ac2fa main: clean up tests 4 years ago
Ayke van Laethem 7bac93aab3 main: remove -cflags and -ldflags flags 4 years ago
Ayke van Laethem b61751e429 compiler: check for errors 4 years ago
Ayke van Laethem 25dac32a88 transform: use IPSCCP pass instead of the constant propagation pass 4 years ago
Ayke van Laethem 56cf69a66b builder: run function passes per package 4 years ago
Ayke van Laethem 04d12bf2ba interp: add support for switch statement 4 years ago
Ayke van Laethem 0b7957d612 compiler: optimize string literals and globals 4 years ago
Ayke van Laethem 61243f6c57 transform: don't rely on struct name of runtime.typecodeID 4 years ago
Ayke van Laethem 49ec3eb58e builder: add optsize attribute while building the package 4 years ago
sago35 fa6c1b69ce build: improve error messages in getDefaultPort(), support for multiple ports 4 years ago
deadprogram 1e9a41dc94 modules: add latest go-llvm because seems like older SHA is missing? 4 years ago
Kenneth Bell a30671751f stm32: add nucleo-l031k6 support 4 years ago
Ayke van Laethem c246978dd7 ci: limit test runs of assert-test-linux to two jobs 4 years ago
Ayke van Laethem 72acda22b0 machine: refactor PWM support 5 years ago
Ayke van Laethem f880950c3e ci: limit number of jobs for assert-test-linux 4 years ago
Ayke van Laethem 1bed192de0 cgo: add support for CFLAGS in .c files 4 years ago
Ayke van Laethem 896a848001 builder: add support for -x flag 4 years ago
Ayke van Laethem fb03787b73 builder: cache C and assembly file outputs 4 years ago
Ayke van Laethem 83a949647f builder: refactor link file inputs 4 years ago
Ayke van Laethem 99a41bec4e transform: fix bug in interface lowering when signatures are renamed 4 years ago
Ayke van Laethem 312f5d3833 builder: run interp per package 4 years ago
Ayke van Laethem 35bf0746a1 interp: make toLLVMValue return an error instead of panicking 4 years ago