1. 30 Oct, 2015 4 commits
    • hablich's avatar
      [Release] More information on how to close auto-roller · 86c27e01
      hablich authored
      If you are not logged in with your Google account you are
      faced with a blank screen. In order to make it more
      clear for the Chromium sheriffs on how to close the
      auto-roller I want to add this information.
      
      R=machenbach@chromium.org
      LOG=N
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/1392823004
      
      Cr-Commit-Position: refs/heads/master@{#31670}
      86c27e01
    • landell's avatar
      Include stdio.h for fwrite support · a57ef11a
      landell authored
      BUG=
      
      Review URL: https://codereview.chromium.org/1418213007
      
      Cr-Commit-Position: refs/heads/master@{#31669}
      a57ef11a
    • bmeurer's avatar
      [turbofan] Fix missing bailout point before calls. · 6040d5c0
      bmeurer authored
      In order to properly (lazy) bailout when converting the receiver for
      sloppy mode functions (using the newly added JSConvertReceiver
      operator), we need to have a bailout location right before every call
      (also right before every %_Call and %_CallFunction), otherwise if the
      JSConvertReceiver just reuses the lazy bailout frame state from the
      JSCallFunction node, it will skip the whole function in case of lazy
      bailout.
      
      Note it should be impossible to trigger this currently because we do not
      yet support AllocationSite code dependencies in TurboFan, which can
      trigger this kind of lazy bailout; therefore it's not possible to write
      a regression test (yet).
      
      R=yangguo@chromium.org
      BUG=v8:4493
      LOG=n
      
      Review URL: https://codereview.chromium.org/1425883004
      
      Cr-Commit-Position: refs/heads/master@{#31668}
      6040d5c0
    • v8-autoroll's avatar
      Update V8 DEPS. · a8cddabf
      v8-autoroll authored
      Rolling v8/buildtools to acafdaa4e81adae617177d57e3c1261cc3565469
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review URL: https://codereview.chromium.org/1420973008
      
      Cr-Commit-Position: refs/heads/master@{#31667}
      a8cddabf
  2. 29 Oct, 2015 25 commits
  3. 28 Oct, 2015 11 commits