1. 19 Jan, 2017 1 commit
  2. 13 Jan, 2017 1 commit
  3. 12 Jan, 2017 2 commits
  4. 11 Jan, 2017 2 commits
  5. 10 Jan, 2017 3 commits
  6. 16 Dec, 2016 1 commit
  7. 02 Dec, 2016 1 commit
  8. 29 Nov, 2016 1 commit
  9. 28 Nov, 2016 1 commit
  10. 24 Nov, 2016 1 commit
  11. 23 Nov, 2016 1 commit
  12. 18 Nov, 2016 1 commit
  13. 15 Nov, 2016 1 commit
  14. 14 Nov, 2016 1 commit
  15. 10 Nov, 2016 2 commits
  16. 07 Oct, 2016 3 commits
  17. 21 Sep, 2016 1 commit
  18. 12 Sep, 2016 1 commit
  19. 31 Aug, 2016 1 commit
  20. 25 Aug, 2016 1 commit
  21. 22 Aug, 2016 1 commit
  22. 05 Aug, 2016 1 commit
  23. 04 Aug, 2016 2 commits
  24. 03 Aug, 2016 1 commit
  25. 02 Aug, 2016 1 commit
  26. 01 Aug, 2016 1 commit
  27. 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
  28. 21 Jul, 2016 2 commits
  29. 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
  30. 28 Jun, 2016 1 commit
  31. 14 Jun, 2016 1 commit