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.26.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.27.0
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 7, 2014

  1. Configuration menu
    Copy the full SHA
    626c7af View commit details
    Browse the repository at this point in the history
  2. Refactor ExtractElementInst code.

    Pull the code out into a standalone function, in preparation for
    implementing extraction with non-constant indicies.
    sunfishcode committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    a0051e0 View commit details
    Browse the repository at this point in the history
  3. Update for new swizzle syntax.

    Swizzle is changing to match shuffle's style of specifying each lane as
    a separate index.
    sunfishcode committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    d2db389 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. Recognize the LLVM insert+shuffle splat sequence

    LLVM IR has no splat operator; it uses an insert and a shuffle instead.
    Recognize this pattern so that we can emit a single SIMD splat
    operation.
    sunfishcode committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    b19ac23 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2014

  1. 1.27.0

    kripken committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    2dc3807 View commit details
    Browse the repository at this point in the history
Loading