summaryrefslogtreecommitdiff
path: root/src/emscripten-optimizer
Commit message (Expand)AuthorAgeFilesLines
* wasm2js: Fix null handling and RefAsNonNull (#6656)Alon Zakai2024-06-121-8/+4
* wasm2js: Add basic reference operations (#6648)Alon Zakai2024-06-102-2/+10
* Remove obsolete parser code (#6607)Thomas Lively2024-05-292-988/+0
* Use new wast parser in wasm2js (#6606)Thomas Lively2024-05-291-2/+1
* [NFC] Mark operator== as const (#5990)walkingeyerobot2023-10-031-1/+1
* wasm2js: Stop emitting nan and infinity (#5391)Will Cohen2023-01-041-14/+6
* Fix warnings from -Wheader-hygiene and -Wimplicit-const-int-float-conversion ...Martin Kustermann2022-11-172-4/+5
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-152-2/+2
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-117-244/+61
* [wasm2js] Support exports of Globals (#4523)magic-akari2022-03-173-7/+55
* Make static buffers in numToString thread local (#4134)Thomas Lively2021-09-091-4/+6
* [Refactoring] Cleanup asm2wasm. Use JS instead ASM prefix where possible. NFC...Max Graey2021-09-012-363/+54
* cleanup to allow binaryen to be built in more strict environments (#3566)walkingeyerobot2021-02-162-3/+4
* Simplify some numeric code (#3186)Max Graey2020-10-012-3/+3
* Added headers to CMake files (#3037)Wouter van Oortmerssen2020-08-101-0/+2
* wasm2js: Bulk memory support (#2923)Alon Zakai2020-06-222-0/+8
* 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