3152 Commits (17176a2ceaa9ba9849671c3987588dd212377a8f)
 

Author SHA1 Message Date
Ayke van Laethem 54aec042b7 avr: add channel test 2 years ago
sago35 baca8a643e xiao-rp2040: add pin definitions 2 years ago
Anuraag Agrawal b731919f97 Fix panic when size 0 passed to malloc 2 years ago
Julia Ogris c759e6fc2d reflect: Add Value.IsZero() method 2 years ago
goropikari a329f56ec2 Fix xiao rp2040 pin variable assignment 2 years ago
deadprogram 6e503f5ab9 build: update docker GH action to use latest docker action versions 2 years ago
deadprogram 217449df07 machine/stm32f1, stm32f4: fix ADC by clearing the correct bit for rank after each read 2 years ago
deadprogram a7fc65861d machine/stm32: always set ADC pins to pullups floating 2 years ago
Damian Gryski f0a271bd21 transform: remove duplicate if in gc transform 2 years ago
Ayke van Laethem 4d14d3cd54 avr: support ThinLTO 2 years ago
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