summaryrefslogtreecommitdiff
path: root/src/passes/OptimizeInstructions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support atomic struct accessors (#7155)Thomas Lively2024-12-181-0/+13
* Add bulk-memory-opt feature and ignore call-indirect-overlong (#7139)Derek Schuff2024-12-061-2/+2
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-211-1/+1
* [SignExt] OptimizeInstructions: Remove signexts of already-extended values (#...Alon Zakai2024-11-131-15/+37
* [wasm64] Handle 64-bit overflow in optimizeMemoryAccess (#7057)Alon Zakai2024-11-061-2/+7
* [WasmGC] OptimizeInstructions: Cancel out internalize+externalize pairs (#7005)Alon Zakai2024-10-141-1/+11
* [WasmGC] OptimizeInstructions: Reorder externalize/internalize operations wit...Alon Zakai2024-10-141-2/+21
* [NFC] Standardize Super:: over super:: (#6920)Alon Zakai2024-09-101-1/+1
* [NFC] Move optimizeSubsequentStructSet() to a new pass, HeapStoreOptimization...Alon Zakai2024-09-031-193/+0
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-1/+1
* OptimizeInstructions: Push StructNew down to help it fold away StructSets (#6...Roberto Lublinerman2024-05-281-17/+55
* OptimizeInstructions: Add missing invalidation check in consecutive equality ...Alon Zakai2024-05-151-0/+22
* LocalCSE: Check effects/generativity early (#6587)Alon Zakai2024-05-141-1/+1
* OptimizeInstructions: Optimize subsequent struct.sets after struct.new_with_d...Alon Zakai2024-04-231-12/+21
* OptimizeInstructions: Optimize StructNew/ArrayNew forms (#6495)Alon Zakai2024-04-151-0/+159
* Fix isGenerative on calls and test via improving OptimizeInstructions::areCon...Alon Zakai2024-04-111-28/+52
* OptimizeAddedConstants: Handle a final added constant properly (#6115)Alon Zakai2023-11-131-9/+11
* OptimizeInstructions: Simplify tuple.extract of tuple.make (#5938)Alon Zakai2023-09-141-0/+19
* Remove the GCNNLocals feature (#5080)Thomas Lively2023-08-311-10/+2
* Improve cast optimizations (#5876)Thomas Lively2023-08-171-158/+148
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-7/+7
* OptimizeInstructions: Loop on fallthrough values in RefTest (#5797)Alon Zakai2023-07-051-31/+43
* Fix optimizeAddedConstants on GC-introduced unreachability (#5706)Alon Zakai2023-05-091-3/+8
* [Wasm GC] Fix a trapsNeverHappen corner case with if/select of a trapping arm...Alon Zakai2023-04-201-4/+22
* [Wasm GC] OptimizeInstructions: Don't turn ref.test into unreachable immediat...Alon Zakai2023-04-171-2/+6
* [Wasm GC] Casts of a non-nullable bottom type to non-null fail (#5645)Alon Zakai2023-04-121-10/+24
* Fix and simplify refinalization in OptimizeInstructions (#5642)Alon Zakai2023-04-071-23/+7
* [Wasm GC] Fix an assertion in array.set processing in OptimizeInstructions (#...Alon Zakai2023-04-071-3/+4
* [Wasm GC] OptimizeInstructions: ref.as_non_null of null will trap (#5635)Alon Zakai2023-04-061-0/+3
* [Wasm GC] Handle another unreachability case in trapOnNull() (#5634)Alon Zakai2023-04-051-1/+2
* Wasm GC] Handle unreachability in a select child in trapOnNull() (#5630)Alon Zakai2023-04-051-1/+6
* [Wasm GC] Optimize casts to bottom types (#5484)Alon Zakai2023-02-081-8/+27
* Optimize ref.as_non_null removal effect computation (#5479)Alon Zakai2023-02-031-8/+14
* [Wasm GC] Fix struct.set / ref.as_non_null ordering issue (#5474)Alon Zakai2023-02-021-10/+51
* OptimizeInstructions: Handle signed overflow properly in canOverflow() (#5467)Alon Zakai2023-01-311-13/+23
* [Wasm GC] Refinalize fuzz fix in OptimizeInstructions cast optimizations (#5460)Alon Zakai2023-01-261-0/+6
* [Wasm GC] Optimize successful casts better (#5426)Thomas Lively2023-01-131-12/+33
* [Wasm GC] Optimize casts of null values better (#5423)Thomas Lively2023-01-121-30/+21
* [Wasm GC] Generalize `skipCast` to work with all type hierarchies (#5422)Thomas Lively2023-01-121-4/+5
* [Wasm GC] Add missing RefTest optimizations to parallel RefCast (#5417)Alon Zakai2023-01-101-10/+23
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-25/+3
* [NFC] Refactor cast check logic (#5404)Alon Zakai2023-01-101-96/+25
* [Wasm GC] Optimize ref.as_non_null of a nullable cast (#5415)Alon Zakai2023-01-101-0/+16
* [Wasm GC] More minor cast optimizations (#5402)Alon Zakai2023-01-091-84/+89
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-66/+15
* [Wasm GC] Optimize impossible ref.casts better (#5400)Alon Zakai2023-01-061-19/+42
* [Wasm GC] Fix optimizations on ref.cast of null, and optimize to ref.as_non_n...Alon Zakai2023-01-061-1/+19
* [Wasm GC] Fix non-nullable cast optimizations with multiple children (#5396)Alon Zakai2023-01-051-1/+32
* [Wasm GC] Turn casts non-nullable when they lead to a trap on null anyhow (#5...Alon Zakai2023-01-051-0/+15
* [Wasm GC] Clean up and improve null trap and cast optimizations (#5394)Alon Zakai2023-01-051-20/+21