summaryrefslogtreecommitdiff
path: root/test/wasm2c/export-names.txt
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks pe...HEADmainKeith Winstein2024-12-171-46/+93
* wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macroShravan Narayan2024-10-141-39/+19
* wasm2c: Add segue option to make exclusive use of the segment registerShravan Narayan2024-09-181-6/+26
* wasm2c: Segue support for CPUs without wrgsbase instructionsShravan Narayan2024-09-061-24/+40
* wasm2c: Segue optimization for modules with a single unshared memory (#2395)Shravan Narayan2024-06-261-14/+105
* wasm2c: Cleanup/separate code for heap and stack signal handlersShravan Narayan2023-12-141-1/+1
* wasm2c: Improve address abstraction for BE support (#2328)Soni L2023-11-141-52/+45
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-241-4/+28
* [wasm2c] Use wasm_rt_memcpy everywhere in generated code (#2292)Sam Clegg2023-09-091-15/+15
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-061-5/+18
* c-writer.cc: clean up handling of functions & tags (NFC) (#2271)Keith Winstein2023-07-311-6/+6
* wasm2c: add link to clang bug on mips force read constraintShravan Narayan2023-07-301-0/+1
* wasm2c: ensure force read constraints compile for clang on mipsShravan Narayan2023-07-301-20/+28
* wasm2c: include simd128.h and wasm-rt-exceptions.h where necessary (#2236)Keith Winstein2023-05-121-136/+1
* Track use of SIMD and exceptions in IR, and CWriter includes support only if ...Keith Winstein2023-05-081-2/+0
* wasm2c: Enable exceptions and simd according to command line flagsShravan Narayan2023-05-021-0/+6
* alloca() lives in <stdlib.h> on OpenBSD too (fixes #2216) (#2217)Landry Breuil2023-04-261-1/+1
* wasm2c: Use malloc.h instead of alloca.h for mingwShravan Narayan2023-04-241-1/+3
* wasm2c.includes.c: replace alloca.h with stdlib.h on FreeBSD (#2212)Petr Penzin2023-04-221-0/+2
* wasm2c: Separate the macros for allocation and bounds checks strategiesShravan Narayan2023-04-121-1/+1
* wasm2c: expose the initial and max size required from imported tablesShravan Narayan2023-04-111-4/+6
* wasm2c: multiple .c outputs (#2146)Yuhan Deng2023-04-051-7/+11
* wasm2c: cap blank lines between sections (NFC) (#2148)Keith Winstein2023-02-251-3/+0
* c-writer.cc: sanitize module/field names for use in C comments (NFC) (#2147)Keith Winstein2023-02-251-0/+877