Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-tidy braces changes (#2075) | Alon Zakai | 2019-05-01 | 1 | -5/+8 |
| | | | Applies the changes in #2065, and temprarily disables the hook since it's too slow to run on a change this large. We should re-enable it in a later commit. | ||||
* | Apply format changes from #2048 (#2059) | Alon Zakai | 2019-04-26 | 1 | -25/+27 |
| | | | Mass change to apply clang-format to everything. We are applying this in a PR by me so the (git) blame is all mine ;) but @aheejin did all the work to get clang-format set up and all the manual work to tidy up some things to make the output nicer in #2048 | ||||
* | wasm2js: remove unneeded break/continue labels (#2058) | Alon Zakai | 2019-04-26 | 1 | -61/+0 |
| | |||||
* | wasm2js: start to optionally optimize the JS (#2046) | Alon Zakai | 2019-04-24 | 1 | -168/+43 |
| | | | Removes redundant | 0s and similar things. (Apparently closure compiler doesn't do that, so makes sense to do here.) | ||||
* | 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 |