summaryrefslogtreecommitdiff
path: root/test/lit/basic
Commit message (Expand)AuthorAgeFilesLines
* Support atomic struct accessors (#7155)Thomas Lively2024-12-181-0/+149
* Use IRBuilder in the binary parser (#6963)Thomas Lively2024-11-2613-868/+879
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-211-3/+3
* Use hints when generating fresh labels in IRBuilder (#7086)Thomas Lively2024-11-181-19/+19
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-1410-101/+0
* Fixup pops when necessary in IRBuilder (#7075)Thomas Lively2024-11-131-0/+209
* Consolidate printing of function signatures (#7073)Thomas Lively2024-11-121-0/+22
* [EH][GC] Send a non-nullable exnref from TryTable (#7013)Alon Zakai2024-10-171-0/+27
* [FP16] Implement conversion operations. (#6974)Brendan Dahl2024-09-261-0/+87
* Fix supertype counts when collecting heap types (#6905)Thomas Lively2024-09-051-44/+38
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-042-77/+77
* [FP16] Implement madd and nmadd. (#6878)Brendan Dahl2024-09-031-30/+96
* Rename relaxed SIMD fma instructions to match spec. (#6876)Brendan Dahl2024-08-271-28/+28
* [FP16] Implement unary operations. (#6867)Brendan Dahl2024-08-271-30/+183
* [FP16] Implement arithmetic operations. (#6855)Brendan Dahl2024-08-211-1/+200
* [Exceptions] Finish interpreter + optimizer support for try_table. (#6814)Sébastien Doeraene2024-08-201-0/+228
* Print explicit typeuses for non-MVP function types (#6851)Thomas Lively2024-08-191-0/+51
* Implement table.init (#6827)Alon Zakai2024-08-161-27/+63
* Typed continuations: update syntax of handler clauses (#6824)Frank Emrich2024-08-091-6/+6
* [FP16] Implement relation operations. (#6825)Brendan Dahl2024-08-091-30/+186
* [FP16] Implement lane access instructions. (#6821)Brendan Dahl2024-08-081-0/+89
* [FP16] Implement load and store instructions. (#6796)Brendan Dahl2024-08-061-0/+79
* Make source parser consistent with binary parser when naming things. NFC (#6813)Sam Clegg2024-08-061-2/+2
* [threads] Simplify and generalize reftype writing without GC (#6766)Thomas Lively2024-07-181-4/+11
* [threads] Simplify and generalize heap type writing without GC (#6765)Thomas Lively2024-07-171-0/+19
* [threads][NFC] Do not include cont in shared types test (#6759)Thomas Lively2024-07-171-19/+11
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-2/+2
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-121-0/+37
* Do not abbreviate items in element segments (#6737)Thomas Lively2024-07-121-15/+15
* [threads] Shared basic heap types (#6667)Thomas Lively2024-06-192-7/+43
* [threads] Binary reading and writing of shared composite types (#6664)Thomas Lively2024-06-141-0/+47
* [EH] Rename old EH tests from -old to -legacy (#6627)Heejin Ahn2024-05-281-0/+0
* Fix binary emitting of br_if with a refined value by emitting a cast (#6510)Alon Zakai2024-05-161-64/+90
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-258-79/+79
* [Parser] Use the new parser in wasm-shell and wasm-as (#6529)Thomas Lively2024-04-241-14/+13
* Typed continuations: nocont and cont basic heap types (#6468)Frank Emrich2024-04-041-0/+26
* Fix writing of data segment names in name section (#6462)Jérôme Vouillon2024-04-022-0/+34
* Fix parsing of table imports (#6446)Jérôme Vouillon2024-03-271-3/+18
* Typed continuations: suspend instructions (#6393)Frank Emrich2024-03-191-0/+49
* Typed continuations: cont.bind instructions (#6365)Frank Emrich2024-03-041-0/+98
* Typed continuations: cont.new instructions (#6308)Frank Emrich2024-02-221-0/+69
* Update lit tests to parse with the new parser (#6290)Thomas Lively2024-02-083-19/+19
* Update pop text syntax (#6251)Thomas Lively2024-01-291-4/+4
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-264-20/+20
* Typed continuations: resume instructions (#6083)Frank Emrich2024-01-111-0/+163
* Fix incorrect wat in tests (#6207)Thomas Lively2024-01-085-6/+6
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-048-311/+749
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-036-165/+28
* [EH] Misc. fixes for EH (#6195)Heejin Ahn2024-01-021-12/+12
* Match names more precisely in update_lit_checks.py (#6190)Thomas Lively2024-01-0217-92/+129