summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* LocalCSE: Fix regression from #6587 by accumulating generativity (#6591)Alon Zakai2024-05-153-33/+113
* Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)Sam Clegg2024-05-158-26/+9
* Source maps: Allow specifying that an expression has no debug info in text (...Jérôme Vouillon2024-05-1411-40/+165
* [NFC] Add printing for EffectAnalyzer (#6586)Alon Zakai2024-05-143-0/+147
* LocalCSE: Ignore traps of code in between (#6588)Alon Zakai2024-05-142-1/+63
* LocalCSE: Check effects/generativity early (#6587)Alon Zakai2024-05-145-29/+116
* Simplify scratch local calculation (#6583)Thomas Lively2024-05-134-83/+92
* [Parser] Parse wast scripts (#6581)Thomas Lively2024-05-1313-26/+555
* [interp] Make memory and table handling more consistency. NFC (#6582)Sam Clegg2024-05-131-83/+73
* [memory64] Add table64 to existing memory64 support (#6577)Sam Clegg2024-05-1016-179/+375
* Fix running just a single spec test via `check.py spec --spec-test foo`. NFC...Sam Clegg2024-05-101-5/+6
* Fuzzer: Add another stringview subtyping error message to ignore (#6575)Alon Zakai2024-05-091-0/+1
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-0978-1017/+1007
* [validator] Remove indexType helper function (#6576)Sam Clegg2024-05-091-23/+18
* [J2Cl] Make J2clOpts more effective with transitive deps in constant intializ...Roberto Lublinerman2024-05-093-65/+305
* Fix CFGWalker issue in single-threaded mode (#6573)许鑫权2024-05-091-0/+2
* Fuzzer: Stop emitting nullable stringviews (#6574)Alon Zakai2024-05-083-5/+29
* wasm-split: Handle RefFuncs (#6513)Alon Zakai2024-05-083-8/+245
* Allow DWARF and multivalue together (#6570)Heejin Ahn2024-05-063-9/+135
* Source map fixes (#6550)Jérôme Vouillon2024-05-0210-27/+74
* Respect the Web limitation on Table size (#6567)Alon Zakai2024-05-017-9/+71
* [StackIR] Support source maps and DWARF with StackIR (#6564)Alon Zakai2024-05-015-1953/+1951
* J2CLOpts: Add "precompute" and "remove-unused-brs" as additional cleanupRoberto Lublinerman2024-04-302-0/+54
* [Strings] Limit string allocations like we do arrays (#6562)Alon Zakai2024-04-291-3/+8
* [Strings] wasm-ctor-eval: Stop on seeing a string view, which we cannot preco...Alon Zakai2024-04-292-0/+40
* Use the new wat parser in tests (#6556)Thomas Lively2024-04-295-79/+94
* [Parser] Re-use blocks instead of wrapping where possible (#6552)Thomas Lively2024-04-294-81/+74
* Re-enable fuzzing of text round trips (#6560)Thomas Lively2024-04-291-2/+1
* [Strings] Work around ref.cast not working on string views, and add fuzzing (...Alon Zakai2024-04-296-39/+163
* [jspi] Fix invalid wat in test case. (#6559)Brendan Dahl2024-04-291-1/+1
* [Parser][NFC] Clean up the lexer index/pos API (#6553)Thomas Lively2024-04-293-32/+30
* [NFC] Use the new wat parser in RemoveNonJSOps (#6554)Thomas Lively2024-04-291-5/+4
* Use the new wat parser in the C API (#6555)Thomas Lively2024-04-291-7/+4
* Improve return validation (#6551)Thomas Lively2024-04-292-10/+35
* Fix a bug with unreachable control flow in IRBuilder (#6558)Jérôme Vouillon2024-04-293-56/+148
* [jspi] - Support new version of JSPI for module splitting. (#6546)Brendan Dahl2024-04-293-117/+72
* [Parser] Do not eagerly lex numbers (#6544)Thomas Lively2024-04-252-293/+141
* [Parser] Do not eagerly lex strings (#6543)Thomas Lively2024-04-252-49/+25
* [Parser] Do not eagerly lex IDs (#6542)Thomas Lively2024-04-252-43/+23
* [Parser] Do not eagerly lex keywords (#6541)Thomas Lively2024-04-252-85/+56
* [Parser] Do not eagerly lex parens (#6540)Thomas Lively2024-04-254-69/+36
* [Strings] Fix effects of string.compare and add fuzzing (#6547)Alon Zakai2024-04-255-45/+153
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-2594-1168/+567
* GUFA: Handle bottom types in filterDataContents() (#6545)Alon Zakai2024-04-252-1/+45
* [Strings] Fuzz string.encode (#6539)Alon Zakai2024-04-253-46/+82
* Do not add an extra null character when reading files (#6538)Thomas Lively2024-04-245-11/+5
* Fuzzer: Update the typeLocals data structure before mutation (#6537)Alon Zakai2024-04-242-2/+20
* [Strings] Implement string.measure_wtf16 in interpreter (#6535)Alon Zakai2024-04-242-1/+13
* Add a flag to opt in to the old WAT parser (#6536)Thomas Lively2024-04-243-0/+35
* Comment out test failing on windows (#6534)Thomas Lively2024-04-241-0/+0