Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add an ArenaVector for internal array allocations in expression nodes | Alon Zakai | 2016-04-26 | 1 | -3/+3 |
| | |||||
* | block helper utils | Alon Zakai | 2016-04-21 | 1 | -1/+14 |
| | |||||
* | remove the AllocatingModule class, and just make Module have allocations. ↵ | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
| | | | | the distinction is not really that useful, and passes do need to allocate, so we would need to pass around AllocatingModules all around anyhow. (#361) | ||||
* | index locals, so that get_local and set_local have just an index, and local ↵ | Alon Zakai | 2016-04-18 | 1 | -8/+67 |
| | | | | 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) | ||||
* | Add a method to generate a dyncall thunk (#337) | Derek Schuff | 2016-04-12 | 1 | -2/+26 |
| | | | | | Currently it's not called anywhere. The bulk of this change is refactoring to add makeFunction, makeCallIndirect, and makeReturn to wasm::Builder, and make S2wasmBuilder call it | ||||
* | AST Builder class, and use it to optimzie umoddi4 in asm2wasm | Alon Zakai | 2016-04-08 | 1 | -0/+116 |