Skip to content
This repository has been 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.29.10
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.29.11
Choose a head ref
  • 9 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 19, 2015

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

Commits on Mar 7, 2015

  1. JSWriter::error() will not return.

    Flagging this correctly results in some errors not being generated
    when compiling.
    waywardmonkeys committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    3a4aaae View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2015

  1. Merge pull request #63 from waywardmonkeys/error-is-noreturn

    JSWriter::error() will not return.
    kripken committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    24d7608 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2015

  1. Optimize stack restoration.

    Only emit stack restoration when the stack has been bumped by the
    current function. This means that all functions must exercise
    proper stack discipline.
    waywardmonkeys committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    c2db393 View commit details
    Browse the repository at this point in the history
  2. Fix asm.js validation of SIMD_float32x4_splat etc. when not in PRECIS…

    …E_F32 mode
    
    SIMD_float32x4_splat and SIMD_float32x4_with* need their scalar inputs to be
    coerced to float32 even if we're not in PRECISE_F32 mode.
    sunfishcode committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    fcf22fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4044407 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #64 from waywardmonkeys/stack-restore

    Optimize stack restoration.
    kripken committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    13334fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d272fd4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. 1.29.11

    kripken committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    a04ee4d View commit details
    Browse the repository at this point in the history
Loading