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-clang
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-clang
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
  • 3 files changed
  • 3 contributors

Commits on Oct 24, 2014

  1. Handle va_arg on struct types for the le32 target (PNaCl and Emscripten)

    Cherry picked from https://codereview.chromium.org/183973037, itself a
    cherry pick from clang upstream r199830, originally
    authored by mseaborn@chromium.org
    
    PNaCl and Emscripten can both handle va_arg IR instructions with
    struct type.
    
    Also add a test to cover generating a va_arg IR instruction from
    va_arg in C on le32 (as already handled by VisitVAArgExpr() in
    CGExprScalar.cpp), which was not covered by a test before.
    
    (This fixes
    https://code.google.com/p/nativeclient/issues/detail?id=2381)
    
    Differential Revision: http://llvm-reviews.chandlerc.com/D2539
    
    R=mseaborn@chromium.org, dschuff@chromium.org, jvoung@chromium.org
    TEST= ninja clang-check
    BUG= https://code.google.com/p/nativeclient/issues/detail?id=2381
    ericrannaud committed Oct 24, 2014
    Configuration menu
    Copy the full SHA
    de1f674 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2014

  1. Merge pull request #4 from ericrannaud/incoming

    Handle va_arg on struct types for the le32 target (PNaCl and Emscripten)
    sunfishcode committed Oct 30, 2014
    Configuration menu
    Copy the full SHA
    7643c5d 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
    85ab97a View commit details
    Browse the repository at this point in the history
Loading