index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
gtest
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analysis] Add a tuple lattice (#6062)
Thomas Lively
2023-10-31
1
-0
/
+117
*
[analysis] Implement a vector lattice (#6058)
Thomas Lively
2023-10-31
1
-0
/
+109
*
[analysis] Implement an array lattice (#6057)
Thomas Lively
2023-10-31
1
-0
/
+109
*
[analysis] Implement a Lift lattice (#6040)
Thomas Lively
2023-10-25
1
-0
/
+77
*
[analysis] Implement Flat lattice (#6039)
Thomas Lively
2023-10-25
1
-0
/
+103
*
[analysis] Add a FullLattice concept and Inverted lattice (#6038)
Thomas Lively
2023-10-25
1
-3
/
+113
*
[analysis] Implement an Int lattice (#6037)
Thomas Lively
2023-10-25
1
-0
/
+36
*
[analysis] Implement a Bool lattice (#6036)
Thomas Lively
2023-10-25
2
-0
/
+51
*
[analysis][NFC] Rename `makeLeastUpperBound` to `join` and move it to lattice...
Thomas Lively
2023-10-25
1
-2
/
+2
*
[analysis] Simplify core analysis code (#6034)
Thomas Lively
2023-10-25
1
-169
/
+0
*
Fix segfault in catch validator (#6032)
Philip Blair
2023-10-23
2
-0
/
+51
*
[analysis][NFC] Move the stack lattice to analysis/lattices (#6030)
Thomas Lively
2023-10-20
1
-1
/
+1
*
[Outlining] Filter branches & returns (#6024)
Ashley Nelson
2023-10-18
1
-56
/
+95
*
[Outlining] Filter Local Set (#6018)
Ashley Nelson
2023-10-18
1
-1
/
+42
*
Added type to fix template deduction failure (#6014)
Ashley Nelson
2023-10-17
1
-2
/
+1
*
Add getGeneralSuperType() that includes basic supers, and use in fuzzer (#6005)
Alon Zakai
2023-10-17
2
-3
/
+77
*
[NFC] Rename getSuperType to getDeclaredSuperType (#6015)
Alon Zakai
2023-10-17
1
-3
/
+3
*
[Outlining] Adds separator context (#5977)
Ashley Nelson
2023-10-04
1
-39
/
+67
*
[Outlining] Adds SuffixTree::RepeatSubstring dedupe test (#5972)
Ashley Nelson
2023-10-04
1
-0
/
+17
*
Outlining Test Improvements (#5971)
Ashley Nelson
2023-09-25
1
-13
/
+21
*
[NFC] Split the new wat parser into multiple files (#5960)
Thomas Lively
2023-09-19
1
-1
/
+1
*
Remove legacy type defintion text syntax (#5948)
Thomas Lively
2023-09-18
1
-7
/
+7
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
2
-68
/
+53
*
Lattice to model Stack (#5849)
Bruce He
2023-08-03
1
-0
/
+98
*
[Outlining] Integration test for suffix_tree and stringify (#5839)
Ashley Nelson
2023-08-03
1
-3
/
+40
*
[NFC] Move ModuleUtils copying and renaming logic from header to cpp (#5855)
Alon Zakai
2023-08-02
1
-0
/
+1
*
GUFA: Infer using TrapsNeverHappen (#5850)
Alon Zakai
2023-08-02
1
-3
/
+5
*
PossibleContents: Support more intersection types (#5847)
Alon Zakai
2023-07-31
1
-7
/
+21
*
Convert lattice compare function to non-static (#5848)
Bruce He
2023-07-28
1
-3
/
+2
*
End the current basic block on a Call (#5823)
Alon Zakai
2023-07-26
1
-0
/
+45
*
[Outlining] Changing stringify values to 32-bit (#5832)
Ashley Nelson
2023-07-21
1
-45
/
+45
*
Add support for debug printing of functions (#5828)
Alon Zakai
2023-07-20
2
-0
/
+45
*
Static Analysis: Add an API to get the block index of an expression (#5822)
Alon Zakai
2023-07-20
1
-0
/
+40
*
Reaching Definitions Analysis for LocalGraph (#5817)
Bruce He
2023-07-19
1
-0
/
+205
*
[Outlining] LLVM Suffix Tree (#5821)
Ashley Nelson
2023-07-18
2
-0
/
+156
*
[Outlining] HashStringifyWalker (#5810)
Ashley Nelson
2023-07-13
1
-2
/
+93
*
Generalize Finite Powerset Lattice to Any Given Type (#5800)
Bruce He
2023-07-06
1
-6
/
+47
*
Make the Transfer Function a Generic, Interchangeable Type for the Monotone A...
Bruce He
2023-07-06
1
-19
/
+19
*
Initial support for `final` types (#5803)
Thomas Lively
2023-07-06
1
-0
/
+32
*
[NFC] Fix the use of "strict" in subtypes.h (#5804)
Thomas Lively
2023-07-06
1
-3
/
+3
*
[Outlining] StringifyWalker (#5772)
Ashley Nelson
2023-06-30
2
-0
/
+128
*
Dynamic Sized Bitvector Powerset Lattice for Static Analysis (#5784)
Bruce He
2023-06-29
1
-23
/
+35
*
Liveness Analysis Proof of Concept (#5771)
Bruce He
2023-06-23
1
-0
/
+158
*
Add a gtest fixture for tests checking printed output (#5781)
Thomas Lively
2023-06-23
2
-8
/
+33
*
[analysis] Add a new iterable CFG utility (#5712)
Thomas Lively
2023-05-12
2
-0
/
+85
*
Remove the ability to construct basic types in a TypeBuilder (#5678)
Thomas Lively
2023-04-19
1
-22
/
+0
*
Remove the nominal type system (#5672)
Thomas Lively
2023-04-17
3
-97
/
+26
*
[GUFA] Refine global types during flow (#5639)
Alon Zakai
2023-04-07
1
-4
/
+14
*
Add a TypeNameGenerator that uses names from a Module (#5437)
Thomas Lively
2023-01-18
1
-4
/
+42
*
Add Valmari-Lehtinen DFA minimization as a standalone utility (#5430)
Thomas Lively
2023-01-17
2
-0
/
+136
[next]