summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete parser code (#6607)Thomas Lively2024-05-298-37/+2
* Use new wast parser in wasm2js (#6606)Thomas Lively2024-05-2941-2445/+2445
* OptimizeInstructions: Push StructNew down to help it fold away StructSets (#6...Roberto Lublinerman2024-05-281-12/+54
* [EH] Rename old EH tests from -old to -legacy (#6627)Heejin Ahn2024-05-2825-0/+0
* Fix TableFill bounds checking (#6621)Alon Zakai2024-05-211-0/+32
* Fuzzer: Better fuzzing of globals (#6611)Alon Zakai2024-05-212-63/+75
* [table64] Preserve 64-bit table flag when writing binaries (#6610)Sam Clegg2024-05-201-0/+11
* SimplifyGlobals: Do not switch a get to use a global of another type (#6605)Alon Zakai2024-05-201-0/+24
* Rewrite wasm-shell to use new wast parser (#6601)Thomas Lively2024-05-177-46/+33
* Fix generate-dyncalls and directize passed under table64 (#6604)Sam Clegg2024-05-182-0/+85
* Fix GlobalRefining's handling of gets in module code and add missing validati...Alon Zakai2024-05-172-1/+29
* [Table64Lowering] Don't assume that all segments are from 64-bit tables (#6599)Sam Clegg2024-05-161-11/+17
* Fix FlatTable for table64 (#6598)Sam Clegg2024-05-151-4/+12
* Fix binary emitting of br_if with a refined value by emitting a cast (#6510)Alon Zakai2024-05-164-64/+749
* Add table64 lowering pass (#6595)Sam Clegg2024-05-154-2/+70
* OptimizeInstructions: Add missing invalidation check in consecutive equality ...Alon Zakai2024-05-151-17/+245
* [EH] Rename option/pass names for new EH (exnref) (#6592)Heejin Ahn2024-05-155-35/+46
* Debug location parser: accept arbitrary paths (#6594)Jérôme Vouillon2024-05-151-2/+24
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-155-1089/+162
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-1515-985/+455
* LocalCSE: Fix regression from #6587 by accumulating generativity (#6591)Alon Zakai2024-05-152-5/+69
* Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)Sam Clegg2024-05-151-7/+0
* Source maps: Allow specifying that an expression has no debug info in text (...Jérôme Vouillon2024-05-142-4/+41
* LocalCSE: Ignore traps of code in between (#6588)Alon Zakai2024-05-141-0/+52
* LocalCSE: Check effects/generativity early (#6587)Alon Zakai2024-05-141-1/+42
* Simplify scratch local calculation (#6583)Thomas Lively2024-05-132-27/+21
* [Parser] Parse wast scripts (#6581)Thomas Lively2024-05-137-23/+28
* [memory64] Add table64 to existing memory64 support (#6577)Sam Clegg2024-05-105-100/+203
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-0945-237/+291
* [J2Cl] Make J2clOpts more effective with transitive deps in constant intializ...Roberto Lublinerman2024-05-092-22/+176
* wasm-split: Handle RefFuncs (#6513)Alon Zakai2024-05-082-0/+160
* Allow DWARF and multivalue together (#6570)Heejin Ahn2024-05-062-0/+106
* Source map fixes (#6550)Jérôme Vouillon2024-05-024-2/+30
* Respect the Web limitation on Table size (#6567)Alon Zakai2024-05-011-0/+28
* [StackIR] Support source maps and DWARF with StackIR (#6564)Alon Zakai2024-05-012-1948/+1930
* J2CLOpts: Add "precompute" and "remove-unused-brs" as additional cleanupRoberto Lublinerman2024-04-301-0/+52
* [Strings] wasm-ctor-eval: Stop on seeing a string view, which we cannot preco...Alon Zakai2024-04-291-0/+32
* 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-293-75/+63
* [Strings] Work around ref.cast not working on string views, and add fuzzing (...Alon Zakai2024-04-292-35/+103
* [jspi] Fix invalid wat in test case. (#6559)Brendan Dahl2024-04-291-1/+1
* Improve return validation (#6551)Thomas Lively2024-04-291-0/+17
* Fix a bug with unreachable control flow in IRBuilder (#6558)Jérôme Vouillon2024-04-291-42/+118
* [jspi] - Support new version of JSPI for module splitting. (#6546)Brendan Dahl2024-04-292-111/+52
* [Parser] Do not eagerly lex parens (#6540)Thomas Lively2024-04-251-3/+0
* [Strings] Fix effects of string.compare and add fuzzing (#6547)Alon Zakai2024-04-252-33/+119
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-2591-1164/+557
* GUFA: Handle bottom types in filterDataContents() (#6545)Alon Zakai2024-04-251-0/+38
* [Strings] Fuzz string.encode (#6539)Alon Zakai2024-04-251-31/+30
* [Strings] Implement string.measure_wtf16 in interpreter (#6535)Alon Zakai2024-04-241-0/+12