summaryrefslogtreecommitdiff
path: root/src/passes/NameManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Wasm h to cpp (#926)jgravelle-google2017-03-101-1/+1
* 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 du...Jukka Jylänki2016-06-211-1/+3
* index locals, so that get_local and set_local have just an index, and local n...Alon Zakai2016-04-181-5/+5
* rename function locals, to params and vars, which together are all the locals...Alon Zakai2016-04-141-2/+2
* br_table, no more casesAlon Zakai2016-03-071-1/+0
* Fix the license headersJF Bastien2015-12-211-1/+16
* 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