index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[FP16] Implement relation operations. (#6825)
Brendan Dahl
2024-08-09
1
-0
/
+6
*
[FP16] Implement lane access instructions. (#6821)
Brendan Dahl
2024-08-08
1
-0
/
+3
*
[FP16] Disable float 16 fuzzing for now. (#6822)
Brendan Dahl
2024-08-07
1
-0
/
+2
*
[FP16] Implement load and store instructions. (#6796)
Brendan Dahl
2024-08-06
1
-0
/
+2
*
Cost analysis: Remove "Unacceptable" hack (#6782)
Alon Zakai
2024-07-25
2
-0
/
+442
*
[threads] Update the fuzzer for shared types (#6771)
Thomas Lively
2024-07-18
1
-17
/
+9
*
Validate features for types used in element segments (#6769)
Thomas Lively
2024-07-18
1
-0
/
+1
*
Validate features for types used in tables (#6768)
Thomas Lively
2024-07-18
1
-0
/
+1
*
[threads] ref.i31_shared requires shared-everything in validation (#6767)
Thomas Lively
2024-07-18
1
-0
/
+1
*
[threads] Simplify and generalize reftype writing without GC (#6766)
Thomas Lively
2024-07-18
1
-1
/
+1
*
[threads] Simplify and generalize heap type writing without GC (#6765)
Thomas Lively
2024-07-17
1
-0
/
+1
*
[threads] Fix shared ref.eq and disallow mixed-shareability (#6763)
Thomas Lively
2024-07-17
1
-0
/
+1
*
[threads] Validate all features required by ref.null (#6757)
Thomas Lively
2024-07-16
1
-0
/
+2
*
[NFC][threads] Ignore type-ssa-shared.wast in fuzzer (#6754)
Thomas Lively
2024-07-16
1
-0
/
+1
*
Remove non-standard `i31.new` (#6736)
Thomas Lively
2024-07-12
1
-1
/
+0
*
[threads] ref.i31_shared (#6735)
Thomas Lively
2024-07-12
3
-3
/
+5
*
[StackIR] Allow StackIR to be disabled from the commandline (#6725)
Alon Zakai
2024-07-10
1
-0
/
+1
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
2
-3
/
+5
*
[threads] Ignore shared-array.wast in fuzzer initial contents (#6706)
Thomas Lively
2024-06-26
1
-0
/
+1
*
[threads] Validate shared-polymorphic instructions (#6702)
Thomas Lively
2024-06-25
1
-0
/
+1
*
Re-enable spec tests requiring multivalue (#6684)
Thomas Lively
2024-06-20
1
-2
/
+0
*
Validate memarg offsets (#6683)
Thomas Lively
2024-06-20
1
-2
/
+1
*
Validate that names are valid UTF-8 (#6682)
Thomas Lively
2024-06-19
1
-4
/
+0
*
Fix validation of unused LEB128 bits (#6680)
Thomas Lively
2024-06-19
1
-1
/
+0
*
Check malformed mutability on imported globals (#6679)
Thomas Lively
2024-06-18
1
-1
/
+0
*
Re-enable binary.wast spec test (#6677)
Thomas Lively
2024-06-18
1
-3
/
+0
*
[Parser] Fix bug in unreachable fallback logic (#6676)
Thomas Lively
2024-06-18
1
-3
/
+0
*
fix(#6671): fix possible stack buffer overflow in gen-s-parser.inc (#6678)
mtb
2024-06-18
1
-0
/
+6
*
Reject invalid section IDs (#6675)
Thomas Lively
2024-06-18
1
-1
/
+0
*
Enable more spec tests (#6669)
Thomas Lively
2024-06-17
2
-43
/
+30
*
[threads] Binary reading and writing of shared composite types (#6664)
Thomas Lively
2024-06-14
1
-0
/
+4
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
1
-617
/
+598
*
Fuzzer: Stop testing with TurboFan as Turboshaft is rolling out and is faster...
Alon Zakai
2024-05-28
1
-7
/
+0
*
Fix binary emitting of br_if with a refined value by emitting a cast (#6510)
Alon Zakai
2024-05-16
1
-1
/
+18
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-20
/
+3
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-11
/
+4
*
Fix running just a single spec test via `check.py spec --spec-test foo`. NFC...
Sam Clegg
2024-05-10
1
-5
/
+6
*
Fuzzer: Add another stringview subtyping error message to ignore (#6575)
Alon Zakai
2024-05-09
1
-0
/
+1
*
Fuzzer: Stop emitting nullable stringviews (#6574)
Alon Zakai
2024-05-08
1
-0
/
+3
*
Re-enable fuzzing of text round trips (#6560)
Thomas Lively
2024-04-29
1
-2
/
+1
*
[Strings] Add the string heaptype to core fuzzer places (#6527)
Alon Zakai
2024-04-23
1
-1
/
+2
*
Fuzzer: Do not run other VMs if the Binaryen interpreter hits a VM limitation...
Alon Zakai
2024-04-10
1
-10
/
+19
*
[NFC] Fix fuzzer counting of ignored runs due to many errors (#6444)
Alon Zakai
2024-03-27
1
-4
/
+12
*
[Strings] Escape strings printed by fuzz-exec (#6441)
Thomas Lively
2024-03-26
1
-3
/
+52
*
[Strings] Represent string values as WTF-16 internally (#6418)
Thomas Lively
2024-03-22
1
-3
/
+0
*
Update file name in INITIAL_CONTENTS_IGNORE (#6425)
Thomas Lively
2024-03-22
1
-1
/
+1
*
[Strings] Implement stringview_wtf16.slice (#6404)
Alon Zakai
2024-03-19
1
-1
/
+2
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
2
-0
/
+2
*
Fuzzer: Fix up null outputs in wasm2js optimized builds (#6374)
Alon Zakai
2024-03-08
1
-0
/
+15
*
Do not write assertions to split.wast for spec tests (#6383)
Thomas Lively
2024-03-07
1
-1
/
+1
[prev]
[next]