summaryrefslogtreecommitdiff
path: root/test/wasm2c/tail-calls.txt
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks pe...HEADmainKeith Winstein2024-12-171-45/+92
* wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macroShravan Narayan2024-10-141-27/+7
* wasm2c: Use wrappers for function references (#2465)Soni L.2024-09-231-1/+5
* wasm2c: Add segue option to make exclusive use of the segment registerShravan Narayan2024-09-181-0/+8
* wasm2c: Segue support for CPUs without wrgsbase instructionsShravan Narayan2024-09-061-6/+22
* wasm2c: Segue optimization for modules with a single unshared memory (#2395)Shravan Narayan2024-06-261-16/+64
* Fix bug in wasm2c's tail-call optimization code generation (#2420)Christian Nieves2024-05-141-1/+1
* 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-0/+961