index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix TypeMerging bug with indirectly reachable public types (#7031)
Thomas Lively
2024-10-24
1
-5
/
+13
*
[GC] Fix assertion in GlobalTypeOptimization about public super (#7026)
Alon Zakai
2024-10-22
1
-9
/
+4
*
Remove closed world validation checks (#7019)
Alon Zakai
2024-10-18
2
-0
/
+24
*
[GC] Ignore public types in SignaturePruning (#7018)
Alon Zakai
2024-10-18
1
-15
/
+6
*
[GC] Ignore public types in SignatureRefining (#7022)
Alon Zakai
2024-10-18
1
-12
/
+5
*
[EH] Add TryTable to StripEH (#7020)
Alon Zakai
2024-10-18
1
-0
/
+5
*
[GC] Ignore public types in GlobalTypeOptimization (#7017)
Alon Zakai
2024-10-17
1
-3
/
+16
*
[NFC] Add validation checks in OptUtils::optimizeAfterInlining (#7009)
Alon Zakai
2024-10-16
1
-5
/
+20
*
GlobalRefining: Do not refine mutable exported globals (#7007)
Alon Zakai
2024-10-15
1
-2
/
+9
*
[Strings] StringGathering: Handle uses of strings before their definitions (#...
Alon Zakai
2024-10-15
1
-10
/
+8
*
[WasmGC] OptimizeInstructions: Cancel out internalize+externalize pairs (#7005)
Alon Zakai
2024-10-14
1
-1
/
+11
*
[Wasm EH] Optimize away _ref from try_table catches when unused (#6996)
Alon Zakai
2024-10-14
1
-4
/
+52
*
[WasmGC] OptimizeInstructions: Reorder externalize/internalize operations wit...
Alon Zakai
2024-10-14
1
-2
/
+21
*
[Wasm EH] Optimize values flowing out of TryTable (#6997)
Alon Zakai
2024-10-10
1
-4
/
+5
*
ReFinalize in MergeBlocks so we can optimize unreachable instructions too (#6...
Alon Zakai
2024-10-10
1
-25
/
+15
*
Fix flow reset during throw => break opts in RemoveUnusedBrs (#6993)
Alon Zakai
2024-10-08
1
-0
/
+4
*
Add explicit errors on unhandled instructions in Flatten (#6992)
Alon Zakai
2024-10-07
1
-0
/
+5
*
Fix a misoptimization with mixed Try/TryTable in RemoveUnusedBrs (#6991)
Alon Zakai
2024-10-07
1
-10
/
+16
*
Fix a fuzz issue with #6984 (#6988)
Alon Zakai
2024-10-07
1
-14
/
+13
*
MergeBlocks: Optimize all dropped blocks (#6984)
Alon Zakai
2024-10-04
1
-0
/
+9
*
RemoveUnusedBrs: Generalize jump threading optimizations to all branches (#6983)
Alon Zakai
2024-10-04
1
-24
/
+27
*
[NFC] Refactor out the dropped-block optimization code in MergeBlocks (#6982)
Alon Zakai
2024-10-03
1
-30
/
+46
*
[Wasm EH] Optimize throws caught by TryTable into breaks (#6980)
Alon Zakai
2024-10-03
1
-16
/
+79
*
Source Maps: Support 5 segment mappings (#6795)
Ömer Sinan Ağacan
2024-10-01
1
-1
/
+9
*
Fix the type of reused RefFunc in Precompute (#6976)
Alon Zakai
2024-09-30
1
-1
/
+2
*
[NFC] Print type names in more places when logging (#6975)
Alon Zakai
2024-09-30
1
-0
/
+5
*
[FP16] Implement conversion operations. (#6974)
Brendan Dahl
2024-09-26
1
-0
/
+12
*
[NFC-ish] Stop creating unneeded blocks around calls when inlining (#6969)
Alon Zakai
2024-09-26
1
-6
/
+3
*
[NFC] Early-exit PickLoadSigns if there are no memories (#6971)
Alon Zakai
2024-09-26
1
-0
/
+5
*
[NFC-ish] Avoid repeated ReFinalize etc. when inlining (#6967)
Alon Zakai
2024-09-24
1
-6
/
+24
*
[NFC] Parallelize the actual inlining part of the Inlining pass (#6966)
Alon Zakai
2024-09-24
2
-30
/
+97
*
[NFC] Eagerly create segments when parsing datacount (#6958)
Thomas Lively
2024-09-19
1
-0
/
+5
*
[NFC] Eagerly create Functions in binary parser (#6957)
Thomas Lively
2024-09-19
1
-0
/
+3
*
[NFC] Add isSSA to LazyLocalGraph, and use it in OptimizeAddedConstants (#6952)
Alon Zakai
2024-09-18
1
-7
/
+5
*
[NFC] Avoid collecting unnecessary parents in OptimizeAddedConstants (#6953)
Alon Zakai
2024-09-18
1
-2
/
+24
*
Fix selects of packed fields in GlobalStructOptimization (#6947)
Alon Zakai
2024-09-17
1
-2
/
+4
*
Require string-style identifiers to be UTF-8 (#6941)
Thomas Lively
2024-09-16
1
-2
/
+5
*
Fix Heap2Local on pops inside of newly-created blocks (#6938)
Alon Zakai
2024-09-16
1
-0
/
+17
*
[NFC] Make Precompute use a lazy LocalGraph (#6934)
Alon Zakai
2024-09-12
1
-4
/
+4
*
[NFC] Ignore invalid precomputed fallthrough values (#6933)
Alon Zakai
2024-09-11
1
-19
/
+13
*
[NFC] Optimize propagateLocals() (#6928)
Alon Zakai
2024-09-11
1
-116
/
+156
*
[EH] Fix pop enclosed within a block in DCE (#6922)
Heejin Ahn
2024-09-10
1
-12
/
+13
*
Replace the old topological sort everywhere (#6902)
Thomas Lively
2024-09-10
2
-21
/
+16
*
[NFC] Remove excessive debug logging from binary reading (#6927)
Alon Zakai
2024-09-10
1
-0
/
+1
*
[NFC] Use a lazy LocalGraph in Heap2Local (#6925)
Alon Zakai
2024-09-10
1
-8
/
+6
*
[NFC] OptimizeAddedConstants: Early exit if there are no memories (#6926)
Alon Zakai
2024-09-10
1
-0
/
+5
*
Add a --preserve-type-order option (#6916)
Thomas Lively
2024-09-10
2
-1
/
+10
*
[NFC] Standardize Super:: over super:: (#6920)
Alon Zakai
2024-09-10
21
-24
/
+24
*
[NFC-ish] Remove LocalGraph from LocalSubtyping (#6921)
Alon Zakai
2024-09-10
1
-69
/
+42
*
[NFC] LazyLocalGraph: Add getSetInfluences() (#6909)
Alon Zakai
2024-09-09
1
-1
/
+7
[next]