summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [Parser] Support prologue and epilogue sourcemap annotations (#6370)Thomas Lively2024-03-041-1/+11
* Typed continuations: cont.bind instructions (#6365)Frank Emrich2024-03-042-123/+245
* [Parser] Support inline data in 64-bit memory declarations (#6364)Thomas Lively2024-02-291-1/+11
* [Parser] Do not require a memory for GC string ops (#6363)Thomas Lively2024-02-291-0/+1
* [NFC] Add the type of the Expression when eliding it (#6362)Alon Zakai2024-02-2829-67/+67
* C API: Support adding data segments individually (#6346)Lingming Zhang2024-02-282-0/+10
* [Outlining] Fixes break reconstruction (#6352)Ashley Nelson2024-02-271-0/+100
* SubtypingDiscoverer: Differentiate non-flow subtyping constraints (#6344)Alon Zakai2024-02-271-0/+103
* [StringLowering] Lower `stringview_wtf16.get_codeunit` to `charCodeAt` (#6353)Thomas Lively2024-02-262-4/+4
* [Parser] Parse annotations, including source map comments (#6345)Thomas Lively2024-02-261-0/+66
* Implement dropping of active Element Segments (#6343)Alon Zakai2024-02-231-0/+104
* Typed continuations: cont.new instructions (#6308)Frank Emrich2024-02-222-10/+91
* Fuzzer: Match the logging of i31ref between JS and C++ (#6335)Alon Zakai2024-02-221-0/+29
* Validator: ArrayNew|InitData require Bulk Memory (#6331)Alon Zakai2024-02-212-0/+52
* Improve JSON string encoding (#6328)Thomas Lively2024-02-211-5/+16
* [NFC] DeNaN: Avoid calls on constants (#6326)Alon Zakai2024-02-212-4/+37
* Fuzzer: Add a pass to prune illegal imports and exports for JS (#6312)Alon Zakai2024-02-203-0/+218
* Fuzzer: Add SIMD support to DeNaN (#6318)Alon Zakai2024-02-201-0/+131
* [NFC] Use SubtypingDiscoverer in StringLowering (#6325)Alon Zakai2024-02-201-0/+4
* Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310)Alon Zakai2024-02-208-211/+7
* Validate function imports (#6315)Alon Zakai2024-02-201-0/+9
* StringLowering: Escape the JSON in the custom section (#6316)Alon Zakai2024-02-202-4/+36
* [Parser] Simplify the lexer interface (#6319)Thomas Lively2024-02-201-1432/+831
* StringLowering: Lower nulls in call params (#6317)Alon Zakai2024-02-201-30/+44
* StringLowering: Properly handle nullable inputs to StringAs (#6307)Alon Zakai2024-02-141-5/+36
* StringLowering: Fix up nulls written to struct.new fields (#6306)Alon Zakai2024-02-141-30/+75
* Strings: Add some interpreter support (#6304)Alon Zakai2024-02-141-0/+31
* StringLowering: Use an array16 type in its own rec group (#6302)Alon Zakai2024-02-131-43/+118
* Fix --spill-pointers for the stack growing down (#6294)YAMAMOTO Takashi2024-02-131-190/+266
* StringLowering: Hack around if issue with bottom types (#6303)Alon Zakai2024-02-131-28/+77
* StringLowering: Modify string=>extern also in public types (#6301)Alon Zakai2024-02-131-31/+73
* Precompute: Optimize array.len (#6299)Alon Zakai2024-02-123-21/+103
* [Parser] Parse `resume` (#6295)Thomas Lively2024-02-091-142/+202
* [Parser] Support references to struct fields by name (#6293)Thomas Lively2024-02-081-88/+114
* Update lit tests to parse with the new parser (#6290)Thomas Lively2024-02-0838-84/+128
* Remove support for legacy stringref text syntax (#6289)Thomas Lively2024-02-081-189/+9
* Add package.json for unit tests (#6245)Alon Zakai2024-02-082-0/+4
* Add a pass to propagate global constants to other globals (#6287)Alon Zakai2024-02-084-2/+119
* StringLowering: Lower all remaining important string operations (#6283)Alon Zakai2024-02-082-31/+183
* [Parser] Do not involve IRBuilder for imported functions (#6286)Thomas Lively2024-02-071-2/+2
* SimplifyGlobals: Propagate constant globals into nested gets in other globals...Alon Zakai2024-02-071-0/+27
* Get more tests working with the new text parser (#6284)Thomas Lively2024-02-0727-57/+61
* StringLowering: Start to lower instructions (#6281)Alon Zakai2024-02-062-0/+115
* Properly stringify names in tests (#6279)Thomas Lively2024-02-0612-183/+213
* [Parser] Support string-style identifiers (#6278)Thomas Lively2024-02-062-3/+35
* Make `array.new_fixed` length annotations mandatory (#6277)Thomas Lively2024-02-061-36/+0
* [EH] Add --experimental-new-eh option to wasm-opt (#6270)Heejin Ahn2024-02-062-0/+37
* StringLowering pass (#6271)Alon Zakai2024-02-054-0/+75
* wasm-ctor-eval: Properly eval strings (#6276)Alon Zakai2024-02-051-4/+3
* [Parser] Parse v128.const (#6275)Thomas Lively2024-02-051-2/+37