1. 10 Aug, 2015 11 commits
  2. 08 Aug, 2015 3 commits
  3. 07 Aug, 2015 23 commits
  4. 06 Aug, 2015 3 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