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
*
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
*
Fix for cmake 3.10 (eg on Ubuntu LTS) (#2632)
Brion Vibber
2020-01-30
1
-1
/
+1
*
Verify --version output matches CHANGELOG (#2580)
Sam Clegg
2020-01-10
1
-1
/
+1
*
Remove git dependency (#2578)
Sam Clegg
2020-01-08
1
-1
/
+1
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
2
-7
/
+5
*
Don't include `$` with names unless outputting to wat format (#2506)
Sam Clegg
2019-12-06
1
-2
/
+1
*
Add some tracing to wasm-emscripten-finalize (#2505)
Sam Clegg
2019-12-05
1
-1
/
+1
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
4
-1
/
+62
*
Add BYN_ENABLE_ASSERTSION option to allow assertions to be disabled. (#2500)
Sam Clegg
2019-12-04
3
-2
/
+15
*
cmake: Convert to using lowercase for and functions/macros (#2495)
Sam Clegg
2019-12-04
1
-2
/
+2
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
2
-35
/
+21
*
Add BYN_DEBUG/BYN_TRACE macros similar to LLVM's debug system (#2496)
Sam Clegg
2019-12-04
4
-2
/
+119
*
Collect all object files from the object libraries in a CMake variable (#2477)
Immanuel Haffner
2019-11-26
1
-2
/
+1
*
Revert "Build libbinaryen as a monolithic statically/shared library (#2463)" ...
Alon Zakai
2019-11-25
1
-1
/
+1
*
Build libbinaryen as a monolithic statically/shared library (#2463)
Immanuel Haffner
2019-11-22
1
-1
/
+1
*
Fix autoreducing when not in the binaryen directory (#2390)
Alon Zakai
2019-10-17
2
-8
/
+31
*
asyncify: support *-matching in whitelist and blacklist (#2344)
Beuc
2019-09-23
1
-5
/
+6
*
Support response files, and use that in Asyncify (#2319)
Alon Zakai
2019-08-30
3
-0
/
+24
*
Allow all features on wasm2js and add atomic tests (#2311)
Heejin Ahn
2019-08-28
1
-4
/
+0
*
Support --version argument in command line tools (#2304)
Sam Clegg
2019-08-20
1
-0
/
+9
*
Proper Asyncify list name handling (#2275)
Alon Zakai
2019-07-31
1
-0
/
+42
*
Bysyncify: allow wildcard endings in import list (#2190)
Alon Zakai
2019-06-30
2
-3
/
+72
*
Enable compiling on GCC < 5 (#2149)
Matt Topol
2019-06-12
1
-1
/
+1
*
Allow color API to enable and disable colors (#2111)
Siddharth
2019-05-17
2
-5
/
+7
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
9
-32
/
+62
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
26
-370
/
+411
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-0
/
+3
*
Wasm2js refactoring (#1997)
Alon Zakai
2019-04-11
1
-0
/
+66
*
Use target features section in wasm-opt (#1967)
Thomas Lively
2019-04-03
1
-2
/
+2
*
Allow tools to read from stdin (#1950)
Thomas Lively
2019-03-18
2
-1
/
+13
*
Remove unnecessary semicolons (#1942)
Ryoga
2019-03-18
1
-1
/
+1
*
Use stdout for --help message (#1937)
Sam Clegg
2019-03-06
1
-9
/
+9
*
Simplify ExpressionAnalyzer (#1920)
Alon Zakai
2019-02-27
1
-0
/
+1
*
SmallVector (#1912)
Alon Zakai
2019-02-25
1
-0
/
+172
*
Code style improvements (#1868)
Alon Zakai
2019-01-15
3
-6
/
+6
*
Fix build on macOS High Sierra 10.13.1 and Xcode 9.2 (9C40b), which does not ...
juj
2019-01-10
1
-0
/
+4
[next]