1. 06 Jan, 2016 5 commits
    • ivica.bogosavljevic's avatar
      MIPS64: r6 compact branch optimization. · 2c63060f
      ivica.bogosavljevic authored
      Several ports to enable r6 compact branch optimizations on MIPS64
      
      Port 3573d3cb
      
      Original commit message:
      MIPS: r6 compact branch optimization.
      
      Port bddf8c9e
      
      Original commit message:
      MIPS: Fix trampoline pool handling in MacroAssembler::BranchShort()
      
      Port 6993cd0d
      
      Original commit message:
      MIPS: Fix 'MIPS:r6 compact branch optimization.'
      
      Jic and jialc compact branch ops are fixed as they does
      not have 'forbidden slot' restriction. Also COP1 branches
      (CTI instructions) added to IsForbiddenAfterBranchInstr().
      
      Port bb332195
      
      Original commit message:
      MIPS: Fix trampoline pool handling in MacroAssembler::BranchShort()
      
      Port c91bcf71
      
      Original commit message:
      MIPS: Fix trampoline pool handling in MacroAssembler::BranchShort()
      for r6.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1534183002
      
      Cr-Commit-Position: refs/heads/master@{#33136}
      2c63060f
    • jacob.bramley's avatar
      [arm64] Fix AssertStackConsistency. · f7c7cb8f
      jacob.bramley authored
      The implementation temporarily modifies jssp to avoid needing a scratch
      register, then restores it afterwards. However, the exception path
      wasn't properly restoring the value.
      
      With this patch, failures in this part of AssertStackConsistency get
      reported properly (with backtrace and a BailoutReason).
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1556993004
      
      Cr-Commit-Position: refs/heads/master@{#33135}
      f7c7cb8f
    • v8-autoroll's avatar
      Update V8 DEPS. · b784f256
      v8-autoroll authored
      Rolling v8/buildtools to 81863fe70639e85606b541d9d36e9e98c96b957e
      
      Rolling v8/tools/clang to fe8d232767c63ce43873ffef101063a5791d171e
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review URL: https://codereview.chromium.org/1561063002
      
      Cr-Commit-Position: refs/heads/master@{#33134}
      b784f256
    • littledan's avatar
      Ship ES2015 sloppy-mode function hoisting, let, class · fcff8588
      littledan authored
      This patch doesn't ship all features of ES2015 variable/scoping
      changes, notably omitting the removal of legacy const. I think
      function hoisting, let and class in sloppy mode can stand to
      themselves as a package, and the legacy const change is much
      riskier and more likely to be reverted, so my intention is to
      pursue those as a separate, follow-on patch.
      
      R=adamk@chromium.org
      BUG=v8:4285,v8:3305
      LOG=Y
      CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel
      
      Review URL: https://codereview.chromium.org/1551443002
      
      Cr-Commit-Position: refs/heads/master@{#33133}
      fcff8588
    • bradnelson's avatar
      Disable more wasm tests. · e27a3713
      bradnelson authored
      Disabling a failing PPC wasm test.
      
      BUG=
      R=bbudge@chromium.org
      
      Review URL: https://codereview.chromium.org/1561823002
      
      Cr-Commit-Position: refs/heads/master@{#33132}
      e27a3713
  2. 05 Jan, 2016 30 commits
  3. 04 Jan, 2016 5 commits