summaryrefslogtreecommitdiff
path: root/test/passes/Oz_fuzz-exec_all-features.txt
Commit message (Expand)AuthorAgeFilesLines
* ReFinalize in MergeBlocks so we can optimize unreachable instructions too (#6...Alon Zakai2024-10-101-7/+3
* Fix a fuzz issue with #6984 (#6988)Alon Zakai2024-10-071-3/+7
* MergeBlocks: Optimize all dropped blocks (#6984)Alon Zakai2024-10-041-7/+3
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-16/+16
* Heap2Local: Optimize packed fields (#6480)Alon Zakai2024-04-091-19/+9
* Precompute: Optimize array.len (#6299)Alon Zakai2024-02-121-16/+14
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-201-35/+35
* Make final types the default (#5918)Thomas Lively2023-09-091-1/+1
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-4/+4
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-2/+2
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-1/+1
* Update br_on_cast binary and text format (#5762)Thomas Lively2023-06-121-1/+1
* Revert "Update br_on_cast binary and text format (#5734)" (#5740)Alon Zakai2023-05-231-1/+1
* Update br_on_cast binary and text format (#5734)Thomas Lively2023-05-191-1/+1
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-1/+1
* Parse and print `array.new_fixed` (#5527)Thomas Lively2023-02-281-8/+8
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-24/+14
* Support br_on_cast null (#5397)Thomas Lively2023-01-051-4/+4
* Allow casting to basic heap types (#5332)Thomas Lively2022-12-081-15/+10
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-7/+7
* Update tests ahead of transition from `data` to `struct` (#5320)Thomas Lively2022-12-071-68/+23
* [Wasm GC] Implement closed-world flag (#5303)Alon Zakai2022-11-301-11/+7
* [NFC] Avoid unneeded work in GTO (#5304)Alon Zakai2022-11-301-4/+1
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-30/+37
* Parse and emit `array.len` without a type annotation (#5151)Thomas Lively2022-10-181-2/+2
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-2/+2
* Simplify and fix heap type counting (#5110)Thomas Lively2022-10-041-1/+1
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-5/+5
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-1/+1
* Remove RTTs (#4848)Thomas Lively2022-08-051-160/+55
* Include globals when collecting module types (#4717)Thomas Lively2022-06-101-1/+1
* Fix RTTs for RTT-less instructions (#4294)Thomas Lively2021-11-031-1/+1
* Precompute: Track reference identity (#4243)Alon Zakai2021-10-141-142/+14
* [Wasm GC] Optimize static (rtt-free) operations (#4186)Alon Zakai2021-09-301-12/+3
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-17/+6
* [Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)Alon Zakai2021-09-201-1/+114
* Fix interpreting of ref.as_func|data (#4164)Alon Zakai2021-09-201-18/+34
* [Wasm GC] Fix lack of packing in array.init (#4153)Alon Zakai2021-09-141-0/+16
* [Wasm GC] ArrayInit support (#4138)Alon Zakai2021-09-101-0/+35
* OptimizeInstructions: Handle trivial ref.cast and ref.test (#4097)Alon Zakai2021-08-241-37/+7
* Improve optimization of call_ref into direct calls (#4068)Alon Zakai2021-08-101-1/+3
* [Wasm GC] Local-Subtyping pass (#3765)Alon Zakai2021-07-231-3/+3
* [Wasm GC] rtt.fresh_sub (#3936)Alon Zakai2021-06-171-1/+50
* [Wasm GC] Add negated BrOn* operations (#3913)Alon Zakai2021-06-021-16/+114
* [Wasm GC] Add experimental array.copy (#3911)Alon Zakai2021-05-271-1/+71
* Heap2Local: Use escape analysis to turn heap allocations into local data (#3866)Alon Zakai2021-05-121-24/+6
* [Wasm GC] Fix casting code in interpreter (#3873)Alon Zakai2021-05-101-1/+18
* [Wasm GC] Fix Array initialization of a packed value (#3868)Alon Zakai2021-05-071-1/+16
* [Wasm GC] Fix precompute on GC data (#3810)Alon Zakai2021-04-151-15/+126
* [Wasm GC] Full precompute support for GC (#3803)Alon Zakai2021-04-131-85/+13