index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
wat-kitchen-sink.wast
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make more Ifs unreachable (#7094)
Thomas Lively
2024-11-27
1
-2
/
+63
*
Print castType for unreachable br_on_cast{_fail} (#7107)
Thomas Lively
2024-11-22
1
-2
/
+2
*
Print unreachable loads with valid types (#7108)
Thomas Lively
2024-11-22
1
-1
/
+18
*
Fix printing of unreachable br_on_cast{_fail} (#7102)
Thomas Lively
2024-11-21
1
-0
/
+50
*
Use hints when generating fresh labels in IRBuilder (#7086)
Thomas Lively
2024-11-18
1
-9
/
+9
*
Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)
Thomas Lively
2024-11-14
1
-46
/
+0
*
Use TopologicalSort::minSort to order rec groups (#6892)
Thomas Lively
2024-09-04
1
-197
/
+197
*
Typed continuations: update syntax of handler clauses (#6824)
Frank Emrich
2024-08-09
1
-2
/
+2
*
Make source parser consistent with binary parser when naming things. NFC (#6813)
Sam Clegg
2024-08-06
1
-7
/
+7
*
Remove extra space printed in empty structs (#6750)
Thomas Lively
2024-07-16
1
-2
/
+2
*
Do not abbreviate items in element segments (#6737)
Thomas Lively
2024-07-12
1
-7
/
+7
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-4
/
+4
*
[threads] Shared basic heap types (#6667)
Thomas Lively
2024-06-19
1
-16
/
+16
*
[Parser] Fix bug in unreachable fallback logic (#6676)
Thomas Lively
2024-06-18
1
-1
/
+37
*
[Parser] Update requirements for implicit type uses (#6665)
Thomas Lively
2024-06-14
1
-151
/
+151
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
1
-1
/
+1
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-233
/
+116
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-157
/
+21
*
[Parser] Re-use blocks instead of wrapping where possible (#6552)
Thomas Lively
2024-04-29
1
-51
/
+43
*
Fix a bug with unreachable control flow in IRBuilder (#6558)
Jérôme Vouillon
2024-04-29
1
-42
/
+118
*
DebugLocationPropagation: pass debuglocation from parent node to chil… (#6500)
许鑫权
2024-04-21
1
-0
/
+12
*
[Parser] Preserve try labels (#6505)
Thomas Lively
2024-04-17
1
-141
/
+105
*
[Parser] Match legacy parser block naming (#6504)
Thomas Lively
2024-04-16
1
-38
/
+38
*
[Parser] Pop past unreachables where possible (#6489)
Thomas Lively
2024-04-16
1
-146
/
+190
*
[Parser] Use unreachables to fulfill tuple requirements (#6488)
Thomas Lively
2024-04-11
1
-4
/
+1
*
[Parser] Parse contref and nullcontref types (#6485)
Thomas Lively
2024-04-10
1
-2
/
+4
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-16
/
+28
*
[Parser] Improve parsed IR for multivalue returns (#6378)
Thomas Lively
2024-03-05
1
-1
/
+11
*
[Parser] Propagate debug locations like the old parser (#6377)
Thomas Lively
2024-03-05
1
-0
/
+26
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-123
/
+147
*
[Parser] Support inline data in 64-bit memory declarations (#6364)
Thomas Lively
2024-02-29
1
-1
/
+11
*
[Parser] Parse annotations, including source map comments (#6345)
Thomas Lively
2024-02-26
1
-0
/
+66
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-10
/
+22
*
[Parser] Parse `resume` (#6295)
Thomas Lively
2024-02-09
1
-142
/
+202
*
[Parser] Support references to struct fields by name (#6293)
Thomas Lively
2024-02-08
1
-88
/
+114
*
[Parser] Do not involve IRBuilder for imported functions (#6286)
Thomas Lively
2024-02-07
1
-2
/
+2
*
[Parser] Support string-style identifiers (#6278)
Thomas Lively
2024-02-06
1
-3
/
+8
*
[Parser] Parse v128.const (#6275)
Thomas Lively
2024-02-05
1
-2
/
+37
*
[Parser] Parse start declarations (#6256)
Thomas Lively
2024-01-30
1
-2
/
+6
*
[Parser] Parse pops (by doing nothing) (#6252)
Thomas Lively
2024-01-30
1
-23
/
+44
*
Update pop text syntax (#6251)
Thomas Lively
2024-01-29
1
-1
/
+1
*
[Parser] Parse local.set and global.set of tuple values correctly (#6250)
Thomas Lively
2024-01-29
1
-7
/
+50
*
[Parser] Parse tuple types (#6249)
Thomas Lively
2024-01-29
1
-1
/
+7
*
Update the text syntax for tuple types (#6246)
Thomas Lively
2024-01-26
1
-4
/
+4
*
[Parser] Parse throw_ref (#6238)
Thomas Lively
2024-01-25
1
-105
/
+117
*
[Parser] Parse try_table (#6237)
Thomas Lively
2024-01-25
1
-136
/
+262
*
[Parser] Parse remaining heap and reference types (#6218)
Thomas Lively
2024-01-10
1
-2
/
+21
*
Fix branches to loops in IRBuilder (#6205)
Thomas Lively
2024-01-05
1
-30
/
+71
*
[Parser] Parse br_if correctly (#6202)
Thomas Lively
2024-01-04
1
-128
/
+208
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-61
/
+151
[next]