summaryrefslogtreecommitdiff
path: root/src/compiler-support.h
Commit message (Collapse)AuthorAgeFilesLines
* Provide AddImport/AddExport for each element in the C-API (#1292)Daniel Wirtz2017-11-221-0/+3
| | | | * Provide AddImport/AddExport for each element in the C-API
* Use sanitizer runtime to print pretty stack traces on unreachable (#1079)Derek Schuff2017-06-301-0/+3
| | | For even better debugging support.
* Add atomic loads and stores (#1077)Derek Schuff2017-06-281-1/+1
| | | | | Add IR, wast and binary support for atomic loads and stores. Currently all IR generated by means other than parsing wast and binary files always generates non-atomic accesses, and optimizations have not yet been made aware of atomics, so they are certainly not ready to be used yet.
* Log callImport fatal error to cerr so it is not buffered. (#1036)Sam Clegg2017-06-121-0/+8
| | | | | | | Use Fatal() rather than stdout or report callImport error Without this the write to stdout can be lost (Since the following line aborts)
* Allows parsing of debug information in .S filesYury Delendik2016-05-261-0/+6
| | | | Currently it ignores this information. Also it allows parse files with -asm-verbose=true.
* 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