index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
8
-37
/
+2
*
Use new wast parser in wasm2js (#6606)
Thomas Lively
2024-05-29
41
-2445
/
+2445
*
OptimizeInstructions: Push StructNew down to help it fold away StructSets (#6...
Roberto Lublinerman
2024-05-28
1
-12
/
+54
*
[EH] Rename old EH tests from -old to -legacy (#6627)
Heejin Ahn
2024-05-28
25
-0
/
+0
*
Fix TableFill bounds checking (#6621)
Alon Zakai
2024-05-21
1
-0
/
+32
*
Fuzzer: Better fuzzing of globals (#6611)
Alon Zakai
2024-05-21
2
-63
/
+75
*
[table64] Preserve 64-bit table flag when writing binaries (#6610)
Sam Clegg
2024-05-20
1
-0
/
+11
*
SimplifyGlobals: Do not switch a get to use a global of another type (#6605)
Alon Zakai
2024-05-20
1
-0
/
+24
*
Rewrite wasm-shell to use new wast parser (#6601)
Thomas Lively
2024-05-17
7
-46
/
+33
*
Fix generate-dyncalls and directize passed under table64 (#6604)
Sam Clegg
2024-05-18
2
-0
/
+85
*
Fix GlobalRefining's handling of gets in module code and add missing validati...
Alon Zakai
2024-05-17
2
-1
/
+29
*
[Table64Lowering] Don't assume that all segments are from 64-bit tables (#6599)
Sam Clegg
2024-05-16
1
-11
/
+17
*
Fix FlatTable for table64 (#6598)
Sam Clegg
2024-05-15
1
-4
/
+12
*
Fix binary emitting of br_if with a refined value by emitting a cast (#6510)
Alon Zakai
2024-05-16
4
-64
/
+749
*
Add table64 lowering pass (#6595)
Sam Clegg
2024-05-15
4
-2
/
+70
*
OptimizeInstructions: Add missing invalidation check in consecutive equality ...
Alon Zakai
2024-05-15
1
-17
/
+245
*
[EH] Rename option/pass names for new EH (exnref) (#6592)
Heejin Ahn
2024-05-15
5
-35
/
+46
*
Debug location parser: accept arbitrary paths (#6594)
Jérôme Vouillon
2024-05-15
1
-2
/
+24
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
5
-1089
/
+162
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
15
-985
/
+455
*
LocalCSE: Fix regression from #6587 by accumulating generativity (#6591)
Alon Zakai
2024-05-15
2
-5
/
+69
*
Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)
Sam Clegg
2024-05-15
1
-7
/
+0
*
Source maps: Allow specifying that an expression has no debug info in text (...
Jérôme Vouillon
2024-05-14
2
-4
/
+41
*
LocalCSE: Ignore traps of code in between (#6588)
Alon Zakai
2024-05-14
1
-0
/
+52
*
LocalCSE: Check effects/generativity early (#6587)
Alon Zakai
2024-05-14
1
-1
/
+42
*
Simplify scratch local calculation (#6583)
Thomas Lively
2024-05-13
2
-27
/
+21
*
[Parser] Parse wast scripts (#6581)
Thomas Lively
2024-05-13
7
-23
/
+28
*
[memory64] Add table64 to existing memory64 support (#6577)
Sam Clegg
2024-05-10
5
-100
/
+203
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
45
-237
/
+291
*
[J2Cl] Make J2clOpts more effective with transitive deps in constant intializ...
Roberto Lublinerman
2024-05-09
2
-22
/
+176
*
wasm-split: Handle RefFuncs (#6513)
Alon Zakai
2024-05-08
2
-0
/
+160
*
Allow DWARF and multivalue together (#6570)
Heejin Ahn
2024-05-06
2
-0
/
+106
*
Source map fixes (#6550)
Jérôme Vouillon
2024-05-02
4
-2
/
+30
*
Respect the Web limitation on Table size (#6567)
Alon Zakai
2024-05-01
1
-0
/
+28
*
[StackIR] Support source maps and DWARF with StackIR (#6564)
Alon Zakai
2024-05-01
2
-1948
/
+1930
*
J2CLOpts: Add "precompute" and "remove-unused-brs" as additional cleanup
Roberto Lublinerman
2024-04-30
1
-0
/
+52
*
[Strings] wasm-ctor-eval: Stop on seeing a string view, which we cannot preco...
Alon Zakai
2024-04-29
1
-0
/
+32
*
Use the new wat parser in tests (#6556)
Thomas Lively
2024-04-29
5
-79
/
+94
*
[Parser] Re-use blocks instead of wrapping where possible (#6552)
Thomas Lively
2024-04-29
3
-75
/
+63
*
[Strings] Work around ref.cast not working on string views, and add fuzzing (...
Alon Zakai
2024-04-29
2
-35
/
+103
*
[jspi] Fix invalid wat in test case. (#6559)
Brendan Dahl
2024-04-29
1
-1
/
+1
*
Improve return validation (#6551)
Thomas Lively
2024-04-29
1
-0
/
+17
*
Fix a bug with unreachable control flow in IRBuilder (#6558)
Jérôme Vouillon
2024-04-29
1
-42
/
+118
*
[jspi] - Support new version of JSPI for module splitting. (#6546)
Brendan Dahl
2024-04-29
2
-111
/
+52
*
[Parser] Do not eagerly lex parens (#6540)
Thomas Lively
2024-04-25
1
-3
/
+0
*
[Strings] Fix effects of string.compare and add fuzzing (#6547)
Alon Zakai
2024-04-25
2
-33
/
+119
*
[Parser] Enable the new text parser by default (#6371)
Thomas Lively
2024-04-25
91
-1164
/
+557
*
GUFA: Handle bottom types in filterDataContents() (#6545)
Alon Zakai
2024-04-25
1
-0
/
+38
*
[Strings] Fuzz string.encode (#6539)
Alon Zakai
2024-04-25
1
-31
/
+30
*
[Strings] Implement string.measure_wtf16 in interpreter (#6535)
Alon Zakai
2024-04-24
1
-0
/
+12
[next]