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
*
[NFC] Encode reference types with bit packing (#7142)
Thomas Lively
2024-12-10
1
-8
/
+0
*
[NFC] Encapsulate source map reader state (#7132)
Thomas Lively
2024-12-03
2
-25
/
+13
*
Fix ArenaVector::swap (#7115)
Alon Zakai
2024-11-26
2
-0
/
+40
*
Mark Result and MaybeResult [[nodiscard]] (#7083)
Thomas Lively
2024-11-15
1
-8
/
+8
*
Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)
Thomas Lively
2024-11-14
1
-1
/
+1
*
LocalGraph::canMoveSet (#7039)
Alon Zakai
2024-11-11
2
-0
/
+348
*
[NFC] Rename topological_orders.h to topological_sort.h (#6915)
Thomas Lively
2024-09-07
2
-2
/
+2
*
[NFC] Use Index instead of size_t in topological sort util (#6903)
Thomas Lively
2024-09-05
1
-18
/
+18
*
[NFC] Take custom comparator in TopologicalSort::minSort (#6890)
Thomas Lively
2024-09-04
1
-23
/
+23
*
[NFC] Change topological sort utilities to functions (#6889)
Thomas Lively
2024-09-03
1
-9
/
+7
*
Add a utility for finding minimal topological sorts (#6884)
Thomas Lively
2024-08-29
1
-0
/
+55
*
[NFC] Refactor LocalGraph's core getSets API (#6877)
Alon Zakai
2024-08-28
1
-12
/
+12
*
[Source maps] Handle single-segment entries in source map header decoder (#6794)
Ömer Sinan Ağacan
2024-08-06
2
-0
/
+64
*
Add a utility for iterating over all topological orders (#6801)
Thomas Lively
2024-08-05
2
-0
/
+102
*
Add a disjoint sets (union-find) utility (#6797)
Thomas Lively
2024-08-01
2
-0
/
+107
*
Add a Tarjan's Strongly Connected Component utilty (#6790)
Thomas Lively
2024-07-30
2
-0
/
+312
*
[threads] Calculate shared heap type depths in subtypes.h (#6777)
Thomas Lively
2024-07-23
1
-14
/
+37
*
[threads] Shared basic heap types (#6667)
Thomas Lively
2024-06-19
2
-9
/
+210
*
[NFC] Add constexpr HeapTypes for basic heap types (#6662)
Thomas Lively
2024-06-14
1
-38
/
+38
*
[threads] Parse, build, and print shared composite types (#6654)
Thomas Lively
2024-06-12
1
-0
/
+34
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
2
-2
/
+0
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-82
/
+4
*
Use the new wat parser in tests (#6556)
Thomas Lively
2024-04-29
4
-72
/
+90
*
Improve return validation (#6551)
Thomas Lively
2024-04-29
1
-0
/
+17
*
[Parser] Do not eagerly lex parens (#6540)
Thomas Lively
2024-04-25
1
-3
/
+0
*
Typed continuations: nocont and cont basic heap types (#6468)
Frank Emrich
2024-04-04
1
-1
/
+83
*
Fix stringview subtyping (#6440)
Thomas Lively
2024-03-26
1
-28
/
+39
*
[Parser] Simplify the lexer interface (#6319)
Thomas Lively
2024-02-20
1
-1432
/
+831
*
[Parser] Support string-style identifiers (#6278)
Thomas Lively
2024-02-06
1
-0
/
+27
*
[Parser] Templatize lexing of integers (#6272)
Thomas Lively
2024-02-05
1
-166
/
+166
*
JSON: Add simple printing and creation (#6265)
Alon Zakai
2024-02-01
2
-0
/
+17
*
Update the text syntax for tuple types (#6246)
Thomas Lively
2024-01-26
1
-6
/
+6
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
2
-17
/
+23
*
[Outlining] Adding more tests (#6117)
Ashley Nelson
2023-11-15
1
-1
/
+1
*
[Outlining] Adds Outlining pass (#6110)
Ashley Nelson
2023-11-13
1
-26
/
+6
*
Update CFGWalker to generate consolidated exit blocks (#6079)
Thomas Lively
2023-11-06
1
-2
/
+57
*
[analysis] Allow joining a single vector element efficiently (#6071)
Thomas Lively
2023-11-02
1
-0
/
+43
*
[analysis] Simplify the stack lattice (#6069)
Thomas Lively
2023-11-02
2
-97
/
+26
*
[analysis] Add a "Shared" lattice to represent shared state (#6067)
Thomas Lively
2023-11-02
1
-0
/
+108
*
[analysis][NFC] Refactor lattice unit tests (#6065)
Thomas Lively
2023-11-01
1
-420
/
+145
*
[analysis] Add a lattice for value types (#6064)
Thomas Lively
2023-11-01
1
-0
/
+112
*
[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
[next]