3080 Commits (e1281b0128dce4e1d3ca4b2a65901d5ea3419b82)
 

Author SHA1 Message Date
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
Ayke van Laethem c32490935b main: fix error message when a serial port can't be accessed 2 years ago
Ayke van Laethem 2b04006b1e main: fix USB vid/pid lookup 2 years ago
Ayke van Laethem 9de757205f linux: include musl 'getpagesize' function in release 2 years ago
Ayke van Laethem f866d5cc38 builder: refactor Build function to not use a callback 2 years ago
Ayke van Laethem c153239682 targets: remove "acm:"` prefix for USB vid/pid pair 2 years ago
deadprogram 8e88f3e76a build/windows: use GH actions parallel execution to cut build time in half. 2 years ago
Ayke van Laethem a62044d89b targets: do not set stack size per board 2 years ago
Ayke van Laethem 5548b5999b Makefile: add ASAN=1 flag to build with AddressSanitizer enabled 2 years ago
Kenneth Bell 8f33721b88 usb: remove allocs in ISR 2 years ago
Ayke van Laethem 7e9d84777e darwin: fix syscall.Open on darwin/arm64 2 years ago
Ayke van Laethem 2072d1bb5c main: print ldflags including ThinLTO flags with -x 2 years ago
Ayke van Laethem 636a151ffe cgo: add support for C.float and C.double 2 years ago