1. 01 Aug, 2016 1 commit
    • v8-autoroll's avatar
      Update V8 DEPS. · ab8236eb
      v8-autoroll authored
      Rolling v8/build to 94ae8edf4860b0dfa8ac200d36bcbf11bdd72763
      
      Rolling v8/tools/mb to d1d562a498b7b48a283d168df902007f33ac1413
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review-Url: https://codereview.chromium.org/2194113002
      Cr-Commit-Position: refs/heads/master@{#38189}
      ab8236eb
  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 35 commits
  5. 28 Jul, 2016 1 commit
    • danno's avatar
      Add a flag to help platform ports bootstrap V8 · c07c675e
      danno authored
      A "--minimal" flag turns off all optimizing compilers and activates the
      interpreter. The idea is that with this flag activated, only the
      platform-specific stubs and a Turbofan implementation must be complete to start
      d8 and run the bulk of the tests. Note that although this flag is constructed as
      a runtime flag, it must be set to true when building the snapshot and therefore
      creates a compile-time dependency.
      
      BUG=chromium:608675
      
      Review-Url: https://codereview.chromium.org/2189663002
      Cr-Commit-Position: refs/heads/master@{#38150}
      c07c675e