1. 01 Apr, 2016 5 commits
    • bryleun's avatar
      S390: Implemented ALCR in S390 simulator. · 8760b602
      bryleun authored
      This CL implements the ALCR, add logical 32-bit integer with carry, instruction in the s390 simulator.
      
      Some 64-bit operations in the 4-byte arithmetic section of the s390 simulator have been refactored into a separate function to stay below 500 lines.
      
      R=michael_dawson@ca.ibm.com,jyan@ca.ibm.com,mbrandy@us.ibm.com,joransiu@ca.ibm.com,
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1846673003
      
      Cr-Commit-Position: refs/heads/master@{#35184}
      8760b602
    • slan's avatar
      [GN] Define USE_EABI_HARDFLOAT=1 when arm_float_abi=="hard". · 86357d52
      slan authored
      Add this define to the config used for mksnapshot. This fixes a bug
      where certain applications would fail at runtime on Chromecast.
      
      BUG=592660
      LOG=Y
      Bug: internal b/27495984
      
      Test: Formerly broken Cast apps load and run as expected.
      
      Review URL: https://codereview.chromium.org/1839763003
      
      Cr-Commit-Position: refs/heads/master@{#35183}
      86357d52
    • gdeepti's avatar
      [compiler] Add relocatable pointer constants for wasm memory references. · eb5fe0df
      gdeepti authored
      Add relocatable pointers for wasm memory references that need to be updated when wasm GrowMemory is used. Code generator changes to accept relocatable constants as immediates.
      
      R=titzer@chromium.org, yangguo@chromium.org, bradnelson@chromium.org
      
      Review URL: https://codereview.chromium.org/1759383003
      
      Cr-Commit-Position: refs/heads/master@{#35182}
      eb5fe0df
    • 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 35 commits