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.14.1
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.15.0
Choose a head ref
  • 20 commits
  • 17 files changed
  • 2 contributors

Commits on Apr 9, 2014

  1. do not eliminate loop vars if there are non-loop vars in the else tha…

    …t are influenced by the loop var or the helper
    kripken committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    c0fdf61 View commit details
    Browse the repository at this point in the history
  2. testcase traverse tool

    kripken committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    4d0decb View commit details
    Browse the repository at this point in the history
  3. Skip other.test_odin_validation if SpiderMonkey is not present, since…

    … it is a SpiderMonkey-specific test.
    juj committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    f012ed9 View commit details
    Browse the repository at this point in the history
  4. Ease use with tools/validate_asmjs.py by making it look for a corresp…

    …onding .js file if a .html file without asm.js code is given. This matches the convention of emcc output, which generates .html and .js files with same basename.
    juj committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    19c1821 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    158e8c4 View commit details
    Browse the repository at this point in the history
  6. When we build native OSX executables with Clang, we must tell Clang w…

    …hich OSX SDK version we are targeting. Add a function CLANG_NATIVE_ARGS() that returns a list of compiler args that need to be appended when building native executables for the current platform, which for OSX automatically find an SDK to target. Make the machinery lazy and cached so that it's not invoked if native executables are not built, and that it's invoked only once when needed. Fixed test other.test_bad_triple on OSX.
    juj committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    b239fb1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2279 from juj/test_bad_triple

    Fix other.test_bad_triple.
    juj committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    e52c993 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0817a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f659461 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2276 from juj/test_odin_validation

    other.test_odin_validation
    kripken committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    0fa67a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2014

  1. Configuration menu
    Copy the full SHA
    e2811fe View commit details
    Browse the repository at this point in the history
  2. __atomic funcs

    kripken committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    022873c View commit details
    Browse the repository at this point in the history
  3. In default-provided shells, make standard C stdout always print out t…

    …o console.log(), and C stderr print out to console.error(). Make the presence of a html page output textbox optional. These changes make the default shells more friendly for Firefox for Android and Firefox OS devices.
    juj committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    577f405 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7f14ce View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2280 from juj/revise_shell_print

    Revise shell prints.
    kripken committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    6e06d8e View commit details
    Browse the repository at this point in the history
  6. finish 64-bit atomics; fixes #2273

    kripken committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    ca8d5a6 View commit details
    Browse the repository at this point in the history
  7. improve test traversal tool

    kripken committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    aa8cd95 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0850228 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b6f5e3 View commit details
    Browse the repository at this point in the history
  10. 1.15.0

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