Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: emscripten-core/emscripten-fastcomp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.37.1
Choose a base ref
...
head repository: emscripten-core/emscripten-fastcomp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.37.2
Choose a head ref
  • 11 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 14, 2016

  1. Configuration menu
    Copy the full SHA
    63a8a30 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Configuration menu
    Copy the full SHA
    423ab34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc42f6a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2016

  1. Configuration menu
    Copy the full SHA
    444da88 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Configuration menu
    Copy the full SHA
    4a26fb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2016

  1. declare types for functions which may not have a use, so that asm2was…

    …m can infer their type (e.g. they may only be in a table, but never called)
    kripken committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    0664495 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. Merge pull request #162 from kripken/binaryen-linking

    Binaryen dynamic linking
    kripken authored Dec 28, 2016
    Configuration menu
    Copy the full SHA
    942a10f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. use only memoryBase and tableBase, avoiding the nonstandard gb, fb fo…

    …r wasm dynamic modules (#163)
    kripken authored Jan 5, 2017
    Configuration menu
    Copy the full SHA
    f63a464 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Fix expansion of boolean simd vectors to expand lanes up to the corre…

    …ct lane size (2,4,8 or 16). This prevents i1xN vector constant creation from getting erroneously expanded up to a nonexisting Bool1x128 type.
    juj committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    5b2f8df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #156 from juj/no_bool1x128

    no_bool1x128
    juj authored Jan 26, 2017
    Configuration menu
    Copy the full SHA
    bf97793 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. 1.37.2

    kripken committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    c3984b0 View commit details
    Browse the repository at this point in the history
Loading