summaryrefslogtreecommitdiff
path: root/test/wasm2c
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks pe...HEADmainKeith Winstein2024-12-176-278/+560
* test: Move legacy exception handling tests (NFC) (#2498)Soni L.2024-10-314-6/+6
* Update testsuite (#2495)Keith Winstein2024-10-3017-13/+126
* wasm2c: Reset the segment register after call_indirect as the register may ha...Shravan Narayan2024-10-182-0/+6
* wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macroShravan Narayan2024-10-146-180/+60
* wasm2c: Use wrappers for function references (#2465)Soni L.2024-09-233-3/+15
* wasm2c: Add segue option to make exclusive use of the segment registerShravan Narayan2024-09-186-9/+75
* wasm2c: Segue support for CPUs without wrgsbase instructionsShravan Narayan2024-09-066-63/+159
* wasm2c: Segue optimization for modules with a single unshared memory (#2395)Shravan Narayan2024-06-266-89/+444
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-1513-1/+73
* Fix bug in wasm2c's tail-call optimization code generation (#2420)Christian Nieves2024-05-141-1/+1
* Update testsuite and corresponding update to comment parser (#2416)Sam Clegg2024-05-1313-17/+17
* wasm2c: atomic and shared mem operations using c11Shravan Narayan2024-01-301-20/+31
* wasm2c: Cleanup/separate code for heap and stack signal handlersShravan Narayan2023-12-146-6/+6
* wasm2c: Improve address abstraction for BE support (#2328)Soni L2023-11-146-312/+270
* Update testsuite (#2287)Keith Winstein2023-10-246-8/+14
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-248-22/+1115
* [wasm2c] Use wasm_rt_memcpy everywhere in generated code (#2292)Sam Clegg2023-09-095-75/+75
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-065-30/+95
* c-writer.cc: clean up handling of functions & tags (NFC) (#2271)Keith Winstein2023-07-313-11/+11
* wasm2c: add link to clang bug on mips force read constraintShravan Narayan2023-07-305-0/+5
* wasm2c: ensure force read constraints compile for clang on mipsShravan Narayan2023-07-305-100/+140
* wasm2c: partial support for atomic memory opsShravan Narayan2023-05-172-1/+544
* wasm2c: include simd128.h and wasm-rt-exceptions.h where necessary (#2236)Keith Winstein2023-05-125-680/+5
* Track use of SIMD and exceptions in IR, and CWriter includes support only if ...Keith Winstein2023-05-085-10/+0
* wasm2c: update simde submodule to 0.7.4-rc4 and add remaining tests (#2225)Keith Winstein2023-05-045-0/+25
* wasm2c: Enable exceptions and simd according to command line flagsShravan Narayan2023-05-025-0/+30
* alloca() lives in <stdlib.h> on OpenBSD too (fixes #2216) (#2217)Landry Breuil2023-04-265-5/+5
* wasm2c: Use malloc.h instead of alloca.h for mingwShravan Narayan2023-04-245-5/+15
* wasm2c.includes.c: replace alloca.h with stdlib.h on FreeBSD (#2212)Petr Penzin2023-04-225-0/+10
* wasm2c: Separate the macros for allocation and bounds checks strategiesShravan Narayan2023-04-125-5/+5
* wasm2c: expose the initial and max size required from imported tablesShravan Narayan2023-04-112-4/+921
* wasm2c: multiple .c outputs (#2146)Yuhan Deng2023-04-058-39/+79
* c-writer.cc: Add local symbol prefix. (#2171)Yuhan Deng2023-03-152-22/+22
* Add new tests (#2168)Keith Winstein2023-03-1339-2/+229
* Update testsuite (#2167)Keith Winstein2023-03-132-2/+2
* wasm2c: implement the extended const expressions proposal (#2162)Keith Winstein2023-03-083-0/+18
* wasm2c: cap blank lines between sections (NFC) (#2148)Keith Winstein2023-02-252-3/+2
* c-writer.cc: sanitize module/field names for use in C comments (NFC) (#2147)Keith Winstein2023-02-251-0/+877
* wasm2c: prettify/change name mangling (#2142)Keith Winstein2023-02-233-62/+62
* wasm2c: handle duplicate names between params/locals and labels (NFC) (#2137)Keith Winstein2023-02-071-0/+11
* wasm2c: add SIMD support (#2119)Willy R. Vasquez2023-01-2955-0/+658
* Make wasm2c output UBSAN-clean (and run w2c CI w/ UBSAN) (#2080)Keith Winstein2023-01-283-6/+24
* wasm2c: serialize types at wasm2c-time (#2120)Keith Winstein2023-01-253-71/+124
* wasm2c: Initial implementation of memory64 (#2086)Sam Clegg2023-01-1216-1/+112
* wasm2c: allow externref initialization when externref type is not void* (#2062)Keith Winstein2022-11-153-12/+6
* Update testsuite (#2054)Sam Clegg2022-11-137-2/+59
* Add wasm2c output samples to tests (#2006)Keith Winstein2022-11-083-0/+2001
* Add tokens test + adjust Wast lexing to match updated spec (#2001)Keith Winstein2022-10-031-0/+5
* wasm2c: implement the reference-types proposal (#1887)Keith Winstein2022-10-0335-8861/+144