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.30.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.30.1
Choose a head ref
  • 15 commits
  • 13 files changed
  • 1 contributor

Commits on Mar 16, 2015

  1. Configuration menu
    Copy the full SHA
    59586f3 View commit details
    Browse the repository at this point in the history
  2. remove -disable-internalize workaround during lto, which was removed …

    …from llvm, and appears no longer needed
    kripken committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    6fd3fc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb9f1b9 View commit details
    Browse the repository at this point in the history
  4. update other.test_simplify_ifs for llvm 3.6; sadly, 3.6 does clever r…

    …ange analysis that causes a regression here (argc > 5, which means later it can avoid an argc > 0 at the loop header); this complicates the code enough so that we can't simplify all ifs. We can still simplify 1 though, so the test remains useful
    kripken committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    66f390f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. update varargs to new rules

    kripken committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    70b9889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aeb793 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2015

  1. Configuration menu
    Copy the full SHA
    b89f32d View commit details
    Browse the repository at this point in the history
  2. make sure to set label if label is used in the emterpreter, as we wil…

    …l run aggressiveVariableElimination after it is no longer identifiable
    kripken committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    919d74e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    321d281 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dabd95d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfa7995 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

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

Commits on Mar 23, 2015

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

Commits on Mar 24, 2015

  1. Configuration menu
    Copy the full SHA
    43c353e View commit details
    Browse the repository at this point in the history
  2. 1.30.1

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