summaryrefslogtreecommitdiff
path: root/src/support
Commit message (Expand)AuthorAgeFilesLines
* Clean up support/bits.h (#3177)Thomas Lively2020-09-303-64/+67
* Implement more cases for getMaxBits (#2879)Max Graey2020-09-172-0/+14
* Add 64-bit hash_combine (#3041)Daniel Wirtz2020-08-161-1/+9
* Refactor hashing (#3023)Daniel Wirtz2020-08-121-19/+14
* Added headers to CMake files (#3037)Wouter van Oortmerssen2020-08-101-0/+2
* Fix CountLeadingZeroes on MSVC (#3028)Alon Zakai2020-08-061-2/+5
* Fix build for win32 (#3001)Max Graey2020-07-291-2/+2
* Fix i32.trunc_f64_u of values that round down to UINT32_MAX (#2976)Alon Zakai2020-07-221-2/+2
* Fix i32.trunc_f64_s of values that round up to INT32_MIN (#2975)Alon Zakai2020-07-221-2/+2
* Fix i32.trunc_f64_s of values near the limit of f64 representation (#2968)Alon Zakai2020-07-211-2/+2
* Avoid __popcnt and __popcnt64 intrinsics for MSVC (#2944)Max Graey2020-07-061-8/+6
* More efficient isInteger util (#2945)Max Graey2020-07-061-1/+1
* Optimize bit count polyfills (#2914)Max Graey2020-06-172-26/+75
* Add a non-const iterator to SmallVector (#2685)Thomas Lively2020-03-101-15/+22
* Initial multivalue support (#2675)Thomas Lively2020-03-051-0/+5
* Fix for cmake 3.10 (eg on Ubuntu LTS) (#2632)Brion Vibber2020-01-301-1/+1
* Verify --version output matches CHANGELOG (#2580)Sam Clegg2020-01-101-1/+1
* Remove git dependency (#2578)Sam Clegg2020-01-081-1/+1
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-302-7/+5
* Don't include `$` with names unless outputting to wat format (#2506)Sam Clegg2019-12-061-2/+1
* Add some tracing to wasm-emscripten-finalize (#2505)Sam Clegg2019-12-051-1/+1
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-054-1/+62
* Add BYN_ENABLE_ASSERTSION option to allow assertions to be disabled. (#2500)Sam Clegg2019-12-043-2/+15
* cmake: Convert to using lowercase for and functions/macros (#2495)Sam Clegg2019-12-041-2/+2
* Convert to using DEBUG macros (#2497)Sam Clegg2019-12-042-35/+21
* Add BYN_DEBUG/BYN_TRACE macros similar to LLVM's debug system (#2496)Sam Clegg2019-12-044-2/+119
* Collect all object files from the object libraries in a CMake variable (#2477)Immanuel Haffner2019-11-261-2/+1
* Revert "Build libbinaryen as a monolithic statically/shared library (#2463)" ...Alon Zakai2019-11-251-1/+1
* Build libbinaryen as a monolithic statically/shared library (#2463)Immanuel Haffner2019-11-221-1/+1
* Fix autoreducing when not in the binaryen directory (#2390)Alon Zakai2019-10-172-8/+31
* asyncify: support *-matching in whitelist and blacklist (#2344)Beuc2019-09-231-5/+6
* Support response files, and use that in Asyncify (#2319)Alon Zakai2019-08-303-0/+24
* Allow all features on wasm2js and add atomic tests (#2311)Heejin Ahn2019-08-281-4/+0
* Support --version argument in command line tools (#2304)Sam Clegg2019-08-201-0/+9
* Proper Asyncify list name handling (#2275)Alon Zakai2019-07-311-0/+42
* Bysyncify: allow wildcard endings in import list (#2190)Alon Zakai2019-06-302-3/+72
* Enable compiling on GCC < 5 (#2149)Matt Topol2019-06-121-1/+1
* Allow color API to enable and disable colors (#2111)Siddharth2019-05-172-5/+7
* clang-tidy braces changes (#2075)Alon Zakai2019-05-019-32/+62
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-2626-370/+411
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-0/+3
* Wasm2js refactoring (#1997)Alon Zakai2019-04-111-0/+66
* Use target features section in wasm-opt (#1967)Thomas Lively2019-04-031-2/+2
* Allow tools to read from stdin (#1950)Thomas Lively2019-03-182-1/+13
* Remove unnecessary semicolons (#1942)Ryoga2019-03-181-1/+1
* Use stdout for --help message (#1937)Sam Clegg2019-03-061-9/+9
* Simplify ExpressionAnalyzer (#1920)Alon Zakai2019-02-271-0/+1
* SmallVector (#1912)Alon Zakai2019-02-251-0/+172
* Code style improvements (#1868)Alon Zakai2019-01-153-6/+6
* Fix build on macOS High Sierra 10.13.1 and Xcode 9.2 (9C40b), which does not ...juj2019-01-101-0/+4