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
*
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
*
[NFC] Avoid scanning SmallSets twice during insert (#5221)
Alon Zakai
2022-11-30
1
-15
/
+39
*
Avoid calling back() on an empty string in setBinaryenBinDir (#5280)
Piotr Sarna
2022-11-18
1
-1
/
+1
*
Fix warnings from -Wheader-hygiene and -Wimplicit-const-int-float-conversion ...
Martin Kustermann
2022-11-17
1
-2
/
+2
*
Switch from `typedef` to `using` in C++ code. NFC (#5258)
Sam Clegg
2022-11-15
3
-8
/
+8
*
Fix SmallSet ordering (#5218)
Alon Zakai
2022-11-04
1
-31
/
+92
*
[NFC] Add a generic hash implementation for tuples (#5162)
Thomas Lively
2022-10-19
1
-0
/
+18
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
5
-18
/
+221
*
[NFC] Remove `cashew::` namespace from IString (#5126)
Thomas Lively
2022-10-10
1
-1
/
+1
*
Change `exit()` to `Fatal()`; make it possible to throw on `Fatal()`. (#5087)
Brian Anderson
2022-10-01
2
-12
/
+27
*
Fix bugs with copying expressions (#5099)
Thomas Lively
2022-09-30
1
-1
/
+1
*
[GUFA] Improve hashing (#5091)
Alon Zakai
2022-09-28
1
-1
/
+1
*
Fix SmallVector's resize() method (#4979)
Alon Zakai
2022-08-29
1
-0
/
+2
*
Allow `BINARYEN_DEBUG` environment variable to be used in place of `--debug`....
Sam Clegg
2022-08-04
1
-0
/
+4
*
[NFC] Make InsertOrderedMap::insert's param const (#4669)
Alon Zakai
2022-05-17
1
-1
/
+1
*
Lift the restriction in liveness-traversal.h that supported max 65535 locals ...
juj
2022-04-28
1
-0
/
+76
*
SmallSet: Mark iterator parent as const (#4613)
Alon Zakai
2022-04-25
1
-2
/
+2
*
Fix errors when building in C++20 mode (#4528)
Jakub Szewczyk
2022-03-18
2
-9
/
+11
*
Generate heap type names when printing types (#4503)
Thomas Lively
2022-02-07
1
-0
/
+29
*
CRTP topological sort utility (#4499)
Thomas Lively
2022-02-03
1
-0
/
+118
*
Topological sorting of types in isorecursive output (#4492)
Thomas Lively
2022-02-02
1
-0
/
+2
[next]