summaryrefslogtreecommitdiff
path: root/src/emscripten-optimizer
Commit message (Expand)AuthorAgeFilesLines
* cmake: Convert to using lowercase for and functions/macros (#2495)Sam Clegg2019-12-041-2/+2
* Update spec test suite (#2484)Heejin Ahn2019-11-291-0/+3
* Collect all object files from the object libraries in a CMake variable (#2477)Immanuel Haffner2019-11-261-1/+1
* Revert "Build libbinaryen as a monolithic statically/shared library (#2463)" ...Alon Zakai2019-11-251-1/+1
* Build libbinaryen as a monolithic statically/shared library (#2463)Immanuel Haffner2019-11-221-1/+1
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-241-5/+2
* wasm2js: don't emit obviously unnecessary parens (#2080)Alon Zakai2019-05-021-12/+26
* clang-tidy braces changes (#2075)Alon Zakai2019-05-016-166/+285
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-268-858/+1209
* wasm2js: remove unneeded break/continue labels (#2058)Alon Zakai2019-04-262-66/+4
* wasm2js: more js optimization (#2050)Alon Zakai2019-04-241-0/+3
* wasm2js: start to optionally optimize the JS (#2046)Alon Zakai2019-04-243-190/+45
* wasm2js: emit quoted properties for the exports, to support closure compiler ...Alon Zakai2019-04-231-2/+17
* wasm2js: fix printing of negated negative constants (#2034)Alon Zakai2019-04-221-0/+3
* wasm2js: do not try to be smart with not emitting if braces, the corner cases...Alon Zakai2019-04-181-33/+17
* Fix if else JS printing when if body is a labelled block (#2017)Alon Zakai2019-04-171-1/+4
* More misc ASAN fixes (#1882)Alon Zakai2019-01-222-0/+5
* Code style improvements (#1868)Alon Zakai2019-01-155-22/+24
* Cleanup shared constants (#1784)Sam Clegg2018-11-293-7/+2
* standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)Alon Zakai2018-11-292-3/+3
* Fix alignment in MixedAllocator (#1740)Alon Zakai2018-11-131-2/+2
* fix sign detection of a floating-point mod ; fixes kripken/emscripten#7123 (#...Alon Zakai2018-09-151-1/+1
* Optimize validation of many nested blocks (#1576)Alon Zakai2018-05-301-2/+1
* wasm2asm: Fix and enable a large number of spec tests (#1558)Alex Crichton2018-05-291-6/+14
* wasm2asm: Implement float<->int conversions (#1550)Alex Crichton2018-05-161-0/+15
* EM_JS binaryen support (#1410)Jacob Gravelle2018-02-261-4/+8
* Add startsWith function to IString (#1393)Heejin Ahn2018-01-291-0/+9
* i64 to i32 lowering for wasm2asm (#1134)Thomas Lively2017-09-011-3/+5
* wasm2asm test generation (#1124)Thomas Lively2017-08-163-61/+43
* wasm2asm i32 arithmetic support (#1120)Thomas Lively2017-08-072-0/+2
* Get wasm2asm building again (#1107)Thomas Lively2017-08-021-0/+651
* Parallelize istring creation (#1008)Alon Zakai2017-05-161-14/+29
* Fix build with gcc 7 (#957)Morris Hafner2017-03-291-2/+1
* refactor asm.js ast to use an AssignName node, for the common case of assigni...Alon Zakai (kripken)2017-01-312-9/+48
* refactor asm.js ast to not use STAT nodes - we don't need to print the asm.js...Alon Zakai (kripken)2017-01-315-643/+2
* refactor asm.js ast to use an Assign nodeAlon Zakai (kripken)2017-01-314-119/+149
* use MixedArena in asm.js astAlon Zakai (kripken)2017-01-312-78/+45
* refactor asm.js ast to use a string node directly instead of [NAME, string]Alon Zakai (kripken)2017-01-315-35/+33
* refactor asm.js ast to use a number node directly instead of [NUM, number]Alon Zakai (kripken)2017-01-305-20/+30
* fix large f32 consts, fixes #817 (#820)Alon Zakai2016-11-011-2/+2
* Fix some C6246: "Local declaration of 'i' hides declaration of the same name ...juj2016-10-201-1/+1
* asm2wasm i64 support (#723)Alon Zakai2016-09-304-8/+20
* Use more static libraries in the CMake build (#451)Derek Schuff2016-05-071-0/+6
* do not leak in IStringSetAlon Zakai2016-04-272-14/+16
* clean up in emscripten-optimizer arenasAlon Zakai2016-04-272-0/+10
* Fixes typo in hex number parsing in asm2wasm. (#362)Yury Delendik2016-04-181-1/+1
* Function parallelism (#343)Alon Zakai2016-04-151-10/+14
* AST Builder class, and use it to optimzie umoddi4 in asm2wasmAlon Zakai2016-04-082-0/+4
* optimize llvm.cttz.i32 into i32.ctzAlon Zakai2016-04-082-0/+2
* use strncpy #283Alon Zakai2016-03-282-6/+7