Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
HEAD
74ae98b
Fix regression from #7822 about exnrefs with nulls and unknowns (#7835)
by Alon Zakai
· 11 hours ago
main
f9d4be9
Fuzzer: Improve handling of small inputs and their debugging (#7832)
by Alon Zakai
· 16 hours ago
ea62172
[Stack Switching] Support Continuations in TypeMerging (#7831)
by Alon Zakai
· 16 hours ago
3a38c07
[Stack Switching] Handle resuming a null (#7833)
by Alon Zakai
· 16 hours ago
5602876
[Strings] Be stricter when checking builtin types (#7829)
by Thomas Lively
· 17 hours ago
fe461a4
Disable stack switching when GC is disabled in the fuzzer (#7830)
by Alon Zakai
· 18 hours ago
8dca624
[Stack Switching] Fix all the execution-results.h places missing a clear of the continuation store (#7828)
by Alon Zakai
· 34 hours ago
7f75140
[Stack Switching] Throw on trying to suspend through JS (#7825)
by Alon Zakai
· 2 days ago
3812783
[NFC] Use ParentIndexIterator in SmallVector (#7826)
by Thomas Lively
· 2 days ago
4d9f6f5
[Stack Switching] Fix GUFA on continuations (#7824)
by Alon Zakai
· 2 days ago
2a608fd
ClusterFuzz updates [NFC] (#7821)
by Alon Zakai
· 3 days ago
3133a28
[Stack Switching] Reset the continuation state in --fuzz-exec on unhandled suspends (#7823)
by Alon Zakai
· 3 days ago
0f58d24
[NFC] Refactor GUFA's NullLocation and CaughtExnRefLocation into RootLocation (#7822)
by Alon Zakai
· 3 days ago
cdda336
[Stack Switching] Ignore attempts to stash resume info for suspends without a continuation (#7819)
by Alon Zakai
· 3 days ago
3b4856e
[Stack Switching] Add some tests (#7818)
by Alon Zakai
· 3 days ago
79b76ca
[NFC] Use principal types in ChildTyper (#7816)
by Thomas Lively
· 4 days ago
819a39f
[wasm-split] Support --placeholdermap for --multi-split (#7792)
by Heejin Ahn
· 4 days ago
5dae9f4
[Stack Switching] Implement resume_throw in the interpreter (#7815)
by Alon Zakai
· 4 days ago
9fe0d16
[NFC] Update ChildTyper callback for unknown constaints (#7814)
by Thomas Lively
· 5 days ago
425cd4d
[Fuzzer] Do not make local.get without function context (#7813)
by Thomas Lively
· 5 days ago
91f38e9
[Stack Switching] Fix validation of cont.* that receive nullref inputs (#7809)
by Alon Zakai
· 5 days ago
8d4f96e
Require specific array types for string ops (#7810)
by Thomas Lively
· 5 days ago
48be223
[wasm-split] Do not create duplicate trampolines (#7807)
by Heejin Ahn
· 7 days ago
0e68ed9
[Custom Descriptors] Fuzz tests with br_on_cast_desc (#7811)
by Thomas Lively
· 7 days ago
05aac53
Precompute: Do not cache calculations that ignore effects (#7808)
by Alon Zakai
· 8 days ago
8d72140
[Stack Switching] Handle nested continuations (#7803)
by Alon Zakai
· 8 days ago
12f88e3
[wasm-split] Preserve explicit names for trampolines (#7805)
by Heejin Ahn
· 8 days ago
96a5a0c
[NFC] Remove a goto (#7804)
by Thomas Lively
· 8 days ago
32539d4
[Outlining] Test stringify-walker and fix Ifs (#7800)
by Thomas Lively
· 9 days ago
f99c826
[Stack Switching] Support cross-module coroutine calls in the interpreter (#7797)
by Alon Zakai
· 9 days ago
bf564b5
[wasm-dis] Enable all features for printing (#7802)
by Heejin Ahn
· 9 days ago
9181f9f
[Stack Switching] Handle imported tags properly (#7801)
by Alon Zakai
· 9 days ago
e81f964
[NFC][Outlining] Consolidate code (#7799)
by Thomas Lively
· 10 days ago
927f898
[Custom Descriptors] Enable fuzzing (#7796)
by Thomas Lively
· 10 days ago
1866114
[Stack Switching] Handle null children consistently as in call_ref (#7794)
by Alon Zakai
· 10 days ago
f6d887e
[Stack Switching] Implement the simple case of cont.bind (#7793)
by Alon Zakai
· 10 days ago
6986a9b
Add unused-descriptors.wast to fuzzer ignore list (#7795)
by Thomas Lively
· 10 days ago
21464e7
[Custom Descriptors] Validate features in TypeBuilder (#7790)
by Thomas Lively
· 11 days ago
73be9dc
Support cross-module calls in the interpreter (#7787)
by Alon Zakai
· 11 days ago
25d3540
[wasm-split] Support --symbolmap for --multi-split (#7791)
by Heejin Ahn
· 11 days ago
baa841a
[Custom Descriptors] Handle traps in instantiation in Merge fuzz handler (#7784)
by Thomas Lively
· 11 days ago
1d6320a
[Stack Switching] Update continuation types based on resume tag & target block (#7786)
by Alon Zakai
· 11 days ago
b28ab39
Fix determinism of ClusterFuzz fuzz handler (#7788)
by Thomas Lively
· 11 days ago
9f93631
[wasm-split] Support --no-placeholders option in multi-split (#7789)
by Heejin Ahn
· 11 days ago
8ad26cb
[Stack Switching] Support call_indirect (#7783)
by Alon Zakai
· 11 days ago
d4b7bdb
[wasm-split] Add an assert (NFC) (#7782)
by Heejin Ahn
· 11 days ago
5c9dfac
[wasm-split] Support --emit-module-names and --emit-text for multi-split (#7781)
by Heejin Ahn
· 11 days ago
62dae74
[Stack Switching] Supporting sending/receiving values from continuations (#7775)
by Alon Zakai
· 12 days ago
d752025
Principal Types: Add signature interop (#7777)
by Alon Zakai
· 12 days ago
0ce9157
[wasm-split] Remove ANSI codes from wast output (#7780)
by Heejin Ahn
· 12 days ago
f15deac
[Relaxed SIMD] Add missing relaxed entries in features.h (#7778)
by Alon Zakai
· 12 days ago
8b778c5
[NFC-ish] Refactor away callTable (#7776)
by Alon Zakai
· 12 days ago
3ab6e80
[wasm-split] Don't always minimizee export names in multi-split (#7779)
by Heejin Ahn
· 12 days ago
96362eb
Fix SubtypingDiscoverer with shared i31 (#7774)
by Thomas Lively
· 2 weeks ago
adabf63
[Stack Switching] Add basic support for resume/suspend in the interpreter (#7771)
by Alon Zakai
· 2 weeks ago
fc6a797
[Custom Descriptors] Consider desc effects in HeapStoreOptimization (#7772)
by Thomas Lively
· 2 weeks ago
15b4ffd
Reduce max interpreter depth from 250 to 200 (#7770)
by Alon Zakai
· 2 weeks ago
53ab5f5
[Custom Descriptors] Fix allocations with optimized descs in AbstractTypeRefining (#7769)
by Thomas Lively
· 2 weeks ago
981cf69
[Custom Descriptors] Fix AbstractTypeRefining for exact casts (#7768)
by Thomas Lively
· 2 weeks ago
b7b18a8
[NFC] Simplify interpreter debugging, and cleanups (#7767)
by Alon Zakai
· 3 weeks ago
97e0ecf
Precompute: Avoid caching heap values of partial precomputations (#7766)
by Alon Zakai
· 3 weeks ago
b75c885
[Custom Descriptors] Fix TypeMerging topological sort (#7764)
by Thomas Lively
· 3 weeks ago
5ca16fe
[NFC] Avoid repeated work in Precompute of GC allocations (#7763)
by Alon Zakai
· 3 weeks ago
2c9103e
Fix HeapStoreOptimization on struct.new traps due to null descriptors (#7761)
by Alon Zakai
· 3 weeks ago
f8e164d
[Custom Descriptors] Edge case in Heap2Local (#7755)
by Thomas Lively
· 3 weeks ago
4ead624
[wasm-split] Allow --import-namespace in --multi-split mode (#7758)
by Heejin Ahn
· 3 weeks ago
70fca92
Pause requires shared-everything (#7754)
by Thomas Lively
· 3 weeks ago
f04073d
[NFC] Move j2cl test with descriptors to new file (#7753)
by Thomas Lively
· 3 weeks ago
7bee1a1
Implement pause (#7751)
by Thomas Lively
· 3 weeks ago
9b8259b
[Custom Descriptors] Preserve traps in AbstractTypeRefining (#7752)
by Thomas Lively
· 3 weeks ago
a03f002
[BranchHints] Fuzz branch hints (#7704)
by Alon Zakai
· 3 weeks ago
07860ff
[NFC] Add comments to RemoveUnusedModuleElements + renamings (#7750)
by Alon Zakai
· 3 weeks ago
fa18bdd
Update J2CLItableMerging to consider custom descriptors (#7729)
by mason-lgtm
· 3 weeks ago
d5e8918
[Custom Descriptors] Handle nullable ref.cast_desc in Heap2Local (#7744)
by Thomas Lively
· 3 weeks ago
e3798b4
[NFC] Simplify abstract heap type LUB (#7749)
by Thomas Lively
· 3 weeks ago
4844d90
[Custom Descriptors] Ensure descriptor validity in Unsubtyping (#7743)
by Thomas Lively
· 3 weeks ago
bd1e685
[Metadce] Report removed imports due to RemoveUnusedModuleElements (#7748)
by Alon Zakai
· 3 weeks ago
9570477
[Custom Descriptors] Fix desc casts in AbstractTypeRefining (#7742)
by Thomas Lively
· 3 weeks ago
6c54803
Fix skipping of nested/internal passes (#7741)
by Alon Zakai
· 4 weeks ago
90e98db
Improve ReFinalize::replaceUntaken (#7740)
by Thomas Lively
· 4 weeks ago
dd473d4
Track indirect call types in RemoveUnusedModuleElements (#7728)
by Alon Zakai
· 4 weeks ago
452e3ee
Fix undefined behavior in construction of wasm::NameType (#7736)
by Derek Mauro
· 4 weeks ago
d97dae9
Revert part of #7715: Ignore metadata in function comparisons (#7737)
by Alon Zakai
· 4 weeks ago
ca59e79
[Custom Descriptors] Effects for br_on_cast_desc (#7739)
by Thomas Lively
· 4 weeks ago
8fd7cef
[Custom Descriptors] Optimize descriptors in AbstractTypeRefining (#7738)
by Thomas Lively
· 4 weeks ago
a84b026
Do not rewrite supertypes in AbstractTypeRefining (#7720)
by Thomas Lively
· 4 weeks ago
b440e68
[NFC] Speed up Unsubtyping (#7734)
by Thomas Lively
· 4 weeks ago
ce799f5
Assert unreachable cases in getBasicHeapTypeLUB (#7735)
by Matthias Liedtke
· 4 weeks ago
6f4e4f7
[Debug Info] Prioritize optimization over debug info in metadata comparisons (#7732)
by Alon Zakai
· 4 weeks ago
c303248
[Custom Descriptors] Optimize branching descriptor casts (#7727)
by Thomas Lively
· 4 weeks ago
dcaf833
[Custom Descriptors] Fix ref.cast_desc of i31ref (#7719)
by Thomas Lively
· 5 weeks ago
93399c3
[Custom Descriptors] Optimize ref.cast_desc (#7718)
by Thomas Lively
· 5 weeks ago
c017f8d
[Branch Hints] Fix DuplicateFunctionElimination and function comparisons (#7715)
by Alon Zakai
· 5 weeks ago
e20ea41
[Custom Descriptors] Fix ref.cast_desc branching descriptors (#7717)
by Thomas Lively
· 5 weeks ago
025ed9f
[Branch Hinting] Fix Inlining's flipping of ifs, and add hint copying (#7714)
by Alon Zakai
· 5 weeks ago
f7c2851
[Branch Hints] Fix if hint flip in Vacuum (#7713)
by Alon Zakai
· 5 weeks ago
fc29e30
[Branch Hints] Fix if hint flip in OptimizeInstructions (#7711)
by Alon Zakai
· 5 weeks ago
e652f79
[Custom Descriptors] Do not optimize in AbstractTypeRefining (#7710)
by Thomas Lively
· 5 weeks ago
1d2e23d
[Custom Descriptors] Merge descriptors correctly (#7709)
by Thomas Lively
· 5 weeks ago
ad67cf4
Binary Reading: Avoid overlapping internal names between imports and non-imports (#7700)
by Alon Zakai
· 5 weeks ago
Next »