summaryrefslogtreecommitdiff
path: root/src/passes/StackCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-4/+4
* Allow different arguments for multiple instances of a pass (#6687)Christian Speckner2024-07-151-2/+1
* Automatically discard global effects in the rare passes that add effects (#5999)Alon Zakai2023-10-061-0/+3
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-6/+5
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+3
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-2/+4
* Update StackCheck for memory64 (#4636)Sam Clegg2022-05-041-7/+11
* StackCheck: Add argument stack-check-handler call (#4471)Sam Clegg2022-01-211-4/+9
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-4/+2
* [StackCheck] Handle colliding names (#3390)Alon Zakai2020-12-141-31/+30
* Let EnforceStackLimits have pointers to Globals (NFC) (#3397)Heejin Ahn2020-11-241-5/+6
* [wasm-builder] Construct module elements as unique_ptrs (#3391)Thomas Lively2020-11-191-26/+25
* Remove old stack function from StackCheck (#3100)Alon Zakai2020-09-031-12/+1
* StackCheck: Check both under and overflow (#3091)Alon Zakai2020-09-021-24/+53
* Move stack-check into its own pass (#2994)Sam Clegg2020-07-271-0/+157