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.36.11
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.36.12
Choose a head ref
  • 9 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 1, 2016

  1. wasm i64 support (#152)

    * add --emscripten-only-wasm option and use it to emit i64s directly
    
    * i64 ctz/clz support
    
    * lower atomics if only-wasm, since no atomics there yet
    kripken authored Oct 1, 2016
    Configuration menu
    Copy the full SHA
    2ef754e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2016

  1. wasm-only loads and stores

    kripken committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    e800fd1 View commit details
    Browse the repository at this point in the history
  2. wasm-only 32-bit bitcasts

    kripken committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    d13b557 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9da1245 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffece3e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #153 from kripken/wasm-only-more

    More wasm-only opts
    kripken authored Oct 2, 2016
    Configuration menu
    Copy the full SHA
    68c1070 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

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

Commits on Oct 11, 2016

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

Commits on Oct 20, 2016

  1. Bump version to 1.36.12.

    juj committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    ccec43c View commit details
    Browse the repository at this point in the history
Loading