Skip to content
This repository was 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.36.1
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.36.2
Choose a head ref
  • 9 commits
  • 4 files changed
  • 4 contributors

Commits on Mar 16, 2016

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

Commits on Mar 21, 2016

  1. Configuration menu
    Copy the full SHA
    2ac8cd1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #138 from hackcasual/cvaughn_emdebug_work

    Added DWARF style debugging information extraction.
    kripken committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    d500fef View commit details
    Browse the repository at this point in the history
  3. add wasm compilation mode in asm.js backend, in which we don't assume…

    … asm.js builtins like Math.sin
    kripken committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    d64f485 View commit details
    Browse the repository at this point in the history
  4. fix merge bustage

    kripken committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    d5964ba View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

  1. Configuration menu
    Copy the full SHA
    b663ecf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #139 from juj/emscripten_atomic_fence

    Implement emscripten_atomic_fence().
    kripken committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    9103930 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. Fix for recursively referenced insertvalue (#134)

    * Don't remove references to insertvalue instructions as they might be recursively referenced.
    
    * Delay deletion of inservalue instructions to the finalize stage
    
    * Fix indentation
    
    Replace tabs with spaces.
    
    * Replace 4 space indentation with 2 spaces.
    
    * Correct indentation (4 to 2 spaces)
    Maher4Ever authored and kripken committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    52c5931 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. 1.36.2

    kripken committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    29b301d View commit details
    Browse the repository at this point in the history
Loading