index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
help
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an "unsubtyping" optimization (#5982)
Thomas Lively
2023-10-10
2
-0
/
+6
*
[typed-cont] Add feature flag (#5996)
Frank Emrich
2023-10-05
10
-0
/
+40
*
Asyncify: Improve comments (#5987)
Heejin Ahn
2023-10-03
1
-3
/
+3
*
Add passes to finalize or unfinalize types (#5944)
Alon Zakai
2023-09-18
2
-0
/
+10
*
Add a simple tuple optimization pass (#5937)
Alon Zakai
2023-09-14
2
-0
/
+4
*
Remove the GCNNLocals feature (#5080)
Thomas Lively
2023-08-31
10
-40
/
+0
*
Rename multimemory flag (#5890)
Ashley Nelson
2023-08-21
10
-20
/
+20
*
GUFA: Add a version that casts all of our inferences (#5846)
Alon Zakai
2023-07-27
2
-0
/
+6
*
Add a pass to sort functions by name (#5811)
Alon Zakai
2023-07-12
2
-0
/
+6
*
[EH] Add pass to remove EH instructions (#5770)
Heejin Ahn
2023-06-15
2
-0
/
+4
*
Reintroduce wasm-merge (#5709)
Alon Zakai
2023-05-16
1
-0
/
+149
*
Disable sign extension in SignExtLowering.cpp (#5676)
Thomas Lively
2023-04-19
2
-2
/
+4
*
Remove the --hybrid and --nominal command line options (#5669)
Thomas Lively
2023-04-14
10
-67
/
+0
*
[wasm-ctor-eval] Add support for multivalue serialization and a quiet mode (#...
Alon Zakai
2023-02-23
1
-0
/
+3
*
[Wasm GC] Add AbstractTypeRefining pass (#5461)
Alon Zakai
2023-02-03
2
-0
/
+6
*
Add a mechanism to skip a pass by name (#5448)
Alon Zakai
2023-01-24
2
-0
/
+4
*
Support using JSPI to load the secondary wasm split module. (#5431)
Brendan Dahl
2023-01-20
1
-4
/
+4
*
Move closed world flag to tool options (#5428)
Alon Zakai
2023-01-13
9
-18
/
+67
*
Remove unused types during type optimizations (#5361)
Thomas Lively
2022-12-19
2
-0
/
+4
*
Adds bounds checks to Load/Store in Multi-Memories Lowering Pass (#5256)
Ashley Nelson
2022-12-09
2
-0
/
+10
*
[Wasm GC] Add TypeMerging pass (#5321)
Alon Zakai
2022-12-07
2
-0
/
+6
*
[Wasm GC] Add TypeSSA pass (#5299)
Alon Zakai
2022-12-02
2
-0
/
+6
*
Add a placeholder closed-world flag (#5298)
Alon Zakai
2022-11-29
2
-0
/
+18
*
Remove equirecursive typing (#5240)
Thomas Lively
2022-11-23
10
-47
/
+7
*
[Wasm GC] Start an OptimizeCasts pass and reuse cast values there (#5263)
Alon Zakai
2022-11-17
2
-0
/
+4
*
Add a pass to lower sign-ext operations to MVP (#5254)
Alon Zakai
2022-11-15
2
-0
/
+6
*
[Wasm GC] Add Monomorphize pass (#5238)
Alon Zakai
2022-11-11
2
-0
/
+12
*
ReorderGlobals pass (#4904)
Alon Zakai
2022-11-02
2
-0
/
+6
*
Multi-Memories Lowering Pass (#5107)
Ashley Nelson
2022-11-01
2
-0
/
+6
*
Temporarily restore the typed-function-references flags as no-ops (#5050)
Thomas Lively
2022-09-16
9
-606
/
+658
*
Allow optimizing with global function effects (#5040)
Alon Zakai
2022-09-16
2
-0
/
+10
*
Multi-Memories wasm-split (#4977)
Ashley Nelson
2022-09-15
1
-3
/
+19
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
9
-644
/
+590
*
Add JavaScript promise integration (JSPI) pass. (#4961)
Brendan Dahl
2022-09-02
2
-0
/
+6
*
Adding Multi-Memories Wasm Feature (#4968)
Ashley Nelson
2022-08-25
9
-0
/
+36
*
Remove metadata generation from wasm-emscripten-finalize (#4863)
Sam Clegg
2022-08-07
1
-3
/
+0
*
[wasm-split] Add --print-profile option (#4771)
sps-gold
2022-07-25
1
-0
/
+6
*
Grand Unified Flow Analysis (GUFA) (#4598)
Alon Zakai
2022-07-22
2
-0
/
+18
*
[Strings] Add feature flag for Strings proposal (#4766)
Alon Zakai
2022-06-30
9
-0
/
+36
*
[Parser] Begin parsing modules (#4716)
Thomas Lively
2022-06-10
1
-0
/
+3
*
Restore and fix SpillPointers pass (#4570)
Alon Zakai
2022-06-06
2
-0
/
+6
*
Global Struct Inference pass: Infer two constants in struct.get (#4659)
Alon Zakai
2022-06-01
2
-0
/
+4
*
[Wasm GC] Signature Pruning (#4545)
Alon Zakai
2022-03-25
2
-0
/
+6
*
Add support for extended-const proposal (#4529)
Sam Clegg
2022-03-19
9
-0
/
+40
*
MergeSimilarFunctions optimization pass (#4414)
Yuta Saito
2022-03-03
2
-0
/
+6
*
Clarify in tools help message that -O == -Os. (#4516)
t4lz
2022-02-16
2
-2
/
+2
*
[wasm-split] Add an --asyncify option (#4513)
Thomas Lively
2022-02-09
1
-0
/
+5
*
Isorecursive type fuzzing (#4501)
Thomas Lively
2022-02-04
1
-0
/
+2
*
[Docs] Document wasm-ctor-eval (#4493)
Alon Zakai
2022-02-03
1
-1
/
+1
*
Remove used wasm-emscripten-finalize option `--initial-stack-pointer` (#4490)
Sam Clegg
2022-02-01
1
-3
/
+0
[next]