1. 01 Aug, 2016 7 commits
  2. 31 Jul, 2016 1 commit
    • v8-autoroll's avatar
      Update V8 DEPS. · 78ebc92b
      v8-autoroll authored
      Rolling v8/build to 1054b60d5e758646a073b0363f3629fa2d953de8
      
      Rolling v8/tools/mb to 0bee3440355ce5cf573b41999b2cbc0e1bcdc415
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review-Url: https://codereview.chromium.org/2195743006
      Cr-Commit-Position: refs/heads/master@{#38188}
      78ebc92b
  3. 30 Jul, 2016 2 commits
    • bmeurer's avatar
      [turbofan] Optimize CheckedInt32Mod with unknown power of 2 right hand side. · b418b2c4
      bmeurer authored
      We have a similar optimization for unchecked integer modulus, which
      already boosted some asm.js use cases. Now this optimization is almost
      as effcient as Crankshafts known power of 2 right hand side optimization
      for modulus, but it can still deal with any rhs (except 0), and doesn't
      require the interpreter to also collect known power of two rhs feedback.
      
      R=jarin@chromium.org
      
      Review-Url: https://codereview.chromium.org/2200453002
      Cr-Commit-Position: refs/heads/master@{#38187}
      b418b2c4
    • v8-autoroll's avatar
      Update V8 DEPS. · b9e7b63d
      v8-autoroll authored
      Rolling v8/build to 452f5acf78e953dc1829c334ee06d38a05e2ef18
      
      Rolling v8/buildtools to 1b96e1a41d3d22b24ee8da769c20849e9a002ed2
      
      Rolling v8/third_party/icu to ef5c735307d0f86c7622f69620994c9468beba99
      
      Rolling v8/tools/mb to 6594b0cbcc2fb1da0ca90e9e5f2b01fc6e576a99
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review-Url: https://codereview.chromium.org/2197593003
      Cr-Commit-Position: refs/heads/master@{#38186}
      b9e7b63d
  4. 29 Jul, 2016 30 commits