1. 25 Apr, 2017 1 commit
  2. 24 Apr, 2017 35 commits
  3. 23 Apr, 2017 1 commit
  4. 22 Apr, 2017 1 commit
  5. 21 Apr, 2017 2 commits
    • kozyatinskiy's avatar
      [test/inspector] remove any usage of v8::Extension · ec36c513
      kozyatinskiy authored
      .. replace all of them with prepared global object template.
      
      + bonus: wrap inspector related methods with inspector namespace.
      
      BUG=none
      R=dgozman@chromium.org
      
      Review-Url: https://codereview.chromium.org/2832723004
      Cr-Commit-Position: refs/heads/master@{#44785}
      ec36c513
    • bbudge's avatar
      [WASM SIMD] Remove opcodes that are slow on some platforms. · dddfcfd0
      bbudge authored
      These can be synthesized from existing operations and scheduled for
      better performance than if we have to generate blocks of instructions
      that take many cycles to complete.
      - Remove F32x4RecipRefine, F32x4RecipSqrtRefine. Clients are better off
        synthesizing these from splats, multiplies and adds.
      - Remove F32x4Div, F32x4Sqrt, F32x4MinNum, F32x4MaxNum. Clients are
        better off synthesizing these or using the reciprocal approximations,
        possibly with a refinement step.
      
      LOG=N
      BUG=v8:6020
      
      Review-Url: https://codereview.chromium.org/2827143002
      Cr-Commit-Position: refs/heads/master@{#44784}
      dddfcfd0