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
*
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
*
Create `ParentIndexIterator` to reduce iterator boilerplate (#4469)
Thomas Lively
2022-01-21
1
-0
/
+96
*
LiteralList => Literals (#4451)
Alon Zakai
2022-01-13
1
-0
/
+8
*
Add categories to --help text (#4421)
Alon Zakai
2022-01-05
2
-12
/
+47
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
7
-33
/
+14
*
Add fixup function for nested pops in catch (#4348)
Heejin Ahn
2021-11-22
2
-3
/
+13
*
DeadArgumentElimination argument subtyping: Add fixups if the param is used (...
Alon Zakai
2021-11-11
1
-1
/
+1
*
Add a SmallSet and use it in LocalGraph. NFC (#4188)
Alon Zakai
2021-09-29
1
-0
/
+276
*
Use UniqueDeferringQueue in Precompute (#4179)
Alon Zakai
2021-09-22
1
-0
/
+1
*
Read from stdin when the input file is `-` (#4106)
Thomas Lively
2021-08-27
2
-2
/
+18
*
Add space between options in --help text (#3940)
Thomas Lively
2021-06-17
1
-0
/
+1
*
[wasm-split] Add an option to emit only the module names (#3901)
Thomas Lively
2021-05-25
1
-8
/
+21
*
Remove Type ordering (#3793)
Thomas Lively
2021-05-18
1
-16
/
+40
*
Add namespace and include guard to insert_ordered.h (#3891)
Thomas Lively
2021-05-17
1
-0
/
+9
*
[NFC] Move InsertOrdered{Set,Map} into a new header (#3888)
Thomas Lively
2021-05-17
1
-0
/
+136
*
Support --symbolmap and --symbolmap=FOO in wasm-opt (#3885)
Alon Zakai
2021-05-14
2
-7
/
+6
*
Add pass argument sugar to commandline (#3882)
Alon Zakai
2021-05-13
2
-7
/
+16
*
UniqueDeferredQueue improvements (#3847)
Alon Zakai
2021-04-29
1
-0
/
+26
*
Support comparing, subtyping, and naming recursive types (#3610)
Thomas Lively
2021-02-25
1
-0
/
+13
*
Remove assertions that prevent non-assertion builds (#3576)
Alon Zakai
2021-02-17
1
-6
/
+0
*
cleanup to allow binaryen to be built in more strict environments (#3566)
walkingeyerobot
2021-02-16
4
-2
/
+6
*
Debug info handling for new EH try-catch (#3496)
Alon Zakai
2021-01-25
1
-0
/
+24
*
[GC] Fix parsing/printing of ref types using i31 (#3469)
Alon Zakai
2021-01-07
1
-0
/
+4
*
[GC] Add Array operations (#3436)
Alon Zakai
2020-12-10
1
-0
/
+1
*
[GC] Add struct.new and start to test interesting execution (#3433)
Alon Zakai
2020-12-09
1
-0
/
+7
*
[wasm-split] Read and use profiles (#3400)
Thomas Lively
2020-11-24
1
-1
/
+1
*
Fix pow2 util and avoid pow2 for left shifting in ZeroRemover (#3293)
Max Graey
2020-10-28
1
-1
/
+1
*
Avoid UB in pow2 func (#3243)
Max Graey
2020-10-23
1
-1
/
+1
*
Optimize comparisons with 0/1 in boolean context (#3240)
Max Graey
2020-10-18
2
-5
/
+13
*
Fuzz fix for MemoryPacking on trampled data (#3222)
Alon Zakai
2020-10-15
1
-0
/
+84
*
Optimize power of two float divisions (#3018)
Max Graey
2020-10-13
2
-0
/
+27
*
Simplify some numeric code (#3186)
Max Graey
2020-10-01
2
-16
/
+4
*
Clean up support/bits.h (#3177)
Thomas Lively
2020-09-30
3
-64
/
+67
*
Implement more cases for getMaxBits (#2879)
Max Graey
2020-09-17
2
-0
/
+14
*
Add 64-bit hash_combine (#3041)
Daniel Wirtz
2020-08-16
1
-1
/
+9
*
Refactor hashing (#3023)
Daniel Wirtz
2020-08-12
1
-19
/
+14
*
Added headers to CMake files (#3037)
Wouter van Oortmerssen
2020-08-10
1
-0
/
+2
*
Fix CountLeadingZeroes on MSVC (#3028)
Alon Zakai
2020-08-06
1
-2
/
+5
*
Fix build for win32 (#3001)
Max Graey
2020-07-29
1
-2
/
+2
*
Fix i32.trunc_f64_u of values that round down to UINT32_MAX (#2976)
Alon Zakai
2020-07-22
1
-2
/
+2
*
Fix i32.trunc_f64_s of values that round up to INT32_MIN (#2975)
Alon Zakai
2020-07-22
1
-2
/
+2
*
Fix i32.trunc_f64_s of values near the limit of f64 representation (#2968)
Alon Zakai
2020-07-21
1
-2
/
+2
*
Avoid __popcnt and __popcnt64 intrinsics for MSVC (#2944)
Max Graey
2020-07-06
1
-8
/
+6
*
More efficient isInteger util (#2945)
Max Graey
2020-07-06
1
-1
/
+1
*
Optimize bit count polyfills (#2914)
Max Graey
2020-06-17
2
-26
/
+75
*
Add a non-const iterator to SmallVector (#2685)
Thomas Lively
2020-03-10
1
-15
/
+22
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-0
/
+5
[next]