1. 10 Sep, 2020 1 commit
  2. 01 Sep, 2020 1 commit
  3. 20 Aug, 2020 1 commit
  4. 18 Aug, 2020 1 commit
  5. 17 Aug, 2020 1 commit
  6. 14 Aug, 2020 1 commit
  7. 13 Aug, 2020 1 commit
  8. 10 Aug, 2020 1 commit
  9. 07 Aug, 2020 1 commit
  10. 27 Jul, 2020 1 commit
  11. 21 Jul, 2020 2 commits
  12. 20 Jul, 2020 1 commit
  13. 30 Jun, 2020 1 commit
  14. 29 Jun, 2020 3 commits
  15. 24 Jun, 2020 2 commits
  16. 23 Jun, 2020 1 commit
  17. 22 Jun, 2020 1 commit
  18. 19 Jun, 2020 2 commits
  19. 15 May, 2020 1 commit
  20. 13 May, 2020 1 commit
    • Jakob Gruber's avatar
      [infra] Add nci variant and enable it on fyi bots · a17a1724
      Jakob Gruber authored
      The native context independent (NCI) code variant will be used to test
      various aspects as the NCI implementation progresses. Examples:
      
      - Test js-generic-lowering with feedback collection.
      - Test NCI codegen without caching or tier-up.
      - Test NCI codegen and tier-up without caching.
      - Test full NCI (codegen, caching, tier-up).
      
      At some point a build-time flag may be required, we'll see when we get
      there.
      
      This variant should be removed once work on NCI is complete.
      
      Bug: v8:8888
      Change-Id: I8b12c9a5d69bf167e39e002af385f8f523585550
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2198776
      Commit-Queue: Jakob Gruber <jgruber@chromium.org>
      Auto-Submit: Jakob Gruber <jgruber@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#67767}
      a17a1724
  21. 06 May, 2020 1 commit
  22. 17 Apr, 2020 1 commit
  23. 16 Apr, 2020 1 commit
  24. 18 Mar, 2020 2 commits
  25. 17 Feb, 2020 1 commit
  26. 04 Feb, 2020 1 commit
  27. 27 Jan, 2020 1 commit
  28. 24 Jan, 2020 1 commit
  29. 21 Jan, 2020 1 commit
  30. 17 Jan, 2020 2 commits
  31. 02 Jan, 2020 1 commit
  32. 18 Dec, 2019 1 commit
  33. 17 Dec, 2019 1 commit
    • Zhang, Shiyu's avatar
      Reland "Support Intel VTune ITT API" · 0b812b72
      Zhang, Shiyu authored
      This is a reland of 5f5b4b04
      
      Original change's description:
      > Support Intel VTune ITT API
      > 
      > Add VTune domain support extension to use VTune Domain/Task API and
      > tagging trace data for particular JS code block.
      > 
      > How to use:
      > 1. Set `"checkout_ittapi" = True` in the custom_vars section of .gclient
      > file to download intel/ittapi by 'gclient sync'
      > 2. Build d8 with gn build flag 'v8_enable_vtunetracemark = true'
      > 3. Run d8 with flag '--enable-vtune-domain-support'
      > 
      > The Vtune Domain/Task API can be invoked from JS to mark JS code block.
      > You can mark the start of a JS task by
      >     vtunedomainmark(domain_name, task_name, "start")
      > and the end of a task by
      >     vtunedomainmark(domain_name, task_name, "end")
      > Tasks can nest.
      > 
      > The VTune API (ittapi) is integrated as an external third party library
      > while the v8_vtune_jit also relies on the VTune ittapi. We have another
      > patch almost ready which refactors the v8_vtune_jit related code to
      > depend on the third_party/ittapi. We will submit the refactored v8_vtune_jit
      > code after this patch stabilized and landed.
      > 
      > 
      > Contributed by fanchen.kong@intel.com
      > 
      > Change-Id: I0ecc9dd4e1ea52545f1b6932fcdadfa7c1a6d2b2
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1938490
      > Commit-Queue: Shiyu Zhang <shiyu.zhang@intel.com>
      > Reviewed-by: Hannes Payer <hpayer@chromium.org>
      > Reviewed-by: Toon Verwaest <verwaest@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#65409}
      
      Change-Id: I563aa70fa2b8abe34c981af47aa7220cfc2a7edb
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1963511
      Commit-Queue: Toon Verwaest <verwaest@chromium.org>
      Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#65478}
      0b812b72