summaryrefslogtreecommitdiff
path: root/src/support/bits.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-1/+2
| | | | | This works more like llvm's unreachable handler in that is preserves information even in release builds.
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-45/+47
| | | 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
* optimize linear sums (#904)Alon Zakai2017-02-161-1/+1
|
* Fix signed integer overflow UB (#430)JF Bastien2016-05-031-1/+1
| | | This puts us back where #404 wanted to be: all UB that ubsan knows about now causes an abort. This ins't to say that it's all gone, merely that our tests don't trigger any more UB which ubsan knows how to find :-)
* add Log2 and Pow2 support methodsAlon Zakai2016-03-161-0/+25
|
* fix gcc 4.8.2 breakage due to 66da1ee9cc70e3848c45745c21a244e54512fa9cAlon Zakai2016-02-031-9/+13
|
* Move bits.h to support/JF Bastien2016-02-031-0/+98
Faster compiles.