index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
spec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make more Ifs unreachable (#7094)
Thomas Lively
2024-11-27
1
-10
/
+12
*
[FP16] Fix comment on f16x8.convert_i16x8_s test. (#6985)
Brendan Dahl
2024-10-03
1
-2
/
+2
*
[FP16] Implement conversion operations. (#6974)
Brendan Dahl
2024-09-26
1
-0
/
+24
*
[FP16] Fix replace lane for F16x8. (#6906)
Brendan Dahl
2024-09-06
1
-0
/
+7
*
[FP16] Implement madd and nmadd. (#6878)
Brendan Dahl
2024-09-03
1
-0
/
+29
*
[FP16] Implement unary operations. (#6867)
Brendan Dahl
2024-08-27
1
-0
/
+40
*
[FP16] Implement arithmetic operations. (#6855)
Brendan Dahl
2024-08-21
1
-0
/
+66
*
Support `ref.extern n` in spec tests (#6858)
Thomas Lively
2024-08-21
5
-2212
/
+0
*
Fix encoding of heap type definitions (#6856)
Thomas Lively
2024-08-20
1
-963
/
+0
*
Add the upstream spec testsuite as a submodule (#6853)
Thomas Lively
2024-08-20
59
-32132
/
+0
*
[Exceptions] Finish interpreter + optimizer support for try_table. (#6814)
Sébastien Doeraene
2024-08-20
3
-16
/
+198
*
Validate array.init_elem segment in IRBuilder (#6852)
Thomas Lively
2024-08-19
1
-1
/
+11
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-0
/
+52
*
[FP16] Implement relation operations. (#6825)
Brendan Dahl
2024-08-09
1
-0
/
+56
*
[FP16] Implement lane access instructions. (#6821)
Brendan Dahl
2024-08-08
1
-0
/
+12
*
[FP16] Implement load and store instructions. (#6796)
Brendan Dahl
2024-08-06
1
-0
/
+15
*
Fix shareability of externalized nulls (#6791)
Alon Zakai
2024-07-30
1
-0
/
+8
*
Fix shareability of internalized nulls (#6789)
Alon Zakai
2024-07-29
1
-0
/
+11
*
Properly validate ref.cast when lacking a common supertype (#6741)
Alon Zakai
2024-07-23
1
-0
/
+10
*
[threads] Fix shared ref.eq and disallow mixed-shareability (#6763)
Thomas Lively
2024-07-17
2
-2
/
+202
*
Update the ref_eq.wast spec test to match upstream (#6762)
Thomas Lively
2024-07-17
1
-7
/
+164
*
Revert "[threads] Allow i31refs of mixed shareability to compare equal (#6752...
Thomas Lively
2024-07-17
1
-11
/
+0
*
[threads] Allow i31refs of mixed shareability to compare equal (#6752)
Thomas Lively
2024-07-16
1
-0
/
+11
*
[threads] Test that array ops work with shared nulls (#6743)
Thomas Lively
2024-07-13
1
-2
/
+26
*
[threads] Fix struct op validation for shared null (#6742)
Thomas Lively
2024-07-13
1
-0
/
+8
*
[threads] ref.i31_shared (#6735)
Thomas Lively
2024-07-12
1
-0
/
+230
*
[threads] Shared polymorphism for extern conversions (#6730)
Thomas Lively
2024-07-11
1
-0
/
+13
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-6
/
+6
*
[threads] Validate shared-polymorphic instructions (#6702)
Thomas Lively
2024-06-25
3
-0
/
+81
*
[threads] Validate shared-to-unshared edges in heap types (#6698)
Thomas Lively
2024-06-25
2
-0
/
+138
*
Re-enable spec tests requiring multivalue (#6684)
Thomas Lively
2024-06-20
2
-40
/
+18
*
Validate memarg offsets (#6683)
Thomas Lively
2024-06-20
1
-1
/
+1
*
Re-enable binary.wast spec test (#6677)
Thomas Lively
2024-06-18
1
-191
/
+0
*
Enable more spec tests (#6669)
Thomas Lively
2024-06-17
1
-18
/
+33
*
[Parser] Fix error message on required reftype (#6666)
Thomas Lively
2024-06-14
1
-0
/
+5
*
[EH] Rename old EH tests from -old to -legacy (#6627)
Heejin Ahn
2024-05-28
1
-0
/
+0
*
Rewrite wasm-shell to use new wast parser (#6601)
Thomas Lively
2024-05-17
7
-46
/
+33
*
[Parser] Parse wast scripts (#6581)
Thomas Lively
2024-05-13
7
-23
/
+28
*
[memory64] Add table64 to existing memory64 support (#6577)
Sam Clegg
2024-05-10
5
-100
/
+203
*
Comment out test failing on windows (#6534)
Thomas Lively
2024-04-24
1
-0
/
+0
*
[Parser] Use the new parser in wasm-shell and wasm-as (#6529)
Thomas Lively
2024-04-24
14
-4622
/
+216
*
[wasm-shell] Error on unknown commands (#6528)
Thomas Lively
2024-04-24
13
-2296
/
+2295
*
[Strings] Add a string lowering pass using magic imports (#6497)
Thomas Lively
2024-04-15
2
-11
/
+0
*
Handle return calls correctly
Thomas Lively
2024-04-08
4
-0
/
+1150
*
Typed continuations: nocont and cont basic heap types (#6468)
Frank Emrich
2024-04-04
1
-0
/
+8
*
Update pop text syntax (#6251)
Thomas Lively
2024-01-29
1
-1
/
+1
*
Update the text syntax for tuple types (#6246)
Thomas Lively
2024-01-26
2
-3
/
+3
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
7
-74
/
+118
*
Use the standard shared memory text format (#6200)
Thomas Lively
2024-01-03
1
-1
/
+1
*
Drop support for type annotations on array.len (#6197)
Thomas Lively
2024-01-03
1
-1
/
+1
[next]