Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.17.0
Choose a base ref
...
head repository: emscripten-core/emscripten
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.18.0
Choose a head ref
  • 19 commits
  • 21 files changed
  • 4 contributors

Commits on Apr 24, 2014

  1. The most significant 32 bits of a 64 bit long return value get passed…

    … in the global tempRet0, but this fails when asm.js and/or closure are enabled as tempRet0 was declared again inside the asm closure. This fix exports tempRet0 via an accessor method Runtime.getTempRet0() which is visible with or without optimisations being enabled
    fadams committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    55ba585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e59333c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffc1673 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2014

  1. In fastcomp we actually need only tempRet0 and no higher indexes, rem…

    …oved the higher indexes
    fadams committed Apr 27, 2014
    Configuration menu
    Copy the full SHA
    6aa34ba View commit details
    Browse the repository at this point in the history

Commits on May 3, 2014

  1. Removed redundant wrapping function around Runtime.stackAlloc, Runtim…

    …e.stackSave and Runtime.stackRestore assignments to their respective versions in the asm namespace. Reran test suite and retested with my own app which makes heavy use of stackSave and stackRestore.
    fadams committed May 3, 2014
    Configuration menu
    Copy the full SHA
    733dda0 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. Configuration menu
    Copy the full SHA
    875c2a2 View commit details
    Browse the repository at this point in the history
  2. 3 Configuration menu
    Copy the full SHA
    49387aa View commit details
    Browse the repository at this point in the history
  3. update setTemp* as well

    kripken committed May 6, 2014
    Configuration menu
    Copy the full SHA
    490a4b2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2014

  1. Configuration menu
    Copy the full SHA
    deb4977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42357af View commit details
    Browse the repository at this point in the history

Commits on May 8, 2014

  1. Configuration menu
    Copy the full SHA
    ca8610a View commit details
    Browse the repository at this point in the history
  2. Remove multiply defined symbol error on emscripten_get_now() at link …

    …time when including emscripten.h in native builds.
    juj committed May 8, 2014
    Configuration menu
    Copy the full SHA
    82ecd38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c613ff View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2311 from fadams/fix-64bit-long-return-issue

    Fix 64bit long return issue
    kripken committed May 8, 2014
    Configuration menu
    Copy the full SHA
    2ad7b10 View commit details
    Browse the repository at this point in the history
  5. comment for massive

    kripken committed May 8, 2014
    Configuration menu
    Copy the full SHA
    d67cebe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc8909a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3aca411 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2014

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

    kripken committed May 9, 2014
    Configuration menu
    Copy the full SHA
    5b8a74f View commit details
    Browse the repository at this point in the history
Loading