1. 01 Apr, 2016 2 commits
    • adamk's avatar
      Ship --harmony-regexp-exec · 84492bb6
      adamk authored
      There are still spec compliance fixes to be made, but this patch
      turns the flag to shipping to make sure we get more canary coverage
      and performance data from the bots.
      
      BUG=v8:4602
      LOG=y
      
      Review URL: https://codereview.chromium.org/1847103002
      
      Cr-Commit-Position: refs/heads/master@{#35181}
      84492bb6
    • littledan's avatar
      Revert of Remove RegExp.prototype.source getter compat workaround (patchset #2... · 31e806eb
      littledan authored
      Revert of Remove RegExp.prototype.source getter compat workaround (patchset #2 id:20001 of https://codereview.chromium.org/1837843002/ )
      
      Reason for revert:
      TC39 decided that this compatibility fix should be standardized.
      
      Original issue's description:
      > Remove RegExp.prototype.source getter compat workaround
      >
      > The getter RegExp.prototype.source is specified in ES2015 to throw when
      > called on a non-RegExp instance, such as RegExp.prototype. We had previously
      > put in a compatibility workaround for all RegExp getters to make them
      > throw on access specifically with RegExp.prototype as the receiver; however,
      > we only have evidence that this is needed for properties other than source.
      > This patch removes the compatibility workaround for get RegExp.prototype.source
      > and gives it semantics precisely as per the ES2015 specification.
      >
      > R=adamk
      > BUG=chromium:581577,v8:4827
      > LOG=Y
      >
      > Committed: https://crrev.com/80803aa89e31839b8f73959776fa7e1923c6b461
      > Cr-Commit-Position: refs/heads/master@{#35086}
      
      R=adamk@chromium.org
      # Not skipping CQ checks because original CL landed more than 1 days ago.
      BUG=chromium:581577,v8:4827
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1847783003
      
      Cr-Commit-Position: refs/heads/master@{#35180}
      31e806eb
  2. 31 Mar, 2016 36 commits
  3. 30 Mar, 2016 2 commits
    • mbrandy's avatar
      PPC: [wasm] Int64Lowering of Int64Mul. · 20ff44f0
      mbrandy authored
      Port 40bdbef9
      
      Original commit message:
          Int64Mul is lowered to a new turbofan operator, Int32MulPair. The new
          operator takes 4 inputs an generates 2 outputs. The inputs are the low
          word of the left input, high word of the left input, the low word of the
          right input, and high word of the right input. The ouputs are the low
          and high word of the result of the multiplication.
      
      R=ahaas@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
      BUG=
      
      Review URL: https://codereview.chromium.org/1847563003
      
      Cr-Commit-Position: refs/heads/master@{#35143}
      20ff44f0
    • joransiu's avatar
      S390: Implement RotRight64 · 555c4611
      joransiu authored
      Properly implement Rotate Right sequence for S390, to use the 64-bit
      RLLG instruction.
      
      R=jyan@ca.ibm.com,michael_dawson@ca.ibm.com,mbrandy@us.ibm.com
      BUG=
      
      Review URL: https://codereview.chromium.org/1842093003
      
      Cr-Commit-Position: refs/heads/master@{#35142}
      555c4611