1048 Commits (02c40202285da6c5d0a2f36279017e35223380d8)
 

Author SHA1 Message Date
Ayke van Laethem 8890a0f3c8 compiler,runtime: store channel size in the channel itself 5 years ago
Justin Clift 5be412dabe Makefile: using an alternative LLVM build dir now works 6 years ago
Ayke van Laethem 412ec5b789 Makefile: drop the -lclangToolingRefactor library 5 years ago
Ayke van Laethem b0e767c4a7 compiler: move global handling from ir to compiler package 5 years ago
Ayke van Laethem 6b5b4a681d compiler: refactor named types to create them lazily 5 years ago
Ayke van Laethem 88bb61f287 compiler: return a valid (undef) value from a unsupported select 5 years ago
Ayke van Laethem e169e3b996 compiler: remove superfluous 'err' result in decodeFuncValue 5 years ago
Ayke van Laethem aa8957dd05 compiler: support non-constant syscall numbers 5 years ago
Ayke van Laethem 8e5731aee7 compiler: add support for pointers as map keys 5 years ago
Justin Clift 0cc35b6188
Add a note to use --recursive when cloning the TinyGo repo 5 years ago
Ayke van Laethem 5cf7fba1a4 compiler: remove //go:volatile support 6 years ago
Ayke van Laethem e67506ee68 arm: update to avoid //go:volatile 6 years ago
Ayke van Laethem f2c205a008 machine: update ringbuffer to use runtime/volatile.Register8 6 years ago
Ayke van Laethem c84c625585 runtime: update to avoid //go:volatile 6 years ago
Ayke van Laethem 9673ad3774 all: move Register{8,16,32} values into runtime/volatile 6 years ago
Ayke van Laethem 66aca428ba compiler: rename import path if it lies in TINYGOPATH 6 years ago
Ayke van Laethem ec87811420 compiler: do not panic on duplicate functions 6 years ago
Ayke van Laethem 776dc1e0d9 main: show a better error when version detection of GOROOT failed 6 years ago
Ron Evans beea2f1f30 docs: add note to current/future contributors to please start by opening a GH issue to avoid duplication of effort 6 years ago
Ayke van Laethem 5f9c683abf main: return an error when running a command failed 6 years ago
Ayke van Laethem 0ce4d90779 cgo: add support for anonymous structs 6 years ago
Tomer Elmalem 1047c9bd05
reflect: stub out reflect.New and reflect.Zero 6 years ago
Ayke van Laethem 1d7cc2c242 cgo: add support for bitfields using generated getters and setters 6 years ago
Ayke van Laethem 23c8d15847 main: add -dev suffix to version 6 years ago
Ayke van Laethem da85710894 main: version 0.6.0 6 years ago
j7b 0ae467d3e2
llvm cpu features 6 years ago
Justin Clift 4442b1304e Trivial typo fix 6 years ago
Ayke van Laethem 83ab61e261 ci: install Go 1.12.5 on macOS 6 years ago
Ron Evans 2504754325 machine/samd21: use HasBits() method to simplify bit comparisons 6 years ago
Ron Evans be491abc46 machine/stm32: use HasBits() method to simplify bit comparisons 6 years ago
Ron Evans 31189deb3b machine/avr: use HasBits() method to simplify bit comparisons 6 years ago
Ron Evans 90cd3f8ea5 tools: generate volatile HasBits() method in device wrappers to simplify bit comparison code 6 years ago
Ayke van Laethem 2f95a5d452 ci: use go modules instead of dep 6 years ago
Ayke van Laethem eb1d834dd4 wasm: add support for js.FuncOf 6 years ago
Ayke van Laethem 3313decb68 compiler,runtime: make panic functions camelCase 6 years ago
Ron Evans 191a076956 docs: update list of supported MCU boards 6 years ago
Ayke van Laethem 0f2dcba7b3 syscall: implement Exit call on unix 6 years ago
Ayke van Laethem 94b8214529 machine: refactor pins to be of Pin type 6 years ago
Ayke van Laethem 421ef04efb wasm: fix Makefile to avoid debuginfo 6 years ago
Ayke van Laethem f7687c43aa wasm: fix wasm-ld hang 6 years ago
Ayke van Laethem 5a7bab8808 main: add the absolute path to clang-8 on macOS 6 years ago
Ron Evans 3a73e64557 tools/gen-device: complete refactor to new generator based on volatile package 6 years ago
Ron Evans 9f8340a970 machine/nrf: refactor to use volatile package/API 6 years ago
k-brk 0f6873cf02 machine/stm32f103xx: fix i2c 2 byte read 6 years ago
Ayke van Laethem f2cd4d12e8 compiler,runtime: fix multiple definitions of a single function 6 years ago
Ayke van Laethem 7e6a54ac62 main: add build tags for the Go stdlib version 6 years ago
Ayke van Laethem 7156afca9e interp: support some more expressions in const icmp 6 years ago
Ayke van Laethem 87ac804642 ci: make sure that all examples are included in the smoketests 6 years ago
Ayke van Laethem edcb11f9f6 ci: move tests from CircleCI config to Makefile 6 years ago
Ayke van Laethem 3568254593 machine/atsamd21: fix analog pin mode 6 years ago