summaryrefslogtreecommitdiff
path: root/src/support/utilities.h
Commit message (Expand)AuthorAgeFilesLines
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-0/+14
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-13/+8
* standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)Alon Zakai2018-11-291-1/+1
* Don't call static desructors when Fatal() errors occur (#1722)Sam Clegg2018-11-021-1/+4
* More simple math opts (#1414)Alon Zakai2018-02-141-5/+3
* Log callImport fatal error to cerr so it is not buffered. (#1036)Sam Clegg2017-06-121-1/+3
* Move wasm-linker into its own cpp file (#375)Derek Schuff2016-04-211-0/+4
* Move Fatal into utilities.h (#376)Derek Schuff2016-04-211-0/+18
* Factor linker-related functionality of S2WasmBuilder into its own class (#372)Derek Schuff2016-04-211-0/+6
* Properly align the stack pointerDerek Schuff2016-04-061-0/+13
* Factor out bit_cast.JF Bastien2016-01-281-0/+40