Skip to content
This repository has been 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.0
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.26.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Oct 24, 2014

  1. PNaCl: Fix handling of va_arg on structs in simplification passes

    Cherry picked from https://codereview.chromium.org/135953002, originally
    authored by mseaborn@chromium.org
    
    Without this ordering change, ExpandStructRegs will fail with:
    
    Value:   %val = va_arg i8* %va_list, %MyStruct
    LLVM ERROR: Unrecognized struct value
    
    BUG=https://code.google.com/p/nativeclient/issues/detail?id=2381
    TEST=*.ll tests
    R=dschuff@chromium.org
    ericrannaud committed Oct 24, 2014
    Configuration menu
    Copy the full SHA
    370337f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2014

  1. Merge pull request #53 from ericrannaud/incoming

    PNaCl: Fix handling of va_arg on structs in simplification passes
    sunfishcode committed Oct 30, 2014
    Configuration menu
    Copy the full SHA
    a365c1c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2014

  1. 1.26.1

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