Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks ↵HEADmain | Keith Winstein | 2024-12-17 | 1 | -58/+147 |
| | | | | | | | | | | | | | | | | | per-memory (#2507) The PR updates the bulk memory operations (memory.fill, memory.copy, table.fill, etc.) to support 64-bit addresses and counts. Previously these functions only took u32's, even with memory64 enabled. (#2506) This PR also allows "software-bounds-checked" memories and "guard-page-checked" memories to coexist in the same module. It creates two versions of every memory operation: an unrestricted version (that works with any memory) and a _default32 version (for memories with default page size and i32 indexing). (#2507) #2506 and #2507 have been squashed together to avoid a performance regression. This is a stepping stone to supporting custom-page-sizes (which will need to be software-bounds-checked) (#2508). | ||||
* | wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macro | Shravan Narayan | 2024-10-14 | 1 | -47/+7 |
| | |||||
* | wasm2c: Add segue option to make exclusive use of the segment register | Shravan Narayan | 2024-09-18 | 1 | -1/+15 |
| | |||||
* | wasm2c: Segue support for CPUs without wrgsbase instructions | Shravan Narayan | 2024-09-06 | 1 | -6/+38 |
| | |||||
* | wasm2c: Segue optimization for modules with a single unshared memory (#2395) | Shravan Narayan | 2024-06-26 | 1 | -14/+107 |
| | |||||
* | wasm2c: Cleanup/separate code for heap and stack signal handlers | Shravan Narayan | 2023-12-14 | 1 | -1/+1 |
| | |||||
* | wasm2c: Improve address abstraction for BE support (#2328) | Soni L | 2023-11-14 | 1 | -83/+67 |
| | |||||
* | wasm2c: implement the tail-call proposal (#2272) | Keith Winstein | 2023-10-24 | 1 | -4/+48 |
| | |||||
* | [wasm2c] Use wasm_rt_memcpy everywhere in generated code (#2292) | Sam Clegg | 2023-09-09 | 1 | -15/+15 |
| | |||||
* | Share reading/validation code between elem exprs & other const exprs (#2288) | Keith Winstein | 2023-09-06 | 1 | -5/+31 |
| | | | | | | This continues the work from #1783 and reduces special handling of elem exprs, by treating them the same as other const expressions (init expressions). | ||||
* | wasm2c: add link to clang bug on mips force read constraint | Shravan Narayan | 2023-07-30 | 1 | -0/+2 |
| | |||||
* | wasm2c: ensure force read constraints compile for clang on mips | Shravan Narayan | 2023-07-30 | 1 | -20/+36 |
| | |||||
* | wasm2c: include simd128.h and wasm-rt-exceptions.h where necessary (#2236) | Keith Winstein | 2023-05-12 | 1 | -229/+0 |
| | | | Co-authored-by: Shravan Narayan <shravanrn@gmail.com> | ||||
* | wasm2c: Separate the macros for allocation and bounds checks strategies | Shravan Narayan | 2023-04-12 | 1 | -1/+1 |
| | |||||
* | wasm2c: Checkin prebuilt source code in source folder, add lint checks to ↵ | Shravan Narayan | 2023-04-11 | 1 | -0/+1339 |
ensure these are up to date |