index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
wasm-fuzz-lattices.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Refactor LocalGraph's core getSets API (#6877)
Alon Zakai
2024-08-28
1
-2
/
+2
*
[threads] Shared basic heap types (#6667)
Thomas Lively
2024-06-19
1
-6
/
+7
*
Fix build failure on older Ubuntu (#6085)
Thomas Lively
2023-11-07
1
-80
/
+94
*
[analysis] Add a "Shared" lattice to represent shared state (#6067)
Thomas Lively
2023-11-02
1
-3
/
+20
*
[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
*
[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
*
Lattice to model Stack (#5849)
Bruce He
2023-08-03
1
-2
/
+68
*
Add a Fuzzer for Lattice and Transfer Function Properties (#5831)
Bruce He
2023-07-26
1
-0
/
+509