summaryrefslogtreecommitdiff
path: root/src/support/utilities.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove our bespoke `make_unique` implementation (#5613)Thomas Lively2023-03-311-5/+0
* Change `exit()` to `Fatal()`; make it possible to throw on `Fatal()`. (#5087)Brian Anderson2022-10-011-4/+21
* Fix bugs with copying expressions (#5099)Thomas Lively2022-09-301-1/+1
* Fix errors when building in C++20 mode (#4528)Jakub Szewczyk2022-03-181-6/+9
* Clean up support/bits.h (#3177)Thomas Lively2020-09-301-1/+1
* 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