Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use empty blocks instead of nops for empty scopes in IRBuilder (#7080) | Thomas Lively | 2024-11-14 | 1 | -2/+0 |
* | [Wasm EH] Optimize values flowing out of TryTable (#6997) | Alon Zakai | 2024-10-10 | 1 | -21/+47 |
* | Fix flow reset during throw => break opts in RemoveUnusedBrs (#6993) | Alon Zakai | 2024-10-08 | 1 | -0/+40 |
* | Fix a misoptimization with mixed Try/TryTable in RemoveUnusedBrs (#6991) | Alon Zakai | 2024-10-07 | 1 | -0/+34 |
* | RemoveUnusedBrs: Generalize jump threading optimizations to all branches (#6983) | Alon Zakai | 2024-10-04 | 1 | -0/+57 |
* | [Wasm EH] Optimize throws caught by TryTable into breaks (#6980) | Alon Zakai | 2024-10-03 | 1 | -0/+324 |