Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split construction, scanning, and building phases of S2WasmBuilder (#400) | Derek Schuff | 2016-04-27 | 1 | -2/+2 |
| | | | | | | | | | | | Instead of doing all of the S2Wasm work in the constructor, split construction, scanning (to determine implemented functions) and building of the wasm module. This allows the linker to get the symbol information (e.g. implemented functions) without having to build an entire module (which will be useful for archives) and to allow the linker to link a new object into the existing one by building the wasm module in place on the existing module. | ||||
* | Fix the build with GCC 5.3.1 and Clang 3.8.0. | Csaba Osztrogonác | 2016-03-31 | 1 | -2/+2 |
| | | | | Fixes #299 | ||||
* | parse nans with all due care | Alon Zakai | 2016-02-02 | 1 | -2/+2 |
| | |||||
* | save int bits in Literals, only bitcast to float/double on explicit request | Alon Zakai | 2016-02-02 | 1 | -21/+18 |
| | |||||
* | don't accept -+ #163 | Alon Zakai | 2016-02-02 | 1 | -1/+5 |
| | |||||
* | Use bit_cast in parseConst, avoid UB | JF Bastien | 2016-01-28 | 1 | -24/+19 |
| | |||||
* | Fix / uniformize include guards | JF Bastien | 2015-12-22 | 1 | -0/+5 |
| | |||||
* | Fix the license headers | JF Bastien | 2015-12-21 | 1 | -1/+15 |
| | | | | This applies Apache 2.0 properly (as far as our lawyers have told me). We can do this early since all of the code was written by Alon Zakai. | ||||
* | process on s2wasm, and first working testcase | Alon Zakai | 2015-12-10 | 1 | -0/+2 |
| | |||||
* | refactor const parsing | Alon Zakai | 2015-12-10 | 1 | -0/+151 |