846 Commits (d594342642196ad1ae9a339367535a718fe8f43e)
 

Author SHA1 Message Date
Justin Clift d594342642 examples: tell browsers to not cache wasm files from the example server 6 years ago
Ayke van Laethem 99da328453 compiler: avoid bitcast when replacing a method call with a direct call 6 years ago
Ayke van Laethem 387e1340bf compiler: refactor packing of word-sized values in integers 6 years ago
Ayke van Laethem b1ed8a46b7 cgo: only include the symbols that are necessary (recursively) 6 years ago
Ayke van Laethem 35af33ead7 cgo: improve typedef/struct/enum support 6 years ago
Justin Clift 4bd1b9e53d wasm: use println instead of fmt 6 years ago
Ayke van Laethem 80ee343e6d main: make tests more portable 6 years ago
Ayke van Laethem 1d59a960bc main: allow changing the clang command name 6 years ago
Ayke van Laethem 5ca2e1322c main: close ar file before moving it 6 years ago
Ayke van Laethem 5b0b35f9e4 main: use os.UserCacheDir to get a cache directory 6 years ago
Ayke van Laethem 9a3d0683b3 compiler: mark all GEPs as inbounds 6 years ago
Ayke van Laethem d155e31b64 all: improve compiler error handling 6 years ago
Ayke van Laethem 45cacda7b3 compiler: refactor parseExpr 6 years ago
Ayke van Laethem c25fe609a9 compiler: do not return an error from getLLVMType 6 years ago
Ayke van Laethem 6d23809218 compiler: simplify code around getZeroValue 6 years ago
Ayke van Laethem 024eceb476 runtime: print error when panicking with error interface type 6 years ago
Ayke van Laethem 0fd90c49cc compiler: make panic configurable 6 years ago
Ayke van Laethem d1efffe96b test: print better error messages on compilation failure 6 years ago
Ayke van Laethem 8e7ea92d44 cgo: improve error locations for cgo-constructed AST 6 years ago
Ayke van Laethem 2f2d62cc0c cgo: support builtin #include headers 6 years ago
Ayke van Laethem d396abb690 cgo: add dummy implementation of __builtin_va_list 6 years ago
Ayke van Laethem b815d3f760 cgo: implement void* pointer type 6 years ago
Ayke van Laethem 9c46ac4eed cgo: implement char type 6 years ago
Ron Evans b2e96fc35a machine/atsamd21: select internal ground for ADC and scale result correctly to 16-bit 6 years ago
Ayke van Laethem fa5df4f524 main: version 0.5.0 6 years ago
Ayke van Laethem 09db7ead50 cgo: better error message when using an undefined CGo function pointer 6 years ago
Ayke van Laethem 21a4c14e86 cgo: implement C.struct_ types 6 years ago
Ayke van Laethem b716cf1afd loader/libclang: fix CGo-related crash 6 years ago
Johan Brandhorst 586023b45d src/examples/wasm: Show both methods supported 6 years ago
Ron Evans a00a51e70e examples: add microbit blink example 6 years ago
Ron Evans 745b5dfb81 examples: remove colorlamp example that is better suited for the TinyGo Zoo (and already in it) 6 years ago
Ayke van Laethem 9c50d47b82 BUILDING.md: update to commands included in Makefile 6 years ago
Ayke van Laethem 6c63a0d6e7 Makefile: build static binaries only 6 years ago
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