index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
LocalCSE: Fix regression from #6587 by accumulating generativity (#6591)
Alon Zakai
2024-05-15
3
-33
/
+113
*
Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)
Sam Clegg
2024-05-15
8
-26
/
+9
*
Source maps: Allow specifying that an expression has no debug info in text (...
Jérôme Vouillon
2024-05-14
11
-40
/
+165
*
[NFC] Add printing for EffectAnalyzer (#6586)
Alon Zakai
2024-05-14
3
-0
/
+147
*
LocalCSE: Ignore traps of code in between (#6588)
Alon Zakai
2024-05-14
2
-1
/
+63
*
LocalCSE: Check effects/generativity early (#6587)
Alon Zakai
2024-05-14
5
-29
/
+116
*
Simplify scratch local calculation (#6583)
Thomas Lively
2024-05-13
4
-83
/
+92
*
[Parser] Parse wast scripts (#6581)
Thomas Lively
2024-05-13
13
-26
/
+555
*
[interp] Make memory and table handling more consistency. NFC (#6582)
Sam Clegg
2024-05-13
1
-83
/
+73
*
[memory64] Add table64 to existing memory64 support (#6577)
Sam Clegg
2024-05-10
16
-179
/
+375
*
Fix running just a single spec test via `check.py spec --spec-test foo`. NFC...
Sam Clegg
2024-05-10
1
-5
/
+6
*
Fuzzer: Add another stringview subtyping error message to ignore (#6575)
Alon Zakai
2024-05-09
1
-0
/
+1
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
78
-1017
/
+1007
*
[validator] Remove indexType helper function (#6576)
Sam Clegg
2024-05-09
1
-23
/
+18
*
[J2Cl] Make J2clOpts more effective with transitive deps in constant intializ...
Roberto Lublinerman
2024-05-09
3
-65
/
+305
*
Fix CFGWalker issue in single-threaded mode (#6573)
许鑫权
2024-05-09
1
-0
/
+2
*
Fuzzer: Stop emitting nullable stringviews (#6574)
Alon Zakai
2024-05-08
3
-5
/
+29
*
wasm-split: Handle RefFuncs (#6513)
Alon Zakai
2024-05-08
3
-8
/
+245
*
Allow DWARF and multivalue together (#6570)
Heejin Ahn
2024-05-06
3
-9
/
+135
*
Source map fixes (#6550)
Jérôme Vouillon
2024-05-02
10
-27
/
+74
*
Respect the Web limitation on Table size (#6567)
Alon Zakai
2024-05-01
7
-9
/
+71
*
[StackIR] Support source maps and DWARF with StackIR (#6564)
Alon Zakai
2024-05-01
5
-1953
/
+1951
*
J2CLOpts: Add "precompute" and "remove-unused-brs" as additional cleanup
Roberto Lublinerman
2024-04-30
2
-0
/
+54
*
[Strings] Limit string allocations like we do arrays (#6562)
Alon Zakai
2024-04-29
1
-3
/
+8
*
[Strings] wasm-ctor-eval: Stop on seeing a string view, which we cannot preco...
Alon Zakai
2024-04-29
2
-0
/
+40
*
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
4
-81
/
+74
*
Re-enable fuzzing of text round trips (#6560)
Thomas Lively
2024-04-29
1
-2
/
+1
*
[Strings] Work around ref.cast not working on string views, and add fuzzing (...
Alon Zakai
2024-04-29
6
-39
/
+163
*
[jspi] Fix invalid wat in test case. (#6559)
Brendan Dahl
2024-04-29
1
-1
/
+1
*
[Parser][NFC] Clean up the lexer index/pos API (#6553)
Thomas Lively
2024-04-29
3
-32
/
+30
*
[NFC] Use the new wat parser in RemoveNonJSOps (#6554)
Thomas Lively
2024-04-29
1
-5
/
+4
*
Use the new wat parser in the C API (#6555)
Thomas Lively
2024-04-29
1
-7
/
+4
*
Improve return validation (#6551)
Thomas Lively
2024-04-29
2
-10
/
+35
*
Fix a bug with unreachable control flow in IRBuilder (#6558)
Jérôme Vouillon
2024-04-29
3
-56
/
+148
*
[jspi] - Support new version of JSPI for module splitting. (#6546)
Brendan Dahl
2024-04-29
3
-117
/
+72
*
[Parser] Do not eagerly lex numbers (#6544)
Thomas Lively
2024-04-25
2
-293
/
+141
*
[Parser] Do not eagerly lex strings (#6543)
Thomas Lively
2024-04-25
2
-49
/
+25
*
[Parser] Do not eagerly lex IDs (#6542)
Thomas Lively
2024-04-25
2
-43
/
+23
*
[Parser] Do not eagerly lex keywords (#6541)
Thomas Lively
2024-04-25
2
-85
/
+56
*
[Parser] Do not eagerly lex parens (#6540)
Thomas Lively
2024-04-25
4
-69
/
+36
*
[Strings] Fix effects of string.compare and add fuzzing (#6547)
Alon Zakai
2024-04-25
5
-45
/
+153
*
[Parser] Enable the new text parser by default (#6371)
Thomas Lively
2024-04-25
94
-1168
/
+567
*
GUFA: Handle bottom types in filterDataContents() (#6545)
Alon Zakai
2024-04-25
2
-1
/
+45
*
[Strings] Fuzz string.encode (#6539)
Alon Zakai
2024-04-25
3
-46
/
+82
*
Do not add an extra null character when reading files (#6538)
Thomas Lively
2024-04-24
5
-11
/
+5
*
Fuzzer: Update the typeLocals data structure before mutation (#6537)
Alon Zakai
2024-04-24
2
-2
/
+20
*
[Strings] Implement string.measure_wtf16 in interpreter (#6535)
Alon Zakai
2024-04-24
2
-1
/
+13
*
Add a flag to opt in to the old WAT parser (#6536)
Thomas Lively
2024-04-24
3
-0
/
+35
*
Comment out test failing on windows (#6534)
Thomas Lively
2024-04-24
1
-0
/
+0
[next]