index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
basic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support atomic struct accessors (#7155)
Thomas Lively
2024-12-18
1
-0
/
+149
*
Use IRBuilder in the binary parser (#6963)
Thomas Lively
2024-11-26
13
-868
/
+879
*
Make validation of stale types stricter (#7097)
Thomas Lively
2024-11-21
1
-3
/
+3
*
Use hints when generating fresh labels in IRBuilder (#7086)
Thomas Lively
2024-11-18
1
-19
/
+19
*
Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)
Thomas Lively
2024-11-14
10
-101
/
+0
*
Fixup pops when necessary in IRBuilder (#7075)
Thomas Lively
2024-11-13
1
-0
/
+209
*
Consolidate printing of function signatures (#7073)
Thomas Lively
2024-11-12
1
-0
/
+22
*
[EH][GC] Send a non-nullable exnref from TryTable (#7013)
Alon Zakai
2024-10-17
1
-0
/
+27
*
[FP16] Implement conversion operations. (#6974)
Brendan Dahl
2024-09-26
1
-0
/
+87
*
Fix supertype counts when collecting heap types (#6905)
Thomas Lively
2024-09-05
1
-44
/
+38
*
Use TopologicalSort::minSort to order rec groups (#6892)
Thomas Lively
2024-09-04
2
-77
/
+77
*
[FP16] Implement madd and nmadd. (#6878)
Brendan Dahl
2024-09-03
1
-30
/
+96
*
Rename relaxed SIMD fma instructions to match spec. (#6876)
Brendan Dahl
2024-08-27
1
-28
/
+28
*
[FP16] Implement unary operations. (#6867)
Brendan Dahl
2024-08-27
1
-30
/
+183
*
[FP16] Implement arithmetic operations. (#6855)
Brendan Dahl
2024-08-21
1
-1
/
+200
*
[Exceptions] Finish interpreter + optimizer support for try_table. (#6814)
Sébastien Doeraene
2024-08-20
1
-0
/
+228
*
Print explicit typeuses for non-MVP function types (#6851)
Thomas Lively
2024-08-19
1
-0
/
+51
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-27
/
+63
*
Typed continuations: update syntax of handler clauses (#6824)
Frank Emrich
2024-08-09
1
-6
/
+6
*
[FP16] Implement relation operations. (#6825)
Brendan Dahl
2024-08-09
1
-30
/
+186
*
[FP16] Implement lane access instructions. (#6821)
Brendan Dahl
2024-08-08
1
-0
/
+89
*
[FP16] Implement load and store instructions. (#6796)
Brendan Dahl
2024-08-06
1
-0
/
+79
*
Make source parser consistent with binary parser when naming things. NFC (#6813)
Sam Clegg
2024-08-06
1
-2
/
+2
*
[threads] Simplify and generalize reftype writing without GC (#6766)
Thomas Lively
2024-07-18
1
-4
/
+11
*
[threads] Simplify and generalize heap type writing without GC (#6765)
Thomas Lively
2024-07-17
1
-0
/
+19
*
[threads][NFC] Do not include cont in shared types test (#6759)
Thomas Lively
2024-07-17
1
-19
/
+11
*
Remove extra space printed in empty structs (#6750)
Thomas Lively
2024-07-16
1
-2
/
+2
*
[threads] ref.i31_shared (#6735)
Thomas Lively
2024-07-12
1
-0
/
+37
*
Do not abbreviate items in element segments (#6737)
Thomas Lively
2024-07-12
1
-15
/
+15
*
[threads] Shared basic heap types (#6667)
Thomas Lively
2024-06-19
2
-7
/
+43
*
[threads] Binary reading and writing of shared composite types (#6664)
Thomas Lively
2024-06-14
1
-0
/
+47
*
[EH] Rename old EH tests from -old to -legacy (#6627)
Heejin Ahn
2024-05-28
1
-0
/
+0
*
Fix binary emitting of br_if with a refined value by emitting a cast (#6510)
Alon Zakai
2024-05-16
1
-64
/
+90
*
[Parser] Enable the new text parser by default (#6371)
Thomas Lively
2024-04-25
8
-79
/
+79
*
[Parser] Use the new parser in wasm-shell and wasm-as (#6529)
Thomas Lively
2024-04-24
1
-14
/
+13
*
Typed continuations: nocont and cont basic heap types (#6468)
Frank Emrich
2024-04-04
1
-0
/
+26
*
Fix writing of data segment names in name section (#6462)
Jérôme Vouillon
2024-04-02
2
-0
/
+34
*
Fix parsing of table imports (#6446)
Jérôme Vouillon
2024-03-27
1
-3
/
+18
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+49
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+98
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+69
*
Update lit tests to parse with the new parser (#6290)
Thomas Lively
2024-02-08
3
-19
/
+19
*
Update pop text syntax (#6251)
Thomas Lively
2024-01-29
1
-4
/
+4
*
Update the text syntax for tuple types (#6246)
Thomas Lively
2024-01-26
4
-20
/
+20
*
Typed continuations: resume instructions (#6083)
Frank Emrich
2024-01-11
1
-0
/
+163
*
Fix incorrect wat in tests (#6207)
Thomas Lively
2024-01-08
5
-6
/
+6
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
8
-311
/
+749
*
Use the standard shared memory text format (#6200)
Thomas Lively
2024-01-03
6
-165
/
+28
*
[EH] Misc. fixes for EH (#6195)
Heejin Ahn
2024-01-02
1
-12
/
+12
*
Match names more precisely in update_lit_checks.py (#6190)
Thomas Lively
2024-01-02
17
-92
/
+129
[next]