summaryrefslogtreecommitdiff
path: root/src/compiler-support.h
Commit message (Expand)AuthorAgeFilesLines
* Use C++17's [[maybe_unused]]. NFC (#5309)Sam Clegg2022-12-021-10/+0
* Fix errors when building in C++20 mode (#4528)Jakub Szewczyk2022-03-181-8/+0
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-20/+3
* Move WASM_DEPRECATED so that binaryen-c.h is selfcontained. Fixes #2054 (#2399)Irmen de Jong2019-10-211-3/+0
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-11/+23
* Use assert in addition to abort for WASM_UNREACHABLE (#1747)Thomas Lively2018-11-151-1/+2
* Provide AddImport/AddExport for each element in the C-API (#1292)Daniel Wirtz2017-11-221-0/+3
* Use sanitizer runtime to print pretty stack traces on unreachable (#1079)Derek Schuff2017-06-301-0/+3
* Add atomic loads and stores (#1077)Derek Schuff2017-06-281-1/+1
* Log callImport fatal error to cerr so it is not buffered. (#1036)Sam Clegg2017-06-121-0/+8
* Allows parsing of debug information in .S filesYury Delendik2016-05-261-0/+6
* add Log2 and Pow2 support methodsAlon Zakai2016-03-161-0/+1
* Fix / uniformize include guardsJF Bastien2015-12-221-3/+3
* Add compiler-support.hJF Bastien2015-12-221-0/+38