1. 31 Aug, 2016 1 commit
  2. 25 Aug, 2016 1 commit
  3. 22 Aug, 2016 1 commit
  4. 05 Aug, 2016 1 commit
  5. 04 Aug, 2016 2 commits
  6. 03 Aug, 2016 1 commit
  7. 02 Aug, 2016 1 commit
  8. 01 Aug, 2016 1 commit
  9. 23 Jul, 2016 1 commit
    • cbruni's avatar
      [elements] Omit fast path in PrependElementIndices · 7ede61ed
      cbruni authored
      In PrependElementIndicesImpl we sort a FixedArray of indices potentially
      containing HeapNumbers. During the string conversion we might trigger a GC.
      This in turn might try to read a slot where we previously had a HeapNumber
      but the sort sneaked a SMI in there which is not a valid pointer.
      
      BUG=chromium:630561
      
      Review-Url: https://codereview.chromium.org/2173653003
      Cr-Commit-Position: refs/heads/master@{#37993}
      7ede61ed
  10. 21 Jul, 2016 2 commits
  11. 19 Jul, 2016 1 commit
    • bmeurer's avatar
      [turbofan] Introduce a TransitionElementsKind simplified operator. · 908cd09f
      bmeurer authored
      Instead of wriring the elements kind transitions into the control flow
      early on, we do instead put this marker into the effect chain, so that
      the elements transitions are visible to the LoadElimination and can
      thus be optimized properly there.
      
      This CL itself doesn't add any of those optimizations, but just adds
      the foundations to make them possible later.
      
      R=jarin@chromium.org
      BUG=v8:4930,v8:5141
      
      Review-Url: https://codereview.chromium.org/2164573003
      Cr-Commit-Position: refs/heads/master@{#37869}
      908cd09f
  12. 28 Jun, 2016 1 commit
  13. 14 Jun, 2016 1 commit
  14. 13 Jun, 2016 2 commits
  15. 07 Jun, 2016 1 commit
  16. 06 Jun, 2016 1 commit
  17. 30 May, 2016 1 commit
    • cbruni's avatar
      [api] Add more parameters to Object::GetPropertyNames · 63efe9e4
      cbruni authored
      Expose more or less the full functionality of the KeyAccumulator in the API:
      - use the PropertyFilter introduced for GetOwnPropertyNames
      - use KeyCollectionLimit for OWN_ONLY or INLCUDE_PROTOS
      - use IndexFilter to eithe SKIP_INDICES or INCLUDE_INDICES
      
      Rewire Object::GetOwnPropertyNames to use GetPropertyNames.
      
      BUG=chromium:148757
      
      Review-Url: https://codereview.chromium.org/2002203002
      Cr-Commit-Position: refs/heads/master@{#36595}
      63efe9e4
  18. 25 May, 2016 1 commit
  19. 24 May, 2016 2 commits
  20. 12 May, 2016 1 commit
  21. 06 May, 2016 1 commit
  22. 15 Apr, 2016 1 commit
  23. 08 Apr, 2016 1 commit
  24. 07 Apr, 2016 1 commit
  25. 06 Apr, 2016 3 commits
  26. 05 Apr, 2016 1 commit
  27. 04 Apr, 2016 2 commits
  28. 01 Apr, 2016 1 commit
  29. 29 Mar, 2016 1 commit
  30. 28 Mar, 2016 1 commit
  31. 23 Mar, 2016 3 commits