1. 27 Aug, 2015 2 commits
  2. 26 Aug, 2015 3 commits
  3. 21 Aug, 2015 2 commits
  4. 19 Aug, 2015 2 commits
  5. 13 Aug, 2015 4 commits
  6. 12 Aug, 2015 3 commits
  7. 07 Aug, 2015 1 commit
  8. 05 Aug, 2015 1 commit
  9. 04 Aug, 2015 1 commit
  10. 03 Aug, 2015 3 commits
    • yangguo's avatar
      Remove JSFunctionResultCache. · 4a2e4420
      yangguo authored
      There is only one use case for it: String.prototype.search converts a
      string argument into a RegExp. The cache is used to avoid repeating that
      conversion. However, this does not make the added complexity worthwhile.
      
      Review URL: https://codereview.chromium.org/1267493006
      
      Cr-Commit-Position: refs/heads/master@{#29985}
      4a2e4420
    • bbudge's avatar
      SIMD.js Fix x87 build. · 565fe3f0
      bbudge authored
      Rename method EmitIsSpecObject -> EmitIsSimdObject.
      
      LOG=N
      BUG=v8:4124
      
      Review URL: https://codereview.chromium.org/1263473008
      
      Cr-Commit-Position: refs/heads/master@{#29980}
      565fe3f0
    • bbudge's avatar
      SIMD.js Add the other SIMD Phase 1 types. · 7b9670b6
      bbudge authored
      Adds Int32x4, Bool32x4, Int16x8, Bool16x8, Int8x16, Bool8x16.
      Adds Simd128Value base heap object class.
      Changes heap/factory construction pattern to use arrays.
      Adds replaceLane functions to facilitate testing.
      
      NOPRESUBMIT=true
      (presubmit checks erroneously interpret array declaration in macro definition as variable size array.)
      
      LOG=Y
      BUG=v8:4124
      
      Review URL: https://codereview.chromium.org/1250733005
      
      Cr-Commit-Position: refs/heads/master@{#29974}
      7b9670b6
  11. 31 Jul, 2015 2 commits
    • bmeurer's avatar
      [stubs] Unify (and optimize) implementation of ToObject. · 4fc6f547
      bmeurer authored
      This is the initial (big) step towards a more uniform implementation of
      the ToObject abstract operation (ES6 7.1.13), where we have a fallback
      implementation in JSReceiver::ToObject() and a fast (hydrogen) CodeStub
      to deal with the fast case (we should be able to do more cleanup on this
      in a followup CL).  For natives we expose the abstract operation via a
      %_ToObject intrinsic, also exposed via a macro TO_OBJECT, that unifies
      the previous confusion with TO_OBJECT_INLINE, ToObject, TO_OBJECT,
      $toObject and %$toObject.  Now the whole implementation of the abstract
      operation is context independent, meaning we don't need any magic in the
      builtins object nor the native context.
      
      R=mvstanton@chromium.org,yangguo@chromium.org
      
      Review URL: https://codereview.chromium.org/1266013006
      
      Cr-Commit-Position: refs/heads/master@{#29953}
      4fc6f547
    • yangguo's avatar
      Debugger: move implementation to a separate folder. · 1667c15e
      yangguo authored
      R=cbruni@chromium.org
      
      Review URL: https://codereview.chromium.org/1265923002
      
      Cr-Commit-Position: refs/heads/master@{#29951}
      1667c15e
  12. 30 Jul, 2015 3 commits
  13. 28 Jul, 2015 2 commits
  14. 24 Jul, 2015 3 commits
  15. 23 Jul, 2015 3 commits
  16. 20 Jul, 2015 1 commit
  17. 16 Jul, 2015 4 commits