summaryrefslogtreecommitdiff
path: root/src/ir/eh-utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixup block-nested pops even when EH is not enabled (#7130)Thomas Lively2024-12-031-2/+3
* Fix EH fuzz bugs (#6381)Thomas Lively2024-03-071-1/+1
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-4/+0
* [NFC] Refactor EHUtils::findPops() method (#4704)Alon Zakai2022-06-011-0/+31
* [EH] Fixup nested pops after reading stacky binary (#4420)Heejin Ahn2022-01-041-41/+43
* [EH] Enable fuzzer with initial contents (#4409)Heejin Ahn2022-01-041-1/+1
* Handle try in Flatten pass (#2567)Heejin Ahn2021-11-291-0/+4
* Add fixup function for nested pops in catch (#4348)Heejin Ahn2021-11-221-36/+126
* [EH] Improve catch validation (#4315)Heejin Ahn2021-11-081-0/+71