index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Refactor LocalGraph's core getSets API (#6877)
Alon Zakai
2024-08-28
1
-5
/
+5
*
[threads] Shared basic heap types (#6667)
Thomas Lively
2024-06-19
1
-9
/
+9
*
[NFC] Add explicit deduction guides for CTAD (#6094)
Thomas Lively
2023-11-09
6
-0
/
+19
*
Update CFGWalker to generate consolidated exit blocks (#6079)
Thomas Lively
2023-11-06
2
-0
/
+19
*
[analysis] Make it easier to implement a transfer function (#6077)
Thomas Lively
2023-11-02
6
-190
/
+28
*
[analysis] Allow joining a single vector element efficiently (#6071)
Thomas Lively
2023-11-02
3
-40
/
+68
*
[analysis] Simplify the stack lattice (#6069)
Thomas Lively
2023-11-02
1
-166
/
+88
*
[analysis] Add a "Shared" lattice to represent shared state (#6067)
Thomas Lively
2023-11-02
1
-0
/
+126
*
[analysis][NFC] Refactor lattice unit tests (#6065)
Thomas Lively
2023-11-01
1
-0
/
+7
*
[analysis] Add a lattice for value types (#6064)
Thomas Lively
2023-11-01
1
-0
/
+82
*
[analysis] Add a tuple lattice (#6062)
Thomas Lively
2023-10-31
1
-0
/
+147
*
[analysis] Implement a vector lattice (#6058)
Thomas Lively
2023-10-31
2
-0
/
+139
*
[analysis] Implement an array lattice (#6057)
Thomas Lively
2023-10-31
1
-0
/
+122
*
[analysis][NFC] Rename parameters to join and meet methods (#6056)
Thomas Lively
2023-10-30
8
-64
/
+64
*
[analysis] Improve lattice fuzzer (#6050)
Thomas Lively
2023-10-27
2
-1
/
+2
*
[analysis] Implement a Lift lattice (#6040)
Thomas Lively
2023-10-25
3
-0
/
+88
*
[analysis] Implement Flat lattice (#6039)
Thomas Lively
2023-10-25
1
-0
/
+93
*
[analysis] Add a FullLattice concept and Inverted lattice (#6038)
Thomas Lively
2023-10-25
4
-4
/
+89
*
[analysis] Implement an Int lattice (#6037)
Thomas Lively
2023-10-25
1
-0
/
+63
*
[analysis] Implement a Bool lattice (#6036)
Thomas Lively
2023-10-25
1
-0
/
+47
*
[analysis][NFC] Rename `makeLeastUpperBound` to `join` and move it to lattice...
Thomas Lively
2023-10-25
5
-64
/
+70
*
[analysis] Simplify core analysis code (#6034)
Thomas Lively
2023-10-25
7
-138
/
+75
*
Add missing includes (#6049)
Thomas Lively
2023-10-25
2
-0
/
+3
*
[analysis][NFC] Create a TransferFunction concept (#6033)
Thomas Lively
2023-10-20
6
-88
/
+115
*
[analysis][NFC] Move the stack lattice to analysis/lattices (#6030)
Thomas Lively
2023-10-20
1
-60
/
+72
*
[analysis][NFC] Remove unused sign-lattice.cpp (#6029)
Thomas Lively
2023-10-20
2
-46
/
+0
*
[analysis][NFC] Move powerset lattices to their own header (#6028)
Thomas Lively
2023-10-20
5
-139
/
+199
*
[analysis][NFC] Use C++20 concepts for Lattice (#6027)
Thomas Lively
2023-10-18
6
-90
/
+80
*
Lattice to model Stack (#5849)
Bruce He
2023-08-03
3
-7
/
+261
*
Convert lattice compare function to non-static (#5848)
Bruce He
2023-07-28
1
-4
/
+5
*
Add a Fuzzer for Lattice and Transfer Function Properties (#5831)
Bruce He
2023-07-26
1
-0
/
+12
*
Remove incorrect usages of the term "setses" (#5841)
Bruce He
2023-07-26
1
-20
/
+20
*
Static Analysis: Add an API to get the block index of an expression (#5822)
Alon Zakai
2023-07-20
2
-0
/
+32
*
Reaching Definitions Analysis for LocalGraph (#5817)
Bruce He
2023-07-19
8
-67
/
+362
*
Small fixes to lattice and analyzer (#5815)
Bruce He
2023-07-13
2
-9
/
+9
*
Generalize Finite Powerset Lattice to Any Given Type (#5800)
Bruce He
2023-07-06
3
-21
/
+72
*
Make the Transfer Function a Generic, Interchangeable Type for the Monotone A...
Bruce He
2023-07-06
4
-136
/
+218
*
Dynamic Sized Bitvector Powerset Lattice for Static Analysis (#5784)
Bruce He
2023-06-29
5
-171
/
+234
*
Liveness Analysis Proof of Concept (#5771)
Bruce He
2023-06-23
7
-0
/
+410
*
avoid incomplete type in a vector (#5730)
walkingeyerobot
2023-05-17
1
-17
/
+17
*
[analysis] Add a new iterable CFG utility (#5712)
Thomas Lively
2023-05-12
4
-0
/
+331