summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More #1678 fixes (#1685)Alon Zakai2018-09-2010-10/+115
* fix an iterator invalidation regression from #1678 (#1684)Alon Zakai2018-09-201-5/+24
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-19314-2534/+2141
* wasm-opt fuzz script (#1682) [ci skip]Alon Zakai2018-09-191-0/+226
* Add debug information locations to the function prolog/epilog (#1674)Yury Delendik2018-09-1716-84/+233
* fix sign detection of a floating-point mod ; fixes kripken/emscripten#7123 (#...Alon Zakai2018-09-158-31/+151
* Note that calls to imports are not lightweight in inlining pass (#1673)Alon Zakai2018-09-122-2581/+2542
* Misc tiny fuzz fixes (#1668)Alon Zakai2018-09-1219-27/+20
* remove PageSize and HasFeature, which wasm removed a while back (#1667)Alon Zakai2018-09-129-34/+4
* Fix parsing of memory attributes in s-expression parser (#1666)Alon Zakai2018-09-111-13/+21
* check-in the test/spec suite instead of as submodule (#1677)Jay Phelps2018-09-1198-0/+22299
* Binary format local parsing fixes (#1664)Alon Zakai2018-09-1132-577/+581
* [wasm2js] Fix base64 encoding (#1670)Yury Delendik2018-09-053-8/+59
* DeadArgumentElimination Pass (#1641)Alon Zakai2018-09-0530-1738/+1706
* [wasm2js] Fix nested selects (#1671)Yury Delendik2018-09-053-3/+65
* Loop Invariant Code Motion (#1658)Alon Zakai2018-09-049-3/+1335
* Change the Literal class's operator== to be bitwise (#1661)Alon Zakai2018-09-018-20/+71
* BinaryenSetFunctionTable now accepts array of func names not funcs. (#1650)Jay Phelps2018-09-0110-64/+97
* Remove assert that import names match (#1662)Jacob Gravelle2018-08-311-4/+0
* Fix findField (#1660)Yury Delendik2018-08-311-0/+2
* Fix read-write of dylink section (#1648)Alon Zakai2018-08-315-9/+50
* Escape name section ids in binary format reading/writing to be WebAssembly sp...Yury Delendik2018-08-318-2/+116
* Remove replaced imports in LegalizeJSInterface (#1657)Sam Clegg2018-08-308-145/+131
* Rename `wasm2asm` to `wasm2js`, emit ESM by default (#1642)Alex Crichton2018-08-3085-1078/+2506
* Update tests after #1653 (#1656)Sam Clegg2018-08-301-6/+45
* use comma for -rpath instead of equals sign to fix MacOS (#1651)Jay Phelps2018-08-302-2/+2
* Run legalize-js-interface during wasm-emscripten-finalize (#1653)Sam Clegg2018-08-293-4/+24
* wasm-emscripten-finalize: Don't allow duplicates in 'declares'/'invokā€¦ (#1655)Sam Clegg2018-08-293-2/+110
* Greatly simplify iteration.h (#1654)Alon Zakai2018-08-291-139/+20
* wasm-emscripten-finalize: make _wasm_call_ctors optional (#1647)Sam Clegg2018-08-281-1/+3
* Improve getFallthrough (#1643)Alon Zakai2018-08-274-18/+176
* Souper integration + DataFlow optimizations (#1638)Alon Zakai2018-08-2722-104/+15525
* Fix value flowing in remove-unused-brs (#1639)Alon Zakai2018-08-203-27/+128
* switch from CMAKE_SOURCE_DIR to PROJECT_SOURCE_DIR to support add_subdirector...Jay Phelps2018-08-172-4/+4
* Print Stack IR in proper .wat format (#1630)Alon Zakai2018-08-1417-1067/+1380
* wasm-ctor-eval improvements (#1631)Alon Zakai2018-08-0713-126/+18
* Stack IR (#1623)Alon Zakai2018-07-30106-1740/+5323
* Fix source map entries offset when LEB is compressed. (#1628)Yury Delendik2018-07-2510-37/+64
* Notice parse errors on number parsing in the text format (#1608)Loppin Vincent2018-07-245-2/+16
* Clarify what function-parallel passes can do, and fix an asm2wasm bug (#1627)Alon Zakai2018-07-233-13/+29
* Some minor LocalGraph improvements (#1625)Alon Zakai2018-07-211-80/+57
* Mark arguments const in callExport (#1626)Alex Beregszaszi2018-07-211-6/+5
* Speedup localgraph (#1610)Loppin Vincent2018-07-201-18/+64
* Support constant globals in precompute pass (#1622)Daniel Wirtz2018-07-1818-108/+140
* Refactor stack writing code into a new StackWriter class (#1620)Alon Zakai2018-07-163-228/+248
* Minor code cleanups (#1617)Alon Zakai2018-07-104-125/+130
* Proper error handling in add* and get* methods (#1570)Alon Zakai2018-07-109-38/+116
* Fix out-of-tree install of wasm.js (#1616)Sam Clegg2018-07-061-2/+2
* Stop bundling binaryen.js builds (#1609)Alon Zakai2018-07-047-226/+34
* emscripten no longer allows modifying Module['print'] at runtime. Modify the ...Alon Zakai2018-07-031-9/+9