Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code style improvements (#1868) | Alon Zakai | 2019-01-15 | 1 | -4/+5 |
| | | | | * Use modern T p = v; notation to initialize class fields * Use modern X() = default; notation for empty class constructors | ||||
* | standardize on 'template<' over 'template <' (i.e., remove a space) (#1782) | Alon Zakai | 2018-11-29 | 1 | -1/+1 |
| | |||||
* | refactor asm.js ast to use an AssignName node, for the common case of ↵ | Alon Zakai (kripken) | 2017-01-31 | 1 | -0/+18 |
| | | | | assigning to a name and not an arbitrary ast node | ||||
* | refactor asm.js ast to not use STAT nodes - we don't need to print the ↵ | Alon Zakai (kripken) | 2017-01-31 | 1 | -4/+0 |
| | | | | asm.js anyhow, so knowing where ;s are is unnecessary bloat | ||||
* | refactor asm.js ast to use an Assign node | Alon Zakai (kripken) | 2017-01-31 | 1 | -1/+101 |
| | |||||
* | use MixedArena in asm.js ast | Alon Zakai (kripken) | 2017-01-31 | 1 | -35/+10 |
| | |||||
* | refactor asm.js ast to use a string node directly instead of [NAME, string] | Alon Zakai (kripken) | 2017-01-31 | 1 | -1/+1 |
| | |||||
* | refactor asm.js ast to use a number node directly instead of [NUM, number] | Alon Zakai (kripken) | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | clean up in emscripten-optimizer arenas | Alon Zakai | 2016-04-27 | 1 | -0/+9 |
| | |||||
* | Fix the license headers | JF Bastien | 2015-12-21 | 1 | -1/+15 |
| | | | | 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. | ||||
* | if is not statable | Alon Zakai | 2015-12-06 | 1 | -1/+1 |
| | |||||
* | restructure code, put emscripten-optimizer stuff in its own dir | Alon Zakai | 2015-11-09 | 1 | -0/+259 |