summaryrefslogtreecommitdiff
path: root/test/lit/exec
Commit message (Expand)AuthorAgeFilesLines
* Execution results: JS traps on exnref on the boundary (#7147)Alon Zakai2024-12-121-0/+22
* Fuzzer: Add call-ref, call-ref-catch imports (#7137)Alon Zakai2024-12-091-1/+198
* [GC] Fix trapping on array.new_data of dropped segments of offset > 0 (#7124)Alon Zakai2024-12-021-0/+21
* Fix memory.grow bounds and overflow checks for mem64 (#7112)Thomas Lively2024-11-251-0/+12
* Add nontrapping-fptoint lowering pass (#7016)Derek Schuff2024-11-191-0/+261
* Rename memory-copy-fill-lowering pass (#7082)Derek Schuff2024-11-162-2/+2
* Introduce pass to lower memory.copy and memory.fill (#7021)Derek Schuff2024-11-132-0/+451
* [EH] Fuzz calls from JS by calling wasm exports, sometimes catching (#7067)Alon Zakai2024-11-081-1/+55
* [wasm64] Fix 32-bit address computation in execution of SIMDLoadExtend (#7068)Alon Zakai2024-11-081-0/+13
* [wasm64] Make interpreter table methods operate on Address, not Index (#7062)Alon Zakai2024-11-071-10/+45
* [wasm64] Fix 64-bit memory/table operations in interpreter (#7058)Alon Zakai2024-11-063-0/+113
* Fuzz the Table from JS (#7042)Alon Zakai2024-10-311-1/+60
* [EH] Fuzz throws from JS (#7027)Alon Zakai2024-10-232-1/+40
* [Exceptions] Finish interpreter + optimizer support for try_table. (#6814)Sébastien Doeraene2024-08-203-0/+72
* Generalize Literal::externalize/internalize for strings and shareability (#6784)Alon Zakai2024-07-291-0/+26
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-1/+1
* Fix scratch local optimizations when emitting string slice (#6649)Thomas Lively2024-06-111-0/+19
* [EH] Rename old EH tests from -old to -legacy (#6627)Heejin Ahn2024-05-283-0/+0
* Fix TableFill bounds checking (#6621)Alon Zakai2024-05-211-0/+32
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-27/+4
* Respect the Web limitation on Table size (#6567)Alon Zakai2024-05-011-0/+28
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-2/+2
* [Strings] Implement string.measure_wtf16 in interpreter (#6535)Alon Zakai2024-04-241-0/+12
* [Strings] Fuzz and interpret all relevant StringNew methods (#6526)Alon Zakai2024-04-231-0/+86
* [Strings] string.new_wtf16_array should trap if the end index is less than th...Alon Zakai2024-04-011-0/+69
* Report timeout in interpretation of AtomicWait (#6452)Thomas Lively2024-03-291-1/+1
* [Strings] Escape strings printed by fuzz-exec (#6441)Thomas Lively2024-03-261-3/+35
* StringNew: Trap on OOB start index (#6438)Alon Zakai2024-03-251-0/+53
* [Strings] Handle overflow in string.encode_wtf16_array (#6422)Alon Zakai2024-03-221-0/+38
* [Strings] Fix StringSlice end computation (#6414)Alon Zakai2024-03-211-0/+15
* Atomics: Handle timeouts in waits in the (single-threaded) interpreter (#6408)Alon Zakai2024-03-191-0/+21
* [Strings] Implement stringview_wtf16.slice (#6404)Alon Zakai2024-03-191-0/+15
* [Strings] Implement string.encode_wtf16_array (#6402)Alon Zakai2024-03-141-0/+68
* Implement dropping of active Element Segments (#6343)Alon Zakai2024-02-231-0/+104
* Fuzzer: Match the logging of i31ref between JS and C++ (#6335)Alon Zakai2024-02-221-0/+29
* Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310)Alon Zakai2024-02-201-2/+2
* Strings: Add some interpreter support (#6304)Alon Zakai2024-02-141-0/+31
* Update lit tests to parse with the new parser (#6290)Thomas Lively2024-02-081-0/+1
* [EH] Rename -eh lit test names to -eh-old (#6227)Heejin Ahn2024-01-223-0/+0
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-2015-60/+55
* Fix handling of exported imported functions (#6044)Alon Zakai2023-10-241-0/+14
* Work around a gcc 13 issue with signbit that made us not compute fmin of -0 p...Alon Zakai2023-10-041-0/+117
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-4/+4
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-1/+1
* Limit printing of Literal[s] in a general way (#5792)Alon Zakai2023-06-281-0/+43
* Fix pop assertion (#5777)Alon Zakai2023-06-201-0/+28
* [Wasm GC] Ignore GC cycle leaks in LSan (#5686)Alon Zakai2023-04-241-0/+28
* Remove the --hybrid and --nominal command line options (#5669)Thomas Lively2023-04-141-1/+1
* Fuzzer: Ignore host limits (#5536)Alon Zakai2023-03-011-0/+27
* Parse and print `array.new_fixed` (#5527)Thomas Lively2023-02-281-1/+1