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.27.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.27.2
Choose a head ref
  • 9 commits
  • 11 files changed
  • 2 contributors

Commits on Nov 25, 2014

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

Commits on Nov 29, 2014

  1. Use HEAPU8 for SIMD load and store

    Change from HEAP8 to HEAPU8, as that is what Odin's validator is
    currently requiring.
    sunfishcode committed Nov 29, 2014
    Configuration menu
    Copy the full SHA
    0805948 View commit details
    Browse the repository at this point in the history
  2. Enable asm.js validation for SIMD

    Not everything is working yet, but we're now at the point where it's
    more useful to enable validation than to disable it by default.
    sunfishcode committed Nov 29, 2014
    Configuration menu
    Copy the full SHA
    a0df0e0 View commit details
    Browse the repository at this point in the history
  3. Start a JS backend cost model

    Implement the TargetTransformInfo interface with JSTargetTransformInfo,
    which gives costs used by the optimizer. The implementation is currently
    fairly minimal.
    sunfishcode committed Nov 29, 2014
    Configuration menu
    Copy the full SHA
    28ad033 View commit details
    Browse the repository at this point in the history
  4. Optimize splat constants.

    sunfishcode committed Nov 29, 2014
    Configuration menu
    Copy the full SHA
    0a32879 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2014

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

Commits on Dec 8, 2014

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

Commits on Dec 9, 2014

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

Commits on Dec 10, 2014

  1. 1.27.2

    kripken committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    30f7e93 View commit details
    Browse the repository at this point in the history
Loading