Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply format changes from #2048 (#2059) | Alon Zakai | 2019-04-26 | 1 | -16/+8 |
| | | | Mass change to apply clang-format to everything. We are applying this in a PR by me so the (git) blame is all mine ;) but @aheejin did all the work to get clang-format set up and all the manual work to tidy up some things to make the output nicer in #2048 | ||||
* | 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 |
| | | | | | | | | * optimize more simple math operations: mul of 0, or of 0, and of 0, mul of 1, mul of a power of 2, urem of a power of 2 * fix asm2wasm callImport parsing: the optimizer may get rid of the added offset to a function table * update js builds | ||||
* | Fix Visual Studio 2015 C++ warning about negating unsigned value by adding ↵ | BSalita | 2016-05-11 | 1 | -4/+4 |
| | | | | typename U in bits.h (#471) | ||||
* | 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 |
| | | | | This fixes the clang build. | ||||
* | Move bits.h to support/ | JF Bastien | 2016-02-03 | 1 | -0/+70 |
Faster compiles. |