908 Commits (5a7bab8808b5dd75dc6e988501ba735b5b5198eb)
 

Author SHA1 Message Date
Ayke van Laethem 08ee1916f5 main: fix multiple errors being reported as one 6 years ago
Ayke van Laethem 141a70f401 main: make $GOROOT more robust and configurable 6 years ago
Ayke van Laethem a79edf416c cgo: do not allow capturing of external/exported functions 6 years ago
Ron Evans 2511aefac0 docker: perform a hard submodule reset after having moved the git repos directory 6 years ago
Ayke van Laethem 4978065c9c cgo: avoid file/lineno hack for error locations 6 years ago
Ayke van Laethem 78a26fec13 cgo: be able to deal with nil files 6 years ago
Ayke van Laethem 9cad8bd0c8 main: add fallback mechanism for LLVM commands 6 years ago
Ayke van Laethem 9a54ee4241 compiler: allow larger-than-int values to be sent across a channel 6 years ago
Ayke van Laethem 46d5ea8cf6 compiler: support returning values from async functions 6 years ago
Daniel Esteban fb952a722a Remove microbit matrix (#319) 6 years ago
Michael Teichgräber 7e46c1766d compiler: fix comp. of func calls for func values of a defined type 6 years ago
Ayke van Laethem 1f0595438e main: do not set working directory for Clang invocation 6 years ago
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