3192 Commits (1125d421496cab5cd38134f658764ba4f349cf9a)
 

Author SHA1 Message Date
Ayke van Laethem 5c622cfc43 compiler: refactor some code for the next commit 2 years ago
Ayke van Laethem 783c6a813a wasm: fix scanning of the stack 2 years ago
Ayke van Laethem 67841207e8 Revert "Enable wasm pointer tracking for gc=none." 2 years ago
tachyonicbytes d92e16e6dc
Stubbed Setuid and friends. Stubbed Exec (#3290) 2 years ago
Dan Kegel 4daf4fa0a0 corpus: add buger/jsonparser 2 years ago
Anuraag Agrawal 0b3a7280fa Enable wasm pointer tracking for gc=none. 2 years ago
Ayke van Laethem bb5050a50d avr: fix .data initialization for binaries over 64kB 2 years ago
deadprogram 73b368270c compileopts: add 'retries' flag to allow setting the number of times to retry locating the MSD volume when flashing 2 years ago
Ayke van Laethem 2001c44ed3 builder: print compiler commands while building a library 2 years ago
Ayke van Laethem 666ead3996 main: fix -work flag 2 years ago
Ayke van Laethem df888acd5e avr: drop GNU toolchain dependency 2 years ago
Ayke van Laethem b9bb605257 all: update picolibc to v1.7.9 2 years ago
Ayke van Laethem e1281b0128 darwin: fix error with `tinygo lldb` 2 years ago
Ayke van Laethem 81dbbea1c8 esp: use ThinLTO for Xtensa 2 years ago
Anuraag Agrawal a834359079 Update docs 2 years ago
Anuraag Agrawal 29f8d22a2d sync: implement simple pooling in sync.Pool 2 years ago
Ayke van Laethem 9e34ca9e5f esp: use LLVM Xtensa linker instead of Espressif toolchain 2 years ago
Ayke van Laethem 268140ae40 wasm: remove -wasm-abi= flag 2 years ago
deadprogram 8906584fb9 testdata: clearly correct values for timing test with a little more time to spare on CI machines 2 years ago
Ayke van Laethem aaa860f154 cgo: support anonymous enums included in multiple Go files 2 years ago
Anuraag Agrawal bce0516394
Allow custom wasm malloc implementation (#3245) 2 years ago
Austin Vazquez 726d74ad1b Upgrade GitHub actions packages from v2 to v3 2 years ago
waj334 ad544b5133 Implements calloc. 2 years ago
Ayke van Laethem 580fd490a5 all: remove libffi warning on macos 2 years ago
Ayke van Laethem c0d505d13a all: use DWARF version 4 2 years ago
Matt Johnston 12a41dc791 Add basic GPIO support for rp2040 PIO 2 years ago
soypat dd3ad57efb avoid allocating clock on heap 2 years ago
Damian Gryski 89facf834f fix printing of benchmark output 2 years ago
Anuraag Agrawal 62594004c6 Stub out reflect.Type FieldByIndex 2 years ago
Ayke van Laethem 3dbc4d5210 main: fix outputting .ll files 2 years ago
Anuraag Agrawal 42e4a75319 Look for LLVM 15 in makefile 2 years ago
Ayke van Laethem 2b7f562202 ci: add support for LLVM 15 2 years ago
Ayke van Laethem 08a51535d4 interp: add support for constant icmp instructions 2 years ago
Ayke van Laethem 0ddcf4af96 riscv: add "target-abi" metadata flag 2 years ago
Ayke van Laethem d435fc868b transform: fix memory corruption issues 2 years ago
Ayke van Laethem 62df1d7490 all: remove pointer ElementType calls 2 years ago
Ayke van Laethem 229746b71e interp: change object.llvmType to the initializer type 2 years ago
Ayke van Laethem 09ec846c9f all: replace llvm.Const* calls with builder.Create* calls 2 years ago
Ayke van Laethem f57cffce2d all: add type parameter to *GEP calls 2 years ago
Ayke van Laethem 7b6a9fab42 all: add type parameter to CreateLoad 2 years ago
Ayke van Laethem 6bc6de8f82 all: add type parameter to CreateCall 2 years ago
Ayke van Laethem b79bf29c11 compiler: return a FunctionType (not a PointerType) in getRawFuncType 2 years ago
Ayke van Laethem 65d65c1313 wasm: fix GC scanning of allocas 2 years ago
Damian Gryski 6b46ae261a runtime: switch some panic() calls in the gc to runtimePanic() for consistency 2 years ago
Fred Goya b734b3c7a1
Print PASS on pass when running standalone test binaries (#3229) 2 years ago
Ayke van Laethem 5937f03a07 corpus: remove 'noasm' from some tests 2 years ago
Ayke van Laethem bf9282a3a0 corpus: remove golang.org/x/crypto/internal/subtle 2 years ago
Hrishi Hiraskar cad5b79a2d net: implement Pipe 2 years ago
deadprogram d56c9f5533 machine/usb: add back New() with deprecation comment to use Port() instead 2 years ago
deadprogram 3d7f24e26c machine/usb: rename 'New()' to 'Port()' to have the API better match the singleton that is actually being returned 2 years ago