summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* LocalCSE fuzz fix: invalidate the set operations too (#1778)Alon Zakai2018-11-282-0/+43
* Start to implement #1764 (#1776)Alon Zakai2018-11-282-0/+145
* Stricter Canonicalization (#1774)Alon Zakai2018-11-2727-19858/+20422
* ReFinalize fuzz fix (#1771)Alon Zakai2018-11-272-0/+45
* Relooper: Merge consecutive blocks (#1770)Alon Zakai2018-11-269-441/+590
* Branches only invalidate side effects (#1765)Alon Zakai2018-11-264-7118/+7115
* Merge-Blocks improvements (#1760)Alon Zakai2018-11-2613-11394/+11917
* Merge pull request #1761 from juj/minify_exportsjuj2018-11-222-0/+15024
|\
| * Adjust MinifyImportsAndExports to optionally minify the export names, sometim...Jukka Jylänki2018-11-222-0/+15024
* | Relooper CFG optimizations (#1759)Alon Zakai2018-11-2126-558/+3066
|/
* Use getTempRet0/setTempRet0 in LegalizeJSInterface.cpp (#1709)Sam Clegg2018-11-2019-388/+300
* Switch optimizations in remove-unused-brs (#1753)Alon Zakai2018-11-209-125/+212
* Reject all nonexistent instructions in sexp format (#1756)Thomas Lively2018-11-195-10/+6
* Fix a merge-blocks fuzz bug (#1755)Alon Zakai2018-11-1920-6369/+6610
* Generate sexp instruction parser (#1754)Thomas Lively2018-11-195-7/+11
* Optimize an if exit block into an if arm (#1749)Alon Zakai2018-11-1516-51403/+50965
* Don't try to optimize away unused names in RemoveUnusedBrs (#1750)Alon Zakai2018-11-1514-246/+225
* MergeBlocks: canonicalize loop exit block position on the inside (#1736)Alon Zakai2018-11-148-77/+108
* Handle EM_ASM functions in Tables (#1739)Jacob Gravelle2018-11-142-0/+77
* Restructure ifs with a value (#1743)Alon Zakai2018-11-142-0/+113
* ReFinalize fix (#1742)Alon Zakai2018-11-145-17/+62
* Add wasm-emscripten-finalize flag to separate data segments into a file (#1741)Derek Schuff2018-11-142-0/+61
* Better fuzzing (#1735)Alon Zakai2018-11-131-1083/+777
* fix flipping in dataflow graph generation (#1732)Alon Zakai2018-11-083-107/+201
* Rename tableBase/memoryBase to __table_base/__memory_base (#1731)Sam Clegg2018-11-08151-408/+474
* Fix a merge-blocks fuzz bug (#1730)Alon Zakai2018-11-082-21/+134
* Fix a DataFlowOpts bug (#1729)Alon Zakai2018-11-072-0/+21
* Fix a bug with (add (sub 0 X) Y) => (sub Y X) (#1727)Alon Zakai2018-11-072-0/+53
* add support for new call_indirect syntax ; fixes #1724 (#1725)Alon Zakai2018-11-054-0/+69
* Suppress the 'has StackIR' comment when printing StackIR (#1726)Daniel Wirtz2018-11-046-58/+58
* Fix asm2wasm handling of HEAP8[x >> 2] (#1720)Alon Zakai2018-11-027-9/+78
* Add pass to minify import and export names (#1719)Alon Zakai2018-11-012-0/+15026
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-01186-255/+255
* Add Module#emitStackIR to the JS-API (#1717)Daniel Wirtz2018-10-312-0/+77
* Expand asmConsts metadata to fit the shape of proxying async EM_ASMs (no actu...Jacob Gravelle2018-10-251-1/+1
* Support 4GB Memories (#1702)Alon Zakai2018-10-159-2/+34
* Shared memory support for add memory import and set memory functions. (#1686)Nidin Vinayakan2018-10-117-9/+9
* No atomic float operations (#1693)Alon Zakai2018-10-051-1104/+110
* Add initial/maximum table size parameters to C/JS API (#1687)Daniel Wirtz2018-09-284-7/+6
* More #1678 fixes (#1685)Alon Zakai2018-09-206-6/+100
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-19251-801/+773
* Add debug information locations to the function prolog/epilog (#1674)Yury Delendik2018-09-179-6/+79
* fix sign detection of a floating-point mod ; fixes kripken/emscripten#7123 (#...Alon Zakai2018-09-157-30/+150
* Note that calls to imports are not lightweight in inlining pass (#1673)Alon Zakai2018-09-121-2581/+2537
* Misc tiny fuzz fixes (#1668)Alon Zakai2018-09-1215-25/+8
* 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-1130-568/+568
* [wasm2js] Fix base64 encoding (#1670)Yury Delendik2018-09-052-0/+51
* DeadArgumentElimination Pass (#1641)Alon Zakai2018-09-0519-1709/+1243
* [wasm2js] Fix nested selects (#1671)Yury Delendik2018-09-052-0/+62