813 Commits (2a0a7722f90183d98c26078a5bd63cc88247971d)
 

Author SHA1 Message Date
Ayke van Laethem 2a0a7722f9 compiler: lower func values to switch + direct call 6 years ago
Ayke van Laethem 1460877c28 compiler: refactor func value handling 6 years ago
Ayke van Laethem 0739775719 compiler: extract inline asm builtins into separate file 6 years ago
Ron Evans 8d3b5a58d1 machine/atsamd21: correct pad/pin handling when using both UART and USBCDC interfaces at same time 6 years ago
Ayke van Laethem 0d2a3ce532 Makefile: check whether LLVM was build before making a static binary 6 years ago
Ayke van Laethem d2b3a5486c cgo: implement C unions 6 years ago
Ayke van Laethem 536086988c cgo: implement Go arrays (constant arrays in C) 6 years ago
Ayke van Laethem 684543b7f1 cgo: implement struct types 6 years ago
Ayke van Laethem bd8e47af80 cgo: make libclang code thread-safe 6 years ago
Ayke van Laethem 5b34713d41 main: fix linker script includes when running outside TINYGOROOT 6 years ago
Ron Evans f1aea13c51 tools: remove Makefile tasks that are redundant thanks to TinyGo improvements 6 years ago
Ayke van Laethem 7bcabe53ca compiler: fix interface lowering pass 6 years ago
Ayke van Laethem 7de3d4be2b all: support interface asserts in interp 6 years ago
Ayke van Laethem 02ecab833f all: check formatting on CI 6 years ago
Yusuke Mitsuki 1322f404a6
stm32: add support for the STM32F4Discovery 6 years ago
Ayke van Laethem 315cd4059f main: drop the dependency on llvm-ar 6 years ago
Ayke van Laethem 078dd9ff52 cgo: improve diagnostics 6 years ago
Ayke van Laethem e5029c63d1 compiler: optimize ptrtoint+add+inttoptr pattern 6 years ago
Ayke van Laethem dcffbc49c4 compiler: add param attrs to memmove and memcpy 6 years ago
Ayke van Laethem 6a2a587dff compiler: fix MakeSlice bounds check and casting 6 years ago
Ayke van Laethem 3a76a49ddf compiler: fix int casting to use the source signedness 6 years ago
Ayke van Laethem 81a1114ee5 compiler: truncate string slice indices if necessary 6 years ago
Ayke van Laethem 30e192e7e8 compiler: let the default 'low' slice bound be a uintptr 6 years ago
Ayke van Laethem a965882a34 compiler: support i16 uintptr in cap builtin 6 years ago
Ayke van Laethem f967c6919a interp: fix segmentation fault in some builds 6 years ago
Ayke van Laethem 2e926789f5 circleci: do macOS builds here instead of on Travis CI 6 years ago
Ayke van Laethem 38c3d0852e compiler: implement casting named structs and pointers to them 6 years ago
Ron Evans 85f2ef40f8 machine/itsybitsy-m0: set pins and pin mode mapping for i2c0 bus 6 years ago
Ron Evans ae4ead8690 machine/circuitplay: correct pin and pin mode mapping for both i2c0 (external) and i2c1 (internal) buses 6 years ago
Ayke van Laethem ebebdd5651 circleci: build LLVM statically 6 years ago
Ayke van Laethem 1778d92858 Makefile: automatically build LLVM when needed 6 years ago
Ayke van Laethem 86f8778748 darwin: use custom syscall pkg that uses libsystem 6 years ago
Ayke van Laethem 2523772b5d arm: use the lld linker 6 years ago
Ayke van Laethem 31d57fd3d1 main: use wasm-ld instead of wasm-ld-8 on macOS 6 years ago
Ayke van Laethem d653088cbe compiler: fix escapes due to nil checks 6 years ago
Ayke van Laethem cd8471acae all: support Go 1.12 6 years ago
Ayke van Laethem b64fc5484a runtime: implement memmove intrinsic 6 years ago
Ayke van Laethem 38f8cf7bee compiler: imporove escape analysis to allow icmp 6 years ago
Ayke van Laethem f484dddbc2 circleci: don't install the llvm package 6 years ago
Ayke van Laethem a2d0f79be3 all: pretend to be linux/arm in baremetal targets 6 years ago
Ayke van Laethem 792274e86f runtime/wasm: provide dummy runtime.setEventHandler 6 years ago
Ayke van Laethem 06aa88abfb reflect: add stubs for Value.MapRange 6 years ago
Ayke van Laethem ad7297a539 all: implement trivial select statements 6 years ago
Ayke van Laethem 4d82f42d61 runtime: add runtime.nanotime 6 years ago
Ayke van Laethem 9c41011e17 all: switch to LLVM 8 6 years ago
Ayke van Laethem 5569cd1b6b main: version 0.4.1 6 years ago
Ron Evans d6c2d6e301
main: use OS specific name for llvm-ar-7 tool to ensure that llvm7 toolchain works as expected 6 years ago
Ayke van Laethem a466dd8f2b main: include .data section in .hex file 6 years ago
Ayke van Laethem b1744db2c8 main: version 0.4.0 6 years ago
Ayke van Laethem bd6a7b69ce compiler: inline slice bounds checking 6 years ago