Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | index locals, so that get_local and set_local have just an index, and local ↵ | Alon Zakai | 2016-04-18 | 1 | -5/+5 |
| | | | | names are kept on the Function object (#354) | ||||
* | rename function locals, to params and vars, which together are all the ↵ | Alon Zakai | 2016-04-14 | 1 | -2/+2 |
| | | | | locals. preparation for #336 (#349) | ||||
* | br_table, no more cases | Alon Zakai | 2016-03-07 | 1 | -1/+0 |
| | |||||
* | Fix the license headers | JF Bastien | 2015-12-21 | 1 | -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 spec | Alon Zakai | 2015-12-18 | 1 | -3/+0 |
| | |||||
* | add descriptions to passes | Alon Zakai | 2015-11-13 | 1 | -1/+1 |
| | |||||
* | pass support | Alon Zakai | 2015-11-13 | 1 | -0/+68 |