summaryrefslogtreecommitdiff
path: root/src/passes/OptimizeCasts.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-1/+1
* OptimizeCasts: Also handle local.tee (#6507)Jérôme Vouillon2024-04-181-27/+26
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-4/+2
* OptimizeCasts: Connect adjacent blocks in LinearExecutionWalker (#5866)Alon Zakai2023-08-081-0/+10
* Move casts which are immediate children of local.gets to earlier local.gets (...Bruce He2023-06-061-16/+324
* Improve TODO docs in OptimizeCasts (#5732)Alon Zakai2023-05-181-7/+17
* [Wasm GC] Start an OptimizeCasts pass and reuse cast values there (#5263)Alon Zakai2022-11-171-0/+229