Skip to content
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: v8/v8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.4.288.21
Choose a base ref
...
head repository: v8/v8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.4.288.27
Choose a head ref
  • 12 commits
  • 24 files changed
  • 7 contributors

Commits on Apr 18, 2019

  1. Merged: [turbofan] Bail out for accesses to fields with representatio…

    …n None.
    
    Revision: acdeb64
    
    BUG=chromium:944865
    LOG=N
    NOTRY=true
    NOPRESUBMIT=true
    NOTREECHECKS=true
    [email protected]
    
    Change-Id: I5c10458b19a44ce8853201f61b1e0e0225e06250
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1571608
    Reviewed-by: Georg Neis <[email protected]>
    Cr-Commit-Position: refs/branch-heads/7.4@{#45}
    Cr-Branched-From: 3e8a733-refs/heads/7.4.288@{#1}
    Cr-Branched-From: d077f9b-refs/heads/master@{#60039}
    jaro-sevcik committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    b237f79 View commit details
    Browse the repository at this point in the history
  2. Version 7.4.288.22

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: I04a31cb771b329d2fff16034222bc2efa6d8870f
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1572683
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/7.4@{#46}
    Cr-Branched-From: 3e8a733-refs/heads/7.4.288@{#1}
    Cr-Branched-From: d077f9b-refs/heads/master@{#60039}
    V8 Autoroll committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    2a33edd View commit details
    Browse the repository at this point in the history
  3. Merged: [arm64] Remove x18 from allocatable registers

    The arm64 ABI defines x18 as a platform register, and as such
    platforms may reserve it for their own purposes.
    
    This CL unconditionally removes x18 from the allocatable register list
    (previously it was only excluded from arm64 Windows). If, for some
    reason, we want to keep x18 allocatable on some platforms, we can
    explicitly enable it for specific platforms in the future.
    
    Tbr: [email protected]
    No-Try: true
    No-Presubmit: true
    No-Treechecks: true
    Bug: v8:8940,v8:9140
    Change-Id: I28c4f6aad714e21a0a54bab6041c13a1b28fd467
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1564194
    Reviewed-by: Clemens Hammacher <[email protected]>
    Reviewed-by: Jaroslav Sevcik <[email protected]>
    Commit-Queue: Jakob Gruber <[email protected]>
    Cr-Original-Commit-Position: refs/heads/master@{#60870}(cherry picked from commit 9e9def0)
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1571617
    Reviewed-by: Jakob Gruber <[email protected]>
    Cr-Commit-Position: refs/branch-heads/7.4@{#47}
    Cr-Branched-From: 3e8a733-refs/heads/7.4.288@{#1}
    Cr-Branched-From: d077f9b-refs/heads/master@{#60039}
    schuay authored and Commit Bot committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    37c9d22 View commit details
    Browse the repository at this point in the history
  4. Version 7.4.288.23

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: I26d7907d5362c3c5580457ec28e35d0cd67d3b19
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1572686
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/7.4@{#48}
    Cr-Branched-From: 3e8a733-refs/heads/7.4.288@{#1}
    Cr-Branched-From: d077f9b-refs/heads/master@{#60039}
    V8 Autoroll committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    97d6df8 View commit details
    Browse the repository at this point in the history
  5. Merged: Squashed multiple commits.

    Merged: [tsan] Avoid modifying flags back and forth for each microtask queue test
    Revision: cc1ef74
    
    Merged: Cancel EnqueueMicrotask on detached contexts
    Revision: a487167
    
    BUG=chromium:937784,v8:8929
    LOG=N
    NOTRY=true
    NOPRESUBMIT=true
    NOTREECHECKS=true
    [email protected]
    
    Change-Id: Iff7c7460c800e2ae17f792ec5a5ba2aae1d462ba
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1571621
    Reviewed-by: Ulan Degenbaev <[email protected]>
    Cr-Commit-Position: refs/branch-heads/7.4@{#49}
    Cr-Branched-From: 3e8a733-refs/heads/7.4.288@{#1}
    Cr-Branched-From: d077f9b-refs/heads/master@{#60039}
    isheludko committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    cdcc8d2 View commit details
    Browse the repository at this point in the history
  6. Version 7.4.288.24

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: I10708b09402abbef19e35b71e68c23af038612bf
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1572688
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/7.4@{#50}
    Cr-Branched-From: 3e8a733-refs/heads/7.4.288@{#1}
    Cr-Branched-From: d077f9b-refs/heads/master@{#60039}
    V8 Autoroll committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    080edcd View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Merged: [wasm] Fix Int64-lowering to handle non-const index for I64At…

    …omic ops
    
    Bug: chromium:925244
    Change-Id: If9c00f85b1dece93057b541bf0fe1b0a05b81ceb
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1565032
    Commit-Queue: Deepti Gandluri <[email protected]>
    Reviewed-by: Ben Titzer <[email protected]>
    Cr-Original-Commit-Position: refs/heads/master@{#60795}(cherry picked from commit bd7d425)
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1565034
    Reviewed-by: Adam Klein <[email protected]>
    Cr-Commit-Position: refs/branch-heads/7.4@{#51}
    Cr-Branched-From: 3e8a733-refs/heads/7.4.288@{#1}
    Cr-Branched-From: d077f9b-refs/heads/master@{#60039}
    dtig authored and ajklein committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    5300c23 View commit details
    Browse the repository at this point in the history
  2. Version 7.4.288.25

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: Iaa6ec9bd89fe3c04141ace1b839cc0a0e9627577
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1574489
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/7.4@{#52}
    Cr-Branched-From: 3e8a733-refs/heads/7.4.288@{#1}
    Cr-Branched-From: d077f9b-refs/heads/master@{#60039}
    V8 Autoroll committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    d86d65a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Merged: Fix DoubleToFloat32 corner case

    For a few double value above the max float, we have to round down
    to that max float rather than rounding up to infinity.
    
    (cherry picked from commit 7265ea9)
    
    Bug: chromium:956564
    Change-Id: I34be1def5330bd4c3352b792d20dd500f108d9e1
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1585852
    Commit-Queue: Jakob Kummerow <[email protected]>
    Commit-Queue: Andreas Haas <[email protected]>
    Auto-Submit: Jakob Kummerow <[email protected]>
    Reviewed-by: Andreas Haas <[email protected]>
    Cr-Original-Commit-Position: refs/heads/master@{#61052}
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1588418
    Cr-Commit-Position: refs/branch-heads/7.4@{#53}
    Cr-Branched-From: 3e8a733-refs/heads/7.4.288@{#1}
    Cr-Branched-From: d077f9b-refs/heads/master@{#60039}
    jakobkummerow committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    1ac47f1 View commit details
    Browse the repository at this point in the history
  2. Version 7.4.288.26

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: Ia7cd5f86650d04d795bb79c3f196c31aa7dc7eac
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1588156
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/7.4@{#54}
    Cr-Branched-From: 3e8a733-refs/heads/7.4.288@{#1}
    Cr-Branched-From: d077f9b-refs/heads/master@{#60039}
    V8 Autoroll committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    39ac3d0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Merged: [snapshot] Fix copy-IET integration with Code Cache

    Revision: d915b8d
    
    BUG=v8:9122
    LOG=N
    NOTRY=true
    NOPRESUBMIT=true
    NOTREECHECKS=true
    [email protected]
    
    Change-Id: I7afc1a80036e95b5a15464c24ae875a4acc9ba96
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1597023
    Reviewed-by: Jakob Gruber <[email protected]>
    Commit-Queue: Jakob Gruber <[email protected]>
    Cr-Commit-Position: refs/branch-heads/7.4@{#55}
    Cr-Branched-From: 3e8a733-refs/heads/7.4.288@{#1}
    Cr-Branched-From: d077f9b-refs/heads/master@{#60039}
    mmarchini authored and Commit Bot committed May 8, 2019
    Configuration menu
    Copy the full SHA
    ac6e72a View commit details
    Browse the repository at this point in the history
  2. Version 7.4.288.27

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: Ife8f49d0d8bc365a7ff11b794b61f65a288954ee
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1600722
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/7.4@{#56}
    Cr-Branched-From: 3e8a733-refs/heads/7.4.288@{#1}
    Cr-Branched-From: d077f9b-refs/heads/master@{#60039}
    V8 Autoroll committed May 8, 2019
    Configuration menu
    Copy the full SHA
    31245b6 View commit details
    Browse the repository at this point in the history
Loading