1. 10 Aug, 2015 7 commits
  2. 08 Aug, 2015 3 commits
  3. 07 Aug, 2015 23 commits
  4. 06 Aug, 2015 7 commits
    • domenic's avatar
      Rename "extras exports" to "extras binding" · 2dff84e6
      domenic authored
      R=yangguo@chromium.org, jochen@chromium.org
      BUG=507133
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1275683002
      
      Cr-Commit-Position: refs/heads/master@{#30053}
      2dff84e6
    • littledan's avatar
      Update to latest test262 from 2015-07-31 · 722ad692
      littledan authored
      Review URL: https://codereview.chromium.org/1268553003
      
      Cr-Commit-Position: refs/heads/master@{#30052}
      722ad692
    • bbudge's avatar
      V8: Add SIMD functions for Phase 1. · 6378f57b
      bbudge authored
      Float32x4:
        abs, neg, sqrt, reciprocalApproximation, reciprocalSqrtApproximation, add, sub, mul, div,
        min, max, minNum, maxNum, lessThan, lessThanOrEqual, greaterThan, greaterThanOrEqual,
        equal, notEqual, select, swizzle, shuffle, fromInt32x4, fromInt32x4Bits, fromInt16x8Bits,
        fromInt8x16Bits.
      
      Int32x4:
        neg, add, sub, mul, min, max, and, or, xor, not, shiftLeftByScalar, shiftRightLogicalByScalar,
        shiftRightArithmeticByScalar, lessThan, lessThanOrEqual, greaterThan, greaterThanOrEqual,
        equal, notEqual, select, swizzle, shuffle, fromFloat32x4, fromFloat32x4Bits, fromInt16x8Bits,
        fromInt8x16Bits.
      
      Int16x8:
        neg, add, sub, mul, min, max, and, or, xor, not, shiftLeftByScalar, shiftRightLogicalByScalar,
        shiftRightArithmeticByScalar, lessThan, lessThanOrEqual, greaterThan, greaterThanOrEqual,
        equal, notEqual, select, swizzle, shuffle, fromFloat32x4Bits, fromInt32x4Bits, fromInt8x16Bits.
      
      Int8x16:
        neg, add, sub, mul, min, max, and, or, xor, not, shiftLeftByScalar, shiftRightLogicalByScalar,
        shiftRightArithmeticByScalar, lessThan, lessThanOrEqual, greaterThan, greaterThanOrEqual,
        equal, notEqual, select, swizzle, shuffle, fromFloat32x4Bits, fromInt32x4Bits, fromInt16x8Bitss.
      
      Bool32x4, Bool16x8, Bool8x16:
        and, or, not, anyTrue, allTrue, select, swizzle, shuffle.
      
      I might have forgotten a few.
      
      LOG=N
      BUG=v8:4124
      
      Review URL: https://codereview.chromium.org/1230343003
      
      Cr-Commit-Position: refs/heads/master@{#30051}
      6378f57b
    • mtrofin's avatar
      Stand-alone deferred block splitting. This continues 1256313003. · 5202facf
      mtrofin authored
      BUG=
      
      Review URL: https://codereview.chromium.org/1271703002
      
      Cr-Commit-Position: refs/heads/master@{#30050}
      5202facf
    • ulan's avatar
      Partially revert https://crrev.com/7e53749df0a10f475404e86ef0ca8df02bb79e7a · e296644f
      ulan authored
      This fixes memory regression caused by not reducing new-space size.
      
      BUG=chromium:517468
      LOG=NO
      
      Review URL: https://codereview.chromium.org/1273083002
      
      Cr-Commit-Position: refs/heads/master@{#30049}
      e296644f
    • Michael Achenbach's avatar
      Whitespace change to test infra-runner change. · 4b3ded55
      Michael Achenbach authored
      Cr-Commit-Position: refs/heads/master@{#30048}
      4b3ded55
    • mstarzinger's avatar
      Fix stale entries in optimized code map. · d4ac509f
      mstarzinger authored
      This fixes a corner-case where extending an optimized code map left
      stale entries in the abandoned copy. This can cause havoc not only in
      the heap verifier but also in the GC, because stale entries have not
      been recorded when being trated weakly.
      
      Note that this also pre-tenures all optimized code maps into old-space
      because their lifetime is coupled to the SharedFunctionInfo anyways.
      
      R=hpayer@chromium.org
      TEST=cctest/test-heap/Regress514122
      BUG=chromium:514122
      LOG=N
      
      Review URL: https://codereview.chromium.org/1277873002
      
      Cr-Commit-Position: refs/heads/master@{#30047}
      d4ac509f