aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-11-26main: version 0.10.0v0.10.0Ayke van Laethem
2019-11-26interp: replace many panics with error messagesAyke van Laethem
2019-11-26interp: support integer icmp of ptrtointAyke van Laethem
2019-11-26interp: add test for icmp inttoptr workaroundAyke van Laethem
2019-11-26interp: improve error reportingAyke van Laethem
2019-11-25ci: build with Go 1.13 on WindowsAyke van Laethem
2019-11-25Revert "all: use compiler-rt from the llvm-project directory"Ayke van Laethem
2019-11-25cgo: implement #cgo CFLAGSAyke van Laethem
2019-11-25cgo: add tests for errorsAyke van Laethem
2019-11-25compiler: move GC passes to the transform packageAyke van Laethem
2019-11-23runtime: use MSP/PSP registers for scheduling on Cortex-MAyke van Laethem
2019-11-21Fixes for UART2 on Metro M4 Airlift Lite (#739)BCG
2019-11-20nrf: support for SoftDevice s140 PCA10056 boardNikolas Sepos
2019-11-19runtime/atsamd21: i2s initialization fixesMark Glines
2019-11-19Added SPI1 connected to NINA-W102 chip on Arduino Nano 33 IOTBCG
2019-11-18interp: fix inserting non-const values in a const aggregateAyke van Laethem
2019-11-17compiler: add support for async interface callsJaden Weiss
2019-11-17add code to handle programs which use heap allocations but never hit the GCJaden Weiss
2019-11-16nrf: fix nrf52-s132v6 configAyke van Laethem
2019-11-16all: switch to LLVM 9Ayke van Laethem
2019-11-16compiler: move ReplacePanicsWithTrap pass to transformsAyke van Laethem
2019-11-15eliminate extraneous getFakeCoroutine callsJaden Weiss
2019-11-15compiler,transform: move interface lowering to transform packageAyke van Laethem
2019-11-15compiler: refactor alloca/lifetime/wordpack code into separate packageAyke van Laethem
2019-11-15Adding Support for Adafruit Metro M4 Express Airlift (#694)BCG
2019-11-13fix incorrect starting value for optimized allocations in a loopJaden Weiss
2019-11-13all: use compiler-rt from the llvm-project directoryAyke van Laethem
2019-11-13builder: make Clang header detection more robustAyke van Laethem
2019-11-13builder: write a symbol table when writing out the compiler-rt libAyke van Laethem
2019-11-12main: add -programmer flagAyke van Laethem
2019-11-12targets: explicitly mark the stack as NOLOADAyke van Laethem
2019-11-11main: refactor compile/link part to a builder packageAyke van Laethem
2019-11-11runtime/unix: simplify time functionsAyke van Laethem
2019-11-11fix time on 32-bit arm on linuxJaden Weiss
2019-11-10runtime: only implement CountString for required platformsAyke van Laethem
2019-11-10runtime: add AdjustTimeOffset to update current timeAyke van Laethem
2019-11-09runtime: implement comparing uintptr values in interfacesAyke van Laethem
2019-11-08cgo: add -update flag to testsAyke van Laethem
2019-11-08nrf: add support for SoftDevices to PCA10040 boardAyke van Laethem
2019-11-08cgo: add support for nested structs and unionsAyke van Laethem
2019-11-07cgo: refactor union supportAyke van Laethem
2019-11-06cgo: include all enums in the CGo Go ASTAyke van Laethem
2019-11-06main: add 'info' subcommandAyke van Laethem
2019-11-06cgo: do type checking in CGo testingAyke van Laethem
2019-11-06cgo: avoid '"unsafe" imported but not used' errorAyke van Laethem
2019-11-06cgo: rename reserved field names like `type`Ayke van Laethem
2019-11-05Adding Board: Feather M4 Express (#688)BCG
2019-11-05cgo: implement the constant parser as a real parserAyke van Laethem
2019-11-05cgo: refactor constant expressionsAyke van Laethem
2019-11-04make compiler test names clearerJaden Weiss