summaryrefslogtreecommitdiff
path: root/test/lit/wat-kitchen-sink.wast
Commit message (Expand)AuthorAgeFilesLines
* [threads] Shared basic heap types (#6667)Thomas Lively2024-06-191-16/+16
* [Parser] Fix bug in unreachable fallback logic (#6676)Thomas Lively2024-06-181-1/+37
* [Parser] Update requirements for implicit type uses (#6665)Thomas Lively2024-06-141-151/+151
* Remove obsolete parser code (#6607)Thomas Lively2024-05-291-1/+1
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-151-233/+116
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-157/+21
* [Parser] Re-use blocks instead of wrapping where possible (#6552)Thomas Lively2024-04-291-51/+43
* Fix a bug with unreachable control flow in IRBuilder (#6558)Jérôme Vouillon2024-04-291-42/+118
* DebugLocationPropagation: pass debuglocation from parent node to chil… (#6500)许鑫权2024-04-211-0/+12
* [Parser] Preserve try labels (#6505)Thomas Lively2024-04-171-141/+105
* [Parser] Match legacy parser block naming (#6504)Thomas Lively2024-04-161-38/+38
* [Parser] Pop past unreachables where possible (#6489)Thomas Lively2024-04-161-146/+190
* [Parser] Use unreachables to fulfill tuple requirements (#6488)Thomas Lively2024-04-111-4/+1
* [Parser] Parse contref and nullcontref types (#6485)Thomas Lively2024-04-101-2/+4
* Typed continuations: suspend instructions (#6393)Frank Emrich2024-03-191-16/+28
* [Parser] Improve parsed IR for multivalue returns (#6378)Thomas Lively2024-03-051-1/+11
* [Parser] Propagate debug locations like the old parser (#6377)Thomas Lively2024-03-051-0/+26
* Typed continuations: cont.bind instructions (#6365)Frank Emrich2024-03-041-123/+147
* [Parser] Support inline data in 64-bit memory declarations (#6364)Thomas Lively2024-02-291-1/+11
* [Parser] Parse annotations, including source map comments (#6345)Thomas Lively2024-02-261-0/+66
* Typed continuations: cont.new instructions (#6308)Frank Emrich2024-02-221-10/+22
* [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
* [Parser] Do not involve IRBuilder for imported functions (#6286)Thomas Lively2024-02-071-2/+2
* [Parser] Support string-style identifiers (#6278)Thomas Lively2024-02-061-3/+8
* [Parser] Parse v128.const (#6275)Thomas Lively2024-02-051-2/+37
* [Parser] Parse start declarations (#6256)Thomas Lively2024-01-301-2/+6
* [Parser] Parse pops (by doing nothing) (#6252)Thomas Lively2024-01-301-23/+44
* Update pop text syntax (#6251)Thomas Lively2024-01-291-1/+1
* [Parser] Parse local.set and global.set of tuple values correctly (#6250)Thomas Lively2024-01-291-7/+50
* [Parser] Parse tuple types (#6249)Thomas Lively2024-01-291-1/+7
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-261-4/+4
* [Parser] Parse throw_ref (#6238)Thomas Lively2024-01-251-105/+117
* [Parser] Parse try_table (#6237)Thomas Lively2024-01-251-136/+262
* [Parser] Parse remaining heap and reference types (#6218)Thomas Lively2024-01-101-2/+21
* Fix branches to loops in IRBuilder (#6205)Thomas Lively2024-01-051-30/+71
* [Parser] Parse br_if correctly (#6202)Thomas Lively2024-01-041-128/+208
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-61/+151
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-031-3/+3
* [Parser] Go back to "sub final" intead of "sub open" (#6199)Thomas Lively2024-01-031-5/+5
* [Parser] Parse br_on_cast{_fail} input annotations (#6198)Thomas Lively2024-01-031-2/+2
* [Parser] Parse folded instructions that contain parentheses (#6196)Thomas Lively2024-01-031-117/+259
* [Parser] Support standalone import definitions (#6191)Thomas Lively2024-01-021-55/+69
* Match names more precisely in update_lit_checks.py (#6190)Thomas Lively2024-01-021-6/+9
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-201-3/+2
* [Parser] Parse explicit exports (#6179)Thomas Lively2023-12-141-3/+15
* [Parser] Parse tuple operations (#6174)Thomas Lively2023-12-131-109/+87
* [Parser] Parse the remaining array operations (#6158)Thomas Lively2023-12-121-92/+547
* [Parser] Parse rethrow (#6155)Thomas Lively2023-12-121-1/+157
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-6/+6