Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up support/bits.h (#3177) | Thomas Lively | 2020-09-30 | 1 | -24/+23 |
* | Implement more cases for getMaxBits (#2879) | Max Graey | 2020-09-17 | 1 | -0/+8 |
* | 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 |
* | Avoid __popcnt and __popcnt64 intrinsics for MSVC (#2944) | Max Graey | 2020-07-06 | 1 | -8/+6 |
* | Optimize bit count polyfills (#2914) | Max Graey | 2020-06-17 | 1 | -21/+66 |
* | Add string parameter to WASM_UNREACHABLE (#2499) | Sam Clegg | 2019-12-05 | 1 | -1/+2 |
* | Apply format changes from #2048 (#2059) | Alon Zakai | 2019-04-26 | 1 | -45/+47 |
* | optimize linear sums (#904) | Alon Zakai | 2017-02-16 | 1 | -1/+1 |
* | Fix signed integer overflow UB (#430) | JF Bastien | 2016-05-03 | 1 | -1/+1 |
* | add Log2 and Pow2 support methods | Alon Zakai | 2016-03-16 | 1 | -0/+25 |
* | fix gcc 4.8.2 breakage due to 66da1ee9cc70e3848c45745c21a244e54512fa9c | Alon Zakai | 2016-02-03 | 1 | -9/+13 |
* | Move bits.h to support/ | JF Bastien | 2016-02-03 | 1 | -0/+98 |