summaryrefslogtreecommitdiff
path: root/test/lit/wat-kitchen-sink.wast
Commit message (Expand)AuthorAgeFilesLines
* Make more Ifs unreachable (#7094)Thomas Lively2024-11-271-2/+63
* Print castType for unreachable br_on_cast{_fail} (#7107)Thomas Lively2024-11-221-2/+2
* Print unreachable loads with valid types (#7108)Thomas Lively2024-11-221-1/+18
* Fix printing of unreachable br_on_cast{_fail} (#7102)Thomas Lively2024-11-211-0/+50
* Use hints when generating fresh labels in IRBuilder (#7086)Thomas Lively2024-11-181-9/+9
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-46/+0
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-041-197/+197
* Typed continuations: update syntax of handler clauses (#6824)Frank Emrich2024-08-091-2/+2
* Make source parser consistent with binary parser when naming things. NFC (#6813)Sam Clegg2024-08-061-7/+7
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-2/+2
* Do not abbreviate items in element segments (#6737)Thomas Lively2024-07-121-7/+7
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-4/+4
* [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