index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
support
/
bits.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-6
/
+2
*
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
1
-3
/
+11
*
Optimize power of two float divisions (#3018)
Max Graey
2020-10-13
1
-0
/
+24
*
Simplify some numeric code (#3186)
Max Graey
2020-10-01
1
-15
/
+3
*
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