-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: emscripten-core/emscripten
base: 1.17.0
head repository: emscripten-core/emscripten
compare: 1.18.0
- 19 commits
- 21 files changed
- 4 contributors
Commits on Apr 24, 2014
-
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
Configuration menu - View commit details
-
Copy full SHA for 55ba585 - Browse repository at this point
Copy the full SHA 55ba585View commit details -
Configuration menu - View commit details
-
Copy full SHA for e59333c - Browse repository at this point
Copy the full SHA e59333cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc1673 - Browse repository at this point
Copy the full SHA ffc1673View commit details
Commits on Apr 27, 2014
-
In fastcomp we actually need only tempRet0 and no higher indexes, rem…
…oved the higher indexes
Configuration menu - View commit details
-
Copy full SHA for 6aa34ba - Browse repository at this point
Copy the full SHA 6aa34baView commit details
Commits on May 3, 2014
-
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.
Configuration menu - View commit details
-
Copy full SHA for 733dda0 - Browse repository at this point
Copy the full SHA 733dda0View commit details
Commits on May 6, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 875c2a2 - Browse repository at this point
Copy the full SHA 875c2a2View commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 49387aa - Browse repository at this point
Copy the full SHA 49387aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 490a4b2 - Browse repository at this point
Copy the full SHA 490a4b2View commit details
Commits on May 7, 2014
-
Configuration menu - View commit details
-
Copy full SHA for deb4977 - Browse repository at this point
Copy the full SHA deb4977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42357af - Browse repository at this point
Copy the full SHA 42357afView commit details
Commits on May 8, 2014
-
Configuration menu - View commit details
-
Copy full SHA for ca8610a - Browse repository at this point
Copy the full SHA ca8610aView commit details -
Remove multiply defined symbol error on emscripten_get_now() at link …
…time when including emscripten.h in native builds.
Configuration menu - View commit details
-
Copy full SHA for 82ecd38 - Browse repository at this point
Copy the full SHA 82ecd38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c613ff - Browse repository at this point
Copy the full SHA 9c613ffView commit details -
Merge pull request #2311 from fadams/fix-64bit-long-return-issue
Fix 64bit long return issue
Configuration menu - View commit details
-
Copy full SHA for 2ad7b10 - Browse repository at this point
Copy the full SHA 2ad7b10View commit details -
Configuration menu - View commit details
-
Copy full SHA for d67cebe - Browse repository at this point
Copy the full SHA d67cebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc8909a - Browse repository at this point
Copy the full SHA cc8909aView commit details -
ignore touch events that do not correspond to a tracked touch; fixes …
…BananaBread crashes
Configuration menu - View commit details
-
Copy full SHA for 3aca411 - Browse repository at this point
Copy the full SHA 3aca411View commit details
Commits on May 9, 2014
-
Configuration menu - View commit details
-
Copy full SHA for ad11863 - Browse repository at this point
Copy the full SHA ad11863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b8a74f - Browse repository at this point
Copy the full SHA 5b8a74fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.17.0...1.18.0