index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
support
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fix spurious uninitialized variable warning (#7174)
Thomas Lively
2024-12-20
1
-1
/
+2
*
Mark Result and MaybeResult [[nodiscard]] (#7083)
Thomas Lively
2024-11-15
1
-2
/
+2
*
Consolidate printing of function signatures (#7073)
Thomas Lively
2024-11-12
1
-1
/
+1
*
Make 32-bit hashing identical to 64-bit in TypeSSA (#7048)
Alon Zakai
2024-11-04
1
-10
/
+12
*
Fix Apline compile error on uninitialized value (#7035)
Alon Zakai
2024-10-28
1
-8
/
+8
*
[FP16] Implement conversion operations. (#6974)
Brendan Dahl
2024-09-26
2
-0
/
+12
*
[NFC] Make the GCData constructor a move constructor (#6946)
Alon Zakai
2024-09-17
1
-0
/
+20
*
Add a --preserve-type-order option (#6916)
Thomas Lively
2024-09-10
1
-7
/
+20
*
[NFC] Rename topological_orders.h to topological_sort.h (#6915)
Thomas Lively
2024-09-07
1
-3
/
+3
*
[NFC] Rename the old topological sort utility (#6914)
Thomas Lively
2024-09-06
1
-8
/
+9
*
[NFC] Use Index instead of size_t in topological sort util (#6903)
Thomas Lively
2024-09-05
1
-31
/
+35
*
[NFC] Take custom comparator in TopologicalSort::minSort (#6890)
Thomas Lively
2024-09-04
3
-191
/
+165
*
[NFC] Change topological sort utilities to functions (#6889)
Thomas Lively
2024-09-03
2
-72
/
+74
*
Add a utility for finding minimal topological sorts (#6884)
Thomas Lively
2024-08-29
2
-9
/
+115
*
Simplify TopologicalOrders (#6811)
Thomas Lively
2024-08-07
2
-28
/
+22
*
Add a utility for iterating over all topological orders (#6801)
Thomas Lively
2024-08-05
4
-2
/
+225
*
Add a disjoint sets (union-find) utility (#6797)
Thomas Lively
2024-08-01
1
-0
/
+87
*
Add a Tarjan's Strongly Connected Component utilty (#6790)
Thomas Lively
2024-07-30
1
-0
/
+262
*
[NFC] Add pragma to ignore maybe-uninitialized in strings.cpp (#6686)
Thomas Lively
2024-06-20
1
-0
/
+5
*
Validate that names are valid UTF-8 (#6682)
Thomas Lively
2024-06-19
2
-0
/
+25
*
Fuzzer: Better fuzzing of globals (#6611)
Alon Zakai
2024-05-21
1
-1
/
+1
*
Do not add an extra null character when reading files (#6538)
Thomas Lively
2024-04-24
1
-3
/
+3
*
[Strings] Add a string lowering pass using magic imports (#6497)
Thomas Lively
2024-04-15
2
-12
/
+34
*
[Strings] Represent string values as WTF-16 internally (#6418)
Thomas Lively
2024-03-22
3
-55
/
+202
*
[NFC] Fix build error on RISC-V 64 (#6410)
moui0
2024-03-18
1
-1
/
+11
*
[NFC] Use ifdef-else in threads.cpp (#6355)
Alon Zakai
2024-02-27
1
-2
/
+2
*
[Emscripten port] Fix core count logic for Emscripten+pthreads (#6350)
Alon Zakai
2024-02-26
1
-3
/
+5
*
Fix build error on aarch64 [NFC] (#6330)
Darren Worrall
2024-02-21
1
-0
/
+14
*
Improve JSON string encoding (#6328)
Thomas Lively
2024-02-21
1
-69
/
+103
*
StringLowering: Escape the JSON in the custom section (#6316)
Alon Zakai
2024-02-20
3
-4
/
+92
*
[NFC] Move code to string.cpp (#6282)
Thomas Lively
2024-02-06
2
-84
/
+92
*
Properly stringify names in tests (#6279)
Thomas Lively
2024-02-06
5
-0
/
+123
*
JSON: Add simple printing and creation (#6265)
Alon Zakai
2024-02-01
3
-0
/
+46
*
Memory flattening: Check for overflow (#6233)
Alon Zakai
2024-01-24
1
-0
/
+43
*
[Parser] Parse tables and element segments (#6147)
Thomas Lively
2023-12-06
1
-0
/
+3
*
Support one-line-one-function file format for asyncify lists (#6051)
Alexander Guryanov
2023-10-30
1
-3
/
+36
*
[Outlining] Filter Local Set (#6018)
Ashley Nelson
2023-10-18
1
-0
/
+14
*
Encode command line to UTF8 on Windows (#5671)
Derek Schuff
2023-09-14
4
-9
/
+83
*
Avoid off_t in small_vector.h (#5936)
Alon Zakai
2023-09-13
1
-1
/
+3
*
[NFC] Factor `Result` and `MaybeResult` into a utility header (#5878)
Thomas Lively
2023-08-14
1
-0
/
+87
*
[Outlining] Integration test for suffix_tree and stringify (#5839)
Ashley Nelson
2023-08-03
1
-0
/
+11
*
SmallVector iteration improvements (#5825)
Alon Zakai
2023-07-26
1
-1
/
+26
*
[Outlining] LLVM Suffix Tree (#5821)
Ashley Nelson
2023-07-18
5
-1
/
+754
*
TypeSSA: Handle collisions by adding a hash to ensure a fresh rec group (#5724)
Alon Zakai
2023-05-19
1
-1
/
+4
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
2
-8
/
+3
*
Fix ambiguous operators under C++20 (#5567)
Thomas Lively
2023-03-10
1
-2
/
+4
*
Add Valmari-Lehtinen DFA minimization as a standalone utility (#5430)
Thomas Lively
2023-01-17
3
-0
/
+466
*
Make wasm::IString::operator bool() explicit (#5371)
higher-performance
2022-12-21
1
-1
/
+1
*
Do not optimize public types (#5347)
Thomas Lively
2022-12-16
1
-4
/
+5
*
Use C++17's [[maybe_unused]]. NFC (#5309)
Sam Clegg
2022-12-02
2
-4
/
+3
[next]