index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
support
/
bits.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-6
/
+2
*
Optimize comparisons with 0/1 in boolean context (#3240)
Max Graey
2020-10-18
1
-2
/
+2
*
Optimize power of two float divisions (#3018)
Max Graey
2020-10-13
1
-0
/
+3
*
Clean up support/bits.h (#3177)
Thomas Lively
2020-09-30
1
-39
/
+43
*
Implement more cases for getMaxBits (#2879)
Max Graey
2020-09-17
1
-0
/
+6
*
Optimize bit count polyfills (#2914)
Max Graey
2020-06-17
1
-5
/
+9
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-16
/
+8
*
standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)
Alon Zakai
2018-11-29
1
-6
/
+6
*
More simple math opts (#1414)
Alon Zakai
2018-02-14
1
-0
/
+7
*
Fix Visual Studio 2015 C++ warning about negating unsigned value by adding ty...
BSalita
2016-05-11
1
-4
/
+4
*
add Log2 and Pow2 support methods
Alon Zakai
2016-03-16
1
-0
/
+2
*
Move rol/ror to src/support/bits.h
Derek Schuff
2016-03-09
1
-0
/
+15
*
De-inline signed wrapper templates for bit manipulation functions
Derek Schuff
2016-02-03
1
-3
/
+3
*
Move bits.h to support/
JF Bastien
2016-02-03
1
-0
/
+70