Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add string parameter to WASM_UNREACHABLE (#2499) | Sam Clegg | 2019-12-05 | 1 | -0/+14 |
* | Apply format changes from #2048 (#2059) | Alon Zakai | 2019-04-26 | 1 | -13/+8 |
* | standardize on 'template<' over 'template <' (i.e., remove a space) (#1782) | Alon Zakai | 2018-11-29 | 1 | -1/+1 |
* | Don't call static desructors when Fatal() errors occur (#1722) | Sam Clegg | 2018-11-02 | 1 | -1/+4 |
* | More simple math opts (#1414) | Alon Zakai | 2018-02-14 | 1 | -5/+3 |
* | Log callImport fatal error to cerr so it is not buffered. (#1036) | Sam Clegg | 2017-06-12 | 1 | -1/+3 |
* | Move wasm-linker into its own cpp file (#375) | Derek Schuff | 2016-04-21 | 1 | -0/+4 |
* | Move Fatal into utilities.h (#376) | Derek Schuff | 2016-04-21 | 1 | -0/+18 |
* | Factor linker-related functionality of S2WasmBuilder into its own class (#372) | Derek Schuff | 2016-04-21 | 1 | -0/+6 |
* | Properly align the stack pointer | Derek Schuff | 2016-04-06 | 1 | -0/+13 |
* | Factor out bit_cast. | JF Bastien | 2016-01-28 | 1 | -0/+40 |