index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analysis] Add a lattice for value types (#6064)
Thomas Lively
2023-11-01
1
-6
/
+53
*
[analysis] Add a tuple lattice (#6062)
Thomas Lively
2023-10-31
1
-17
/
+61
*
[analysis] Implement a vector lattice (#6058)
Thomas Lively
2023-10-31
1
-11
/
+63
*
[analysis] Implement an array lattice (#6057)
Thomas Lively
2023-10-31
1
-9
/
+49
*
[analysis] Improve lattice fuzzer (#6050)
Thomas Lively
2023-10-27
1
-118
/
+523
*
[analysis] Simplify core analysis code (#6034)
Thomas Lively
2023-10-25
1
-12
/
+12
*
Fix handling of exported imported functions (#6044)
Alon Zakai
2023-10-24
2
-2
/
+11
*
[analysis][NFC] Create a TransferFunction concept (#6033)
Thomas Lively
2023-10-20
1
-88
/
+23
*
[analysis][NFC] Move the stack lattice to analysis/lattices (#6030)
Thomas Lively
2023-10-20
1
-1
/
+1
*
[analysis][NFC] Use C++20 concepts for Lattice (#6027)
Thomas Lively
2023-10-18
1
-28
/
+27
*
Fuzzer: Allow non-nullable locals (#6019)
Alon Zakai
2023-10-18
1
-9
/
+30
*
Add getGeneralSuperType() that includes basic supers, and use in fuzzer (#6005)
Alon Zakai
2023-10-17
2
-9
/
+1
*
Fuzzer: Move logic for adding a new local on demand to local.get (#6008)
Alon Zakai
2023-10-17
1
-15
/
+36
*
[NFC] Rename getSuperType to getDeclaredSuperType (#6015)
Alon Zakai
2023-10-17
2
-6
/
+6
*
[wasm-split] Fix instrumentation to work with memory 64 (#6013)
Thomas Lively
2023-10-16
1
-21
/
+23
*
[typed-cont] Add feature flag (#5996)
Frank Emrich
2023-10-05
1
-0
/
+1
*
Asyncify: Improve comments (#5987)
Heejin Ahn
2023-10-03
1
-1
/
+1
*
Encode command line to UTF8 on Windows (#5671)
Derek Schuff
2023-09-14
1
-3
/
+4
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
1
-1
/
+1
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-1
/
+1
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
2
-5
/
+3
*
Remove the GCNNLocals feature (#5080)
Thomas Lively
2023-08-31
1
-1
/
+0
*
wasm-ctor-eval: Limit memory to a reasonable amount (#5896)
Alon Zakai
2023-08-23
1
-0
/
+11
*
Rename multimemory flag (#5890)
Ashley Nelson
2023-08-21
2
-3
/
+3
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-2
/
+1
*
Lattice to model Stack (#5849)
Bruce He
2023-08-03
1
-2
/
+68
*
[NFC] Move ModuleUtils copying and renaming logic from header to cpp (#5855)
Alon Zakai
2023-08-02
2
-0
/
+2
*
Add a Fuzzer for Lattice and Transfer Function Properties (#5831)
Bruce He
2023-07-26
2
-0
/
+510
*
wasm-merge: Fix locals in merged start (#5837)
Alon Zakai
2023-07-26
1
-12
/
+14
*
wasm-merge: Error on import loops (#5820)
Alon Zakai
2023-07-17
1
-6
/
+10
*
[wasm-merge] Handle chains of import/export (#5813)
Jérôme Vouillon
2023-07-17
1
-1
/
+16
*
Fuzzer: Emit more variations of If (#5806)
Alon Zakai
2023-07-10
1
-2
/
+24
*
Initial support for `final` types (#5803)
Thomas Lively
2023-07-06
2
-1
/
+14
*
[NFC] Fix the use of "strict" in subtypes.h (#5804)
Thomas Lively
2023-07-06
1
-1
/
+1
*
[NFC] Add a helper to get function DCE names in wasm-metadce (#5793)
Alon Zakai
2023-06-30
1
-30
/
+15
*
[wasm-metadce] Note ref.func connections + fix rooting of segment offsets (#5...
Jérôme Vouillon
2023-06-29
1
-13
/
+28
*
Fix opt/shrink levels when running the optimizer multiple times, Part 2 (#5787)
Alon Zakai
2023-06-27
1
-19
/
+39
*
Fuzzing for Try and Throw (#5776)
Alon Zakai
2023-06-21
3
-3
/
+79
*
Fuzzer: Limit ArrayNew sizes most of the time (#5738)
Alon Zakai
2023-05-22
1
-2
/
+11
*
Reintroduce wasm-merge (#5709)
Alon Zakai
2023-05-16
2
-0
/
+589
*
[Wasm GC] wasm-ctor-eval: Handle cycles of data (#5685)
Alon Zakai
2023-05-05
1
-57
/
+376
*
[EH] Support assert_exception (#5684)
Heejin Ahn
2023-04-23
1
-3
/
+19
*
Remove the ability to construct basic types in a TypeBuilder (#5678)
Thomas Lively
2023-04-19
2
-113
/
+26
*
Fuzzer: Use subtype consistently in make() (#5674)
Alon Zakai
2023-04-19
1
-4
/
+4
*
[Wasm GC] Fuzz array.copy and array.fill (#5663)
Alon Zakai
2023-04-17
2
-4
/
+88
*
Remove the nominal type system (#5672)
Thomas Lively
2023-04-17
3
-62
/
+37
*
[Wasm GC] Improve GC operation coverage by using locals more (#5661)
Alon Zakai
2023-04-17
2
-19
/
+60
*
Remove the --hybrid and --nominal command line options (#5669)
Thomas Lively
2023-04-14
4
-47
/
+2
*
wasm-reduce: Add more passes (#5667)
Alon Zakai
2023-04-14
1
-0
/
+6
*
[Wasm GC] Casts of a non-nullable bottom type to non-null fail (#5645)
Alon Zakai
2023-04-12
1
-6
/
+4
[next]