summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* LocalCSE: Fix regression from #6587 by accumulating generativity (#6591)Alon Zakai2024-05-151-28/+44
* Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)Sam Clegg2024-05-157-19/+9
* Source maps: Allow specifying that an expression has no debug info in text (...Jérôme Vouillon2024-05-148-36/+95
* [NFC] Add printing for EffectAnalyzer (#6586)Alon Zakai2024-05-143-0/+147
* LocalCSE: Ignore traps of code in between (#6588)Alon Zakai2024-05-141-1/+11
* LocalCSE: Check effects/generativity early (#6587)Alon Zakai2024-05-144-28/+74
* Simplify scratch local calculation (#6583)Thomas Lively2024-05-132-56/+71
* [Parser] Parse wast scripts (#6581)Thomas Lively2024-05-136-3/+527
* [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-1011-79/+172
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-0932-780/+703
* [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-091-43/+129
* Fix CFGWalker issue in single-threaded mode (#6573)许鑫权2024-05-091-0/+2
* Fuzzer: Stop emitting nullable stringviews (#6574)Alon Zakai2024-05-082-5/+26
* wasm-split: Handle RefFuncs (#6513)Alon Zakai2024-05-081-8/+85
* Allow DWARF and multivalue together (#6570)Heejin Ahn2024-05-061-9/+29
* Source map fixes (#6550)Jérôme Vouillon2024-05-026-25/+44
* Respect the Web limitation on Table size (#6567)Alon Zakai2024-05-016-9/+43
* [StackIR] Support source maps and DWARF with StackIR (#6564)Alon Zakai2024-05-013-5/+21
* J2CLOpts: Add "precompute" and "remove-unused-brs" as additional cleanupRoberto Lublinerman2024-04-301-0/+2
* [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-291-0/+8
* [Parser] Re-use blocks instead of wrapping where possible (#6552)Thomas Lively2024-04-291-6/+11
* [Strings] Work around ref.cast not working on string views, and add fuzzing (...Alon Zakai2024-04-293-4/+52
* [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-291-10/+18
* Fix a bug with unreachable control flow in IRBuilder (#6558)Jérôme Vouillon2024-04-292-14/+30
* [jspi] - Support new version of JSPI for module splitting. (#6546)Brendan Dahl2024-04-291-6/+20
* [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-253-66/+36
* [Strings] Fix effects of string.compare and add fuzzing (#6547)Alon Zakai2024-04-253-12/+34
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-252-1/+3
* GUFA: Handle bottom types in filterDataContents() (#6545)Alon Zakai2024-04-251-1/+7
* [Strings] Fuzz string.encode (#6539)Alon Zakai2024-04-252-15/+52
* 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-241-1/+1
* Add a flag to opt in to the old WAT parser (#6536)Thomas Lively2024-04-241-0/+7
* [Parser] Use the new parser in wasm-shell and wasm-as (#6529)Thomas Lively2024-04-246-74/+136
* [wasm-shell] Error on unknown commands (#6528)Thomas Lively2024-04-241-0/+2
* [Strings] Fuzzer: Emit StringConcat (#6532)Alon Zakai2024-04-242-67/+90
* [Strings] Do not reuse mutable globals in StringGathering (#6531)Alon Zakai2024-04-241-1/+2
* Fuzzer: Compare strings (#6530)Alon Zakai2024-04-241-11/+15
* Source maps: Fix missing debug info in nested blocks (#6525)Jérôme Vouillon2024-04-241-0/+1