summaryrefslogtreecommitdiff
path: root/src/passes/NameManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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