1. 18 Oct, 2016 2 commits
    • bmeurer's avatar
      [intrinsics] Nuke %HasCachedArrayIndex and %GetCachedArrayIndex. · 6c85285b
      bmeurer authored
      These intrinsics are unused now, and so we can drop all the code in
      fullcodegen and Crankshaft that deals with those. TurboFan and Ignition
      never tried to optimize those.
      
      R=mstarzinger@chromium.org
      BUG=v8:5049
      
      Review-Url: https://codereview.chromium.org/2427673004
      Cr-Commit-Position: refs/heads/master@{#40401}
      6c85285b
    • caitp's avatar
      [builtins] implement Array.prototype[@@iterator] in TFJ builtins · 86d0dd36
      caitp authored
      Implements the variations of CreateArrayIterator() in TFJ builtins
      (ArrayPrototypeValues, ArrayPrototypeEntries and ArrayPrototypeKeys), and
      provides two new Object types with numerous maps which identify certain
      behaviours, which will be useful for inlining.
      
      Removes src/js/array-iterator.js entirely
      
      Also adds support for printing Symbol literals inserted by the Parser during
      desugaring when FLAG_print_builtin_ast is set to true.
      
      BUG=v8:5388
      R=bmeurer@chromium.org, cbruni@chromium.org
      TBR=ulan@chromium.org
      
      Review-Url: https://codereview.chromium.org/2405253006
      Cr-Commit-Position: refs/heads/master@{#40373}
      86d0dd36
  2. 07 Oct, 2016 3 commits
  3. 25 Aug, 2016 1 commit
  4. 22 Aug, 2016 1 commit
  5. 09 Aug, 2016 1 commit
  6. 03 Aug, 2016 1 commit
  7. 02 Aug, 2016 1 commit
  8. 01 Aug, 2016 1 commit
  9. 28 Jul, 2016 1 commit
    • danno's avatar
      Add a flag to help platform ports bootstrap V8 · c07c675e
      danno authored
      A "--minimal" flag turns off all optimizing compilers and activates the
      interpreter. The idea is that with this flag activated, only the
      platform-specific stubs and a Turbofan implementation must be complete to start
      d8 and run the bulk of the tests. Note that although this flag is constructed as
      a runtime flag, it must be set to true when building the snapshot and therefore
      creates a compile-time dependency.
      
      BUG=chromium:608675
      
      Review-Url: https://codereview.chromium.org/2189663002
      Cr-Commit-Position: refs/heads/master@{#38150}
      c07c675e
  10. 21 Jul, 2016 1 commit
    • bmeurer's avatar
      [runtime] %TransitionElementsKind works for any kind of JSObject. · f793cb1f
      bmeurer authored
      The optimizing compilers actually invoke %TransitionElementsKind for
      any kind of JSObject, the only relevant thing is the elements kind.
      The runtime function was however checking for JSArray unnecessarily.
      This only worked by coincindence in Crankshaft because the stub would
      normally not call into the runtime fallback.
      
      R=jarin@chromium.org
      BUG=chromium:629823
      
      Review-Url: https://codereview.chromium.org/2166963004
      Cr-Commit-Position: refs/heads/master@{#37919}
      f793cb1f
  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. 13 Jun, 2016 1 commit
  13. 10 Jun, 2016 1 commit
  14. 08 Jun, 2016 2 commits
  15. 06 Jun, 2016 1 commit
  16. 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
  17. 25 May, 2016 1 commit
  18. 24 May, 2016 4 commits
  19. 06 May, 2016 1 commit
  20. 03 May, 2016 1 commit
  21. 29 Apr, 2016 1 commit
  22. 22 Mar, 2016 1 commit
  23. 18 Mar, 2016 1 commit
  24. 14 Mar, 2016 1 commit
  25. 11 Mar, 2016 1 commit
  26. 10 Mar, 2016 1 commit
  27. 07 Mar, 2016 5 commits
  28. 04 Mar, 2016 1 commit
  29. 19 Feb, 2016 1 commit