| Commit message (Expand) | Author | Age | Files | Lines |
* | Add multivalue feature (#2668) | Thomas Lively | 2020-02-27 | 5 | -9/+14 |
* | Add EH support for CodeFolding (#2665) | Heejin Ahn | 2020-02-26 | 2 | -0/+125 |
* | Add the GetFunctionTable JS API (#2554) | COFFEETALES | 2020-02-20 | 4 | -33/+68 |
* | Add br_on_exn support for UniqueNameMapper (#2659) | Heejin Ahn | 2020-02-19 | 2 | -4/+65 |
* | Code pushing support for br_on_exn (#2660) | Heejin Ahn | 2020-02-19 | 2 | -0/+31 |
* | Concise error output (#2652) | Alon Zakai | 2020-02-18 | 3 | -20/+41 |
* | DWARF: Fix debug_range handling of invalid entries (#2662) | Alon Zakai | 2020-02-18 | 3 | -0/+709 |
* | Add C-/JS-APIs for inlining options (#2655) | Daniel Wirtz | 2020-02-13 | 2 | -0/+43 |
* | Convert remaining python scripts to run under python3 (#2643) | Sam Clegg | 2020-02-11 | 2 | -2/+2 |
* | Fix missing newline after // EMSCRIPTEN_START_FUNCS and // EMSCRIPTEN_END_FUN... | juj | 2020-02-10 | 6 | -12/+24 |
* | Optimize base64 decoding (#2623) | juj | 2020-02-09 | 8 | -150/+182 |
* | Optimize Try in Vacuum (#2644) | Heejin Ahn | 2020-02-07 | 2 | -0/+54 |
* | Add C-/JS-APIs for lowMemoryUnused and pass arguments (#2639) | Daniel Wirtz | 2020-02-07 | 4 | -0/+157 |
* | DWARF: Disable optimization passes not fully compatible with DWARF yet (#2640) | Alon Zakai | 2020-02-06 | 1 | -1523/+2496 |
* | Fix LocalCSE's usable local selection (#2638) | Heejin Ahn | 2020-02-05 | 2 | -3/+38 |
* | Add EH support for OptimizeInstructions (#2608) | Heejin Ahn | 2020-02-05 | 4 | -30/+240 |
* | Trap when call_indirect's signatures mismatch (#2636) | Heejin Ahn | 2020-02-03 | 4 | -0/+53 |
* | Add EH support for EffectAnalyzer (#2631) | Heejin Ahn | 2020-02-03 | 7 | -101/+3841 |
* | DWARF: Fix debug_abbrev section (#2630) | Alon Zakai | 2020-01-28 | 4 | -4/+44 |
* | Optionally minify imported module names (#2620) | Alon Zakai | 2020-01-27 | 2 | -0/+21 |
* | DWARF: Properly emit signed 32 bit values for advance_line (#2625) | Alon Zakai | 2020-01-24 | 4 | -2333/+2333 |
* | Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2622) | Sam Clegg | 2020-01-24 | 5 | -47/+423 |
* | Handle indirect calls in CallGraphPropertyAnalysis (#2624) | Alon Zakai | 2020-01-24 | 2 | -1/+46 |
* | DWARF: Update .debug_loc (#2616) | Alon Zakai | 2020-01-23 | 2 | -216/+216 |
* | Limit the number of passive segments to work around a Chrome bug (#2613) | Thomas Lively | 2020-01-22 | 2 | -0/+590 |
* | DWARF: Update debug_ranges (#2612) | Alon Zakai | 2020-01-22 | 5 | -44/+39 |
* | DWARF: Fix debug lines in fannkuch -O0 (#2611) | Alon Zakai | 2020-01-22 | 4 | -294/+10460 |
* | DWARF: Use end_sequence and copy properly (#2610) | Alon Zakai | 2020-01-22 | 5 | -2440/+2262 |
* | DWARF: Allow debug lines with column 0 (#2609) | Alon Zakai | 2020-01-22 | 5 | -1786/+1833 |
* | DWARF: Track more function locations (#2604) | Alon Zakai | 2020-01-22 | 1 | -4/+12 |
* | DWARF: Track the positions of 'end', 'else', 'catch' binary locations (#2603) | Alon Zakai | 2020-01-21 | 2 | -1128/+1170 |
* | Unify JS memory segment API (#2533) | Daniel Wirtz | 2020-01-21 | 1 | -3/+5 |
* | Update debug line info with function entries (#2600) | Alon Zakai | 2020-01-17 | 5 | -756/+827 |
* | Expose ExpressionAnalyzer in C-/JS-API (#2585) | Daniel Wirtz | 2020-01-17 | 2 | -0/+106 |
* | DWARF: high_pc computation (#2595) | Alon Zakai | 2020-01-16 | 5 | -12/+12 |
* | Add EH support for CFGWalker (#2597) | Heejin Ahn | 2020-01-16 | 2 | -0/+204 |
* | Update DWARF testcases (#2594) | Alon Zakai | 2020-01-16 | 6 | -8703/+9118 |
* | DWARF: Function location tracking (#2592) | Alon Zakai | 2020-01-16 | 4 | -5/+5 |
* | Optimize passive segments in memory-packing (#2426) | Thomas Lively | 2020-01-15 | 3 | -38/+1362 |
* | Align binaryen.js with the npm package (#2551) | Daniel Wirtz | 2020-01-14 | 19 | -826/+693 |
* | DWARF updating: update DW_AT_low_pc attributes (#2584) | Alon Zakai | 2020-01-14 | 2 | -44/+44 |
* | Omit DWARF debug line ranges starting with 0 (#2587) | Alon Zakai | 2020-01-14 | 3 | -0/+1068 |
* | Fix emitting of .debug_abbrev (#2582) | Alon Zakai | 2020-01-10 | 5 | -10/+10 |
* | wasm2js: Do not convert x >>> 0 | 0 to x >>> 0 (#2581) | Alon Zakai | 2020-01-10 | 4 | -18/+18 |
* | DWARF support for multiple line tables (#2557) | Alon Zakai | 2020-01-09 | 8 | -0/+2493 |
* | Revert "Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2542)... | Sam Clegg | 2020-01-07 | 5 | -423/+47 |
* | DCE at the end of wasm2js (#2574) | Alon Zakai | 2020-01-06 | 7 | -69/+262 |
* | Do not print push/pop in stack IR (#2571) | Heejin Ahn | 2020-01-06 | 2 | -9/+9 |
* | Allow subtype in throw instruction (#2568) | Heejin Ahn | 2020-01-06 | 4 | -1/+19 |
* | Skip liveness analysis if too many locals (#2560) | Alon Zakai | 2020-01-06 | 3 | -0/+36 |