summaryrefslogtreecommitdiff
path: root/src/passes/NameManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Wasm h to cpp (#926)jgravelle-google2017-03-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Move WasmType function implementations to wasm.cpp * Move Literal methods to wasm.cpp * Reorder wasm.cpp shared constants back to top * Move expression functions to wasm.cpp * Finish moving things to wasm.cpp * Split out Literal into its own .h/.cpp. Also factor out common wasm-type module * Remove unneeded/transitive includes from wasm.h * Add comment to try/check methods * Rename tryX/checkX methods to getXOrNull * Add missing include that should fix appveyor build breakage * More appveyor
* loops no longer have an out label and other upstream loop updatesAlon Zakai2016-09-071-2/+1
|
* Add initialization functions for passes to avoid missing pass registration ↵Jukka Jylänki2016-06-211-1/+3
| | | | due to linker dead code elimination. Fixes #577.
* index locals, so that get_local and set_local have just an index, and local ↵Alon Zakai2016-04-181-5/+5
| | | | names are kept on the Function object (#354)
* rename function locals, to params and vars, which together are all the ↵Alon Zakai2016-04-141-2/+2
| | | | locals. preparation for #336 (#349)
* br_table, no more casesAlon Zakai2016-03-071-1/+0
|
* Fix the license headersJF Bastien2015-12-211-1/+16
| | | | This applies Apache 2.0 properly (as far as our lawyers have told me). We can do this early since all of the code was written by Alon Zakai.
* remove Label, which was removed from the specAlon Zakai2015-12-181-3/+0
|
* add descriptions to passesAlon Zakai2015-11-131-1/+1
|
* pass supportAlon Zakai2015-11-131-0/+68