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