Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ubsan build and remove workaround in favor of ubsan.blacklist (#678) | Sam Clegg | 2017-11-28 | 1 | -1/+8 |
| | |||||
* | Refactor wasm-opcodecnt. (#580) | Ben Smith | 2017-07-24 | 1 | -0/+5 |
Simplify some of the code using map instead of vector. Also added the ability to count immediates of any opcode. * Add ubsan blacklist, because stl_tree is broken in older libstdc++ implementations. This also requires a clang upgrade, since clang 3.5 is too old to support blacklists w/ ubsan. * Fix FileStream move constructor; this was incorrect, but worked on gcc/clang because the actual move was elided. * Use MATRIX_EVAL to bypass CC being set by `compiler` in `.travis.yml` |