summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add multivalue feature (#2668)Thomas Lively2020-02-275-9/+14
* Add EH support for CodeFolding (#2665)Heejin Ahn2020-02-262-0/+125
* Add the GetFunctionTable JS API (#2554)COFFEETALES2020-02-204-33/+68
* Add br_on_exn support for UniqueNameMapper (#2659)Heejin Ahn2020-02-192-4/+65
* Code pushing support for br_on_exn (#2660)Heejin Ahn2020-02-192-0/+31
* Concise error output (#2652)Alon Zakai2020-02-183-20/+41
* DWARF: Fix debug_range handling of invalid entries (#2662)Alon Zakai2020-02-183-0/+709
* Add C-/JS-APIs for inlining options (#2655)Daniel Wirtz2020-02-132-0/+43
* Convert remaining python scripts to run under python3 (#2643)Sam Clegg2020-02-112-2/+2
* Fix missing newline after // EMSCRIPTEN_START_FUNCS and // EMSCRIPTEN_END_FUN...juj2020-02-106-12/+24
* Optimize base64 decoding (#2623)juj2020-02-098-150/+182
* Optimize Try in Vacuum (#2644)Heejin Ahn2020-02-072-0/+54
* Add C-/JS-APIs for lowMemoryUnused and pass arguments (#2639)Daniel Wirtz2020-02-074-0/+157
* DWARF: Disable optimization passes not fully compatible with DWARF yet (#2640)Alon Zakai2020-02-061-1523/+2496
* Fix LocalCSE's usable local selection (#2638)Heejin Ahn2020-02-052-3/+38
* Add EH support for OptimizeInstructions (#2608)Heejin Ahn2020-02-054-30/+240
* Trap when call_indirect's signatures mismatch (#2636)Heejin Ahn2020-02-034-0/+53
* Add EH support for EffectAnalyzer (#2631)Heejin Ahn2020-02-037-101/+3841
* DWARF: Fix debug_abbrev section (#2630)Alon Zakai2020-01-284-4/+44
* Optionally minify imported module names (#2620)Alon Zakai2020-01-272-0/+21
* DWARF: Properly emit signed 32 bit values for advance_line (#2625)Alon Zakai2020-01-244-2333/+2333
* Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2622)Sam Clegg2020-01-245-47/+423
* Handle indirect calls in CallGraphPropertyAnalysis (#2624)Alon Zakai2020-01-242-1/+46
* DWARF: Update .debug_loc (#2616)Alon Zakai2020-01-232-216/+216
* Limit the number of passive segments to work around a Chrome bug (#2613)Thomas Lively2020-01-222-0/+590
* DWARF: Update debug_ranges (#2612)Alon Zakai2020-01-225-44/+39
* DWARF: Fix debug lines in fannkuch -O0 (#2611)Alon Zakai2020-01-224-294/+10460
* DWARF: Use end_sequence and copy properly (#2610)Alon Zakai2020-01-225-2440/+2262
* DWARF: Allow debug lines with column 0 (#2609)Alon Zakai2020-01-225-1786/+1833
* DWARF: Track more function locations (#2604)Alon Zakai2020-01-221-4/+12
* DWARF: Track the positions of 'end', 'else', 'catch' binary locations (#2603)Alon Zakai2020-01-212-1128/+1170
* Unify JS memory segment API (#2533)Daniel Wirtz2020-01-211-3/+5
* Update debug line info with function entries (#2600)Alon Zakai2020-01-175-756/+827
* Expose ExpressionAnalyzer in C-/JS-API (#2585)Daniel Wirtz2020-01-172-0/+106
* DWARF: high_pc computation (#2595)Alon Zakai2020-01-165-12/+12
* Add EH support for CFGWalker (#2597)Heejin Ahn2020-01-162-0/+204
* Update DWARF testcases (#2594)Alon Zakai2020-01-166-8703/+9118
* DWARF: Function location tracking (#2592)Alon Zakai2020-01-164-5/+5
* Optimize passive segments in memory-packing (#2426)Thomas Lively2020-01-153-38/+1362
* Align binaryen.js with the npm package (#2551)Daniel Wirtz2020-01-1419-826/+693
* DWARF updating: update DW_AT_low_pc attributes (#2584)Alon Zakai2020-01-142-44/+44
* Omit DWARF debug line ranges starting with 0 (#2587)Alon Zakai2020-01-143-0/+1068
* Fix emitting of .debug_abbrev (#2582)Alon Zakai2020-01-105-10/+10
* wasm2js: Do not convert x >>> 0 | 0 to x >>> 0 (#2581)Alon Zakai2020-01-104-18/+18
* DWARF support for multiple line tables (#2557)Alon Zakai2020-01-098-0/+2493
* Revert "Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2542)...Sam Clegg2020-01-075-423/+47
* DCE at the end of wasm2js (#2574)Alon Zakai2020-01-067-69/+262
* Do not print push/pop in stack IR (#2571)Heejin Ahn2020-01-062-9/+9
* Allow subtype in throw instruction (#2568)Heejin Ahn2020-01-064-1/+19
* Skip liveness analysis if too many locals (#2560)Alon Zakai2020-01-063-0/+36