index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
LocalCSE: Fix regression from #6587 by accumulating generativity (#6591)
Alon Zakai
2024-05-15
1
-28
/
+44
*
Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)
Sam Clegg
2024-05-15
7
-19
/
+9
*
Source maps: Allow specifying that an expression has no debug info in text (...
Jérôme Vouillon
2024-05-14
8
-36
/
+95
*
[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
1
-1
/
+11
*
LocalCSE: Check effects/generativity early (#6587)
Alon Zakai
2024-05-14
4
-28
/
+74
*
Simplify scratch local calculation (#6583)
Thomas Lively
2024-05-13
2
-56
/
+71
*
[Parser] Parse wast scripts (#6581)
Thomas Lively
2024-05-13
6
-3
/
+527
*
[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
11
-79
/
+172
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
32
-780
/
+703
*
[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
1
-43
/
+129
*
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
2
-5
/
+26
*
wasm-split: Handle RefFuncs (#6513)
Alon Zakai
2024-05-08
1
-8
/
+85
*
Allow DWARF and multivalue together (#6570)
Heejin Ahn
2024-05-06
1
-9
/
+29
*
Source map fixes (#6550)
Jérôme Vouillon
2024-05-02
6
-25
/
+44
*
Respect the Web limitation on Table size (#6567)
Alon Zakai
2024-05-01
6
-9
/
+43
*
[StackIR] Support source maps and DWARF with StackIR (#6564)
Alon Zakai
2024-05-01
3
-5
/
+21
*
J2CLOpts: Add "precompute" and "remove-unused-brs" as additional cleanup
Roberto Lublinerman
2024-04-30
1
-0
/
+2
*
[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
1
-0
/
+8
*
[Parser] Re-use blocks instead of wrapping where possible (#6552)
Thomas Lively
2024-04-29
1
-6
/
+11
*
[Strings] Work around ref.cast not working on string views, and add fuzzing (...
Alon Zakai
2024-04-29
3
-4
/
+52
*
[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
1
-10
/
+18
*
Fix a bug with unreachable control flow in IRBuilder (#6558)
Jérôme Vouillon
2024-04-29
2
-14
/
+30
*
[jspi] - Support new version of JSPI for module splitting. (#6546)
Brendan Dahl
2024-04-29
1
-6
/
+20
*
[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
3
-66
/
+36
*
[Strings] Fix effects of string.compare and add fuzzing (#6547)
Alon Zakai
2024-04-25
3
-12
/
+34
*
[Parser] Enable the new text parser by default (#6371)
Thomas Lively
2024-04-25
2
-1
/
+3
*
GUFA: Handle bottom types in filterDataContents() (#6545)
Alon Zakai
2024-04-25
1
-1
/
+7
*
[Strings] Fuzz string.encode (#6539)
Alon Zakai
2024-04-25
2
-15
/
+52
*
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
1
-1
/
+1
*
Add a flag to opt in to the old WAT parser (#6536)
Thomas Lively
2024-04-24
1
-0
/
+7
*
[Parser] Use the new parser in wasm-shell and wasm-as (#6529)
Thomas Lively
2024-04-24
6
-74
/
+136
*
[wasm-shell] Error on unknown commands (#6528)
Thomas Lively
2024-04-24
1
-0
/
+2
*
[Strings] Fuzzer: Emit StringConcat (#6532)
Alon Zakai
2024-04-24
2
-67
/
+90
*
[Strings] Do not reuse mutable globals in StringGathering (#6531)
Alon Zakai
2024-04-24
1
-1
/
+2
*
Fuzzer: Compare strings (#6530)
Alon Zakai
2024-04-24
1
-11
/
+15
*
Source maps: Fix missing debug info in nested blocks (#6525)
Jérôme Vouillon
2024-04-24
1
-0
/
+1
[next]