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
*
[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
*
Use the standard shared memory text format (#6200)
Thomas Lively
2024-01-03
1
-3
/
+3
*
[Parser] Go back to "sub final" intead of "sub open" (#6199)
Thomas Lively
2024-01-03
1
-5
/
+5
*
[Parser] Parse br_on_cast{_fail} input annotations (#6198)
Thomas Lively
2024-01-03
1
-2
/
+2
*
[Parser] Parse folded instructions that contain parentheses (#6196)
Thomas Lively
2024-01-03
1
-117
/
+259
*
[Parser] Support standalone import definitions (#6191)
Thomas Lively
2024-01-02
1
-55
/
+69
*
Match names more precisely in update_lit_checks.py (#6190)
Thomas Lively
2024-01-02
1
-6
/
+9
*
Drop support for non-standard quoted function names (#6188)
Thomas Lively
2023-12-20
1
-3
/
+2
*
[Parser] Parse explicit exports (#6179)
Thomas Lively
2023-12-14
1
-3
/
+15
*
[Parser] Parse tuple operations (#6174)
Thomas Lively
2023-12-13
1
-109
/
+87
*
[Parser] Parse the remaining array operations (#6158)
Thomas Lively
2023-12-12
1
-92
/
+547
*
[Parser] Parse rethrow (#6155)
Thomas Lively
2023-12-12
1
-1
/
+157
*
Add an arity immediate to tuple.extract (#6172)
Thomas Lively
2023-12-12
1
-6
/
+6
[next]