Skip to content
This repository was archived by the owner on Feb 5, 2019. 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: rust-lang/llvm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e45c75de1148456a9eb1a67c14a66df4dfb50c94
Choose a base ref
...
head repository: rust-lang/llvm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 487c636342ea1abe64d6387eade963a91a152aa9
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 26, 2017

  1. Fix libcall expansion creating DAG nodes with invalid type post type …

    …legalization.
    
    If we are lowering a libcall after legalization, we'll split the return type into a pair of legal values.
    
    Patch by Jatin Bhateja and Eli Friedman.
    
    Differential Revision: https://reviews.llvm.org/D34240
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307207 91177308-0d34-0410-b5e6-96231b3b80d8
    vadimcn authored and alexcrichton committed Nov 26, 2017
    Configuration menu
    Copy the full SHA
    70fc4b7 View commit details
    Browse the repository at this point in the history
  2. [WebAssembly] Fix stack offsets of return values from call lowering.

    Summary: Fixes PR35220
    
    Reviewers: vadimcn, alexcrichton
    
    Reviewed By: alexcrichton
    
    Subscribers: pepyakin, alexcrichton, jfb, dschuff, sbc100, jgravelle-google, llvm-commits, aheejin
    
    Differential Revision: https://reviews.llvm.org/D39866
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317895 91177308-0d34-0410-b5e6-96231b3b80d8
    jbhateja authored and alexcrichton committed Nov 26, 2017
    Configuration menu
    Copy the full SHA
    88bda2e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #98 from alexcrichton/fix-wasm

    Backport some wasm fixes
    alexcrichton authored Nov 26, 2017
    Configuration menu
    Copy the full SHA
    487c636 View commit details
    Browse the repository at this point in the history
Loading