3623 Commits (3b1913ac57420af2c665c6f1c3847a6e63774ecd)
 

Author SHA1 Message Date
Ayke van Laethem 3b1913ac57 all: use the new LLVM pass manager 1 year ago
Ayke van Laethem 1da1abe314 all: remove LLVM 14 support 1 year ago
ayan george c9721197d5 bulid: Rename Makefile to GNUmakefile 1 year ago
ayan george 738747bd05 build: use $(MAKE) to represent make executable 1 year ago
ayan george 0bb4a8abeb docs: Update BUILDING.md 1 year ago
Ayke van Laethem 6ef8fcd537 cgo: add C._Bool type 1 year ago
Ayke van Laethem a896f7f218 transform: fix bug in StringToBytes optimization pass 1 year ago
Ayke van Laethem 081d2e58c6 interp: print LLVM instruction in traceback 1 year ago
Ayke van Laethem ed2a98c7d0 ci: redo LLVM build on Windows 1 year ago
Ayke van Laethem 731532cd2b all: release 0.30.0 1 year ago
Kenneth Bell adadbadec3 interp: improve unknown opcode handling 1 year ago
Kenneth Bell 58fafaeb5c build: #3893 do not return LLVM structs from Build 1 year ago
Dan Kegel 13a8eae0d4 build: build Go SSA serially [issue 3895] 1 year ago
Ayke van Laethem 42da7654ec compiler: don't use types in the global context 1 year ago
Ayke van Laethem 8698a7e496 all: default to LLVM 16 1 year ago
Ayke van Laethem 1d7543e2bf all: switch to LLVM 16 2 years ago
deadprogram ff32fbbb4f targets: increase default stack size to 32k for wasi/wasm targets 1 year ago
sago35 3ad2530ee7 atsamd21, atsamd51: add support for USB INTERRUPT OUT 1 year ago
deadprogram c4de195f04 machine/rp2040: always use the USB device enum fix, even in chips that supposedly have the HW fix. 1 year ago
Timothy Rule 75aca0f5ee
Board support for Adafruit Gemma M0 (#3903) 1 year ago
Elliott Sales de Andrade bb9a9beed5 Update golang.org/x/tools to v0.12.0 1 year ago
Elliott Sales de Andrade 4042c1d618 Update tools to 0.9.0 1 year ago
Elliott Sales de Andrade bf73516259 compiler: Handle nil array and struct constants 1 year ago
deadprogram 43d282174f targets: add GoBadge target as alias for PyBadge :) 1 year ago
Damian Gryski 0042bf62a5 compiler,reflect: add support for [...]T -> []T in reflect 2 years ago
Ayke van Laethem f11731ff35 interp: don't copy unknown values in runtime.sliceCopy 1 year ago
sago35 e9d8a9bc0b goenv: update to new v0.30.0 development version 1 year ago
deadprogram 9d6eb1ff06 machine/usb/adc/midi: improve implementation to include several new messages 1 year ago
Ayke van Laethem 4643401a1d runtime: refactor markGlobals to findGlobals 1 year ago
deadprogram dc449882ad docs: update CHANGELOG for release 0.29 1 year ago
deadprogram a158d3194f all: update version for 0.29 release 1 year ago
Pertti Erkkilä 806498f099
nRF52: set SPI TX/RX lengths even data is empty. Fixes #3868 (#3877) 1 year ago
deadprogram e3bc6da9e4 make: add task to check NodeJS version before running tests 1 year ago
Pierre Constantineau 3e2471d934
adding new uf2 target for PCA10056 (#3765) 1 year ago
Ayke van Laethem a545f17d2e wasm: add support for GOOS=wasip1 1 year ago
Kenneth Bell f4375d0452 samd51,rp2040,nrf528xx,stm32: implement watchdog 1 year ago
deadprogram 756cdf44ed loader: merge go.env file which is now required starting in Go 1.21 to correctly get required packages 1 year ago
Ayke van Laethem 9037bf8bf0 main: add target JSON file in `tinygo info` output 1 year ago
deadprogram bfe9ee378f rp2040: move flash related functions into separate file from C imports for correct LSP. Fixes #3852 1 year ago
deadprogram 37a4fa205c modules: update to go-serial package v1.6.0 1 year ago
deadprogram 59cc7d4c42 docker: use Go 1.21 for Docker dev container build 1 year ago
deadprogram ab64e215dd build: switch GH actions builds to use Go 1.21 final release 1 year ago
deadprogram 253dbe335a builder: update message for max supported Go version 1 year ago
Unrud 0ef86e1534 Add support for HID Keyboard LEDs 1 year ago
Kenneth Bell 72270f9052 all: use https for renesas submodule #3856 1 year ago
sago35 67ec722a74 board: add AKIZUKI DENSHI AE-RP2040 1 year ago
Ayke van Laethem 62294feb56 compiler: improve panic message when a runtime call is unavailable 1 year ago
Ayke van Laethem f1e25a18d2 compiler: implement clear builtin for maps 1 year ago
Ayke van Laethem a2f886a67a compiler: implement clear builtin for slices 1 year ago
Ayke van Laethem f791c821ff compiler: add min and max builtin support 1 year ago