1. 27 Jan, 2020 1 commit
  2. 24 Jan, 2020 1 commit
  3. 21 Jan, 2020 1 commit
  4. 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
  5. 10 Dec, 2019 1 commit
  6. 05 Dec, 2019 1 commit
  7. 25 Nov, 2019 1 commit
  8. 19 Nov, 2019 2 commits
  9. 18 Nov, 2019 1 commit
  10. 17 Nov, 2019 1 commit
  11. 12 Nov, 2019 1 commit
  12. 11 Nov, 2019 1 commit
  13. 06 Nov, 2019 1 commit
    • Liviu Rau's avatar
      Reland "Activate is_offcial_build option for perf builders" · 38e59494
      Liviu Rau authored
      This reverts commit 5a7c5879.
      
      Reason for revert: The build time improved since we compile only
      the d8 target now and removed the packaging step from the v8 recipe.
      
      Original change's description:
      > Revert "Activate is_offcial_build option for perf builders"
      >
      > This reverts commit b3c6e1ac.
      >
      > Reason for revert: The build time incresed significantly. We want to investigate if we can reduce it by removing the 'packaging' step.
      >
      > Original change's description:
      > > Activate is_offcial_build option for perf builders
      > >
      > > Bug: v8:9898
      > > Change-Id: I41e1fcb37755906e29e6937b805cfb3018e90438
      > > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1888937
      > > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > > Commit-Queue: Liviu Rau <liviurau@chromium.org>
      > > Cr-Commit-Position: refs/heads/master@{#64640}
      >
      > TBR=machenbach@chromium.org,tmrts@chromium.org,liviurau@chromium.org
      >
      > Change-Id: Ifbae1d7aedbfb7e4f7622c5a2bec74bc2f06e7f6
      > No-Presubmit: true
      > No-Tree-Checks: true
      > No-Try: true
      > Bug: v8:9898
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1890092
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Commit-Queue: Liviu Rau <liviurau@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#64645}
      
      TBR=machenbach@chromium.org,tmrts@chromium.org,liviurau@chromium.org
      
      # Not skipping CQ checks because original CL landed > 1 day ago.
      
      Bug: v8:9898
      Change-Id: I02ec32d0832059a2d85199ef3a1940194f7d266a
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1900450
      Commit-Queue: Liviu Rau <liviurau@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#64792}
      38e59494
  14. 31 Oct, 2019 1 commit
  15. 30 Oct, 2019 2 commits
  16. 25 Oct, 2019 1 commit
  17. 24 Oct, 2019 1 commit
  18. 22 Oct, 2019 1 commit
  19. 21 Oct, 2019 1 commit
  20. 18 Oct, 2019 1 commit
  21. 16 Oct, 2019 1 commit
    • Simon Zünd's avatar
      Reland "Unconditionally enable snapshot builds and remove 'v8_use_snapshot'" · 69efc4c3
      Simon Zünd authored
      This is a reland of 1c56974f
      
      This is a plain reland of the original CL. The original CL was speculatively
      reverted, but ended up not being the cause for bot failures.
      
      Original change's description:
      > Unconditionally enable snapshot builds and remove 'v8_use_snapshot'
      >
      > This CL removes 'v8_use_snapshot' and the usages of the implied
      > V8_USE_SNAPSHOT define. One test runner unittest was updated to use the
      > "asan" variant instead of the now obsolete "no_snap" variant.
      >
      > Related chromium CL: https://crrev.com/c/1796325.
      >
      > Bug: v8:8531
      > Change-Id: I5da7c9f8e9110fe7bc0f4e4f821bcb7f7d98f927
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1784282
      > Commit-Queue: Simon Zünd <szuend@chromium.org>
      > Reviewed-by: Tamer Tas <tmrts@chromium.org>
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Reviewed-by: Nico Weber <thakis@chromium.org>
      > Reviewed-by: Jakob Gruber <jgruber@chromium.org>
      > Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#64290}
      
      TBR=thakis@chromium.org,machenbach@chromium.org,mstarzinger@chromium.org,jgruber@chromium.org,tmrts@chromium.org,szuend@chromium.org
      
      Bug: v8:8531
      Change-Id: Id75a802279238138f7aefec62e0b6425a5acc08d
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1864649Reviewed-by: 's avatarSimon Zünd <szuend@chromium.org>
      Reviewed-by: 's avatarTamer Tas <tmrts@chromium.org>
      Commit-Queue: Simon Zünd <szuend@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#64305}
      69efc4c3
  22. 15 Oct, 2019 2 commits
  23. 11 Oct, 2019 2 commits
  24. 09 Oct, 2019 1 commit
  25. 07 Oct, 2019 1 commit
  26. 19 Sep, 2019 1 commit
  27. 16 Sep, 2019 1 commit
  28. 11 Sep, 2019 1 commit
  29. 05 Sep, 2019 1 commit
  30. 09 Aug, 2019 1 commit
  31. 02 Aug, 2019 1 commit
  32. 01 Aug, 2019 2 commits
  33. 22 Jul, 2019 1 commit
  34. 18 Jun, 2019 1 commit
  35. 13 Jun, 2019 1 commit
    • Tamer Tas's avatar
      [infra] create a builder for pointer compression without dchecks · b9a128f7
      Tamer Tas authored
      {V8 Linux 64 - pointer compression} builder uploads dchecks enabled builds.
      
      This CL creates a new builder that compiles V8 without dchecks enabled.
      
      This CL uses the inverted naming predicate {without dchecks} to avoid renaming
      the existing builder to {with dchecks} to avoid doing renames over multiple
      repositories for a temporary builder that we'll remove after the ptr compression
      merge to master.
      
      R=sergiyb@chromium.org
      CC=machenbach@chromium.org
      
      Bug: v8:9345
      Change-Id: I9e8cc1a9eb59325fd8eecc8fdcd2778b4da005c0
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1657922
      Commit-Queue: Tamer Tas <tmrts@chromium.org>
      Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org>
      Auto-Submit: Tamer Tas <tmrts@chromium.org>
      Reviewed-by: 's avatarSergiy Belozorov <sergiyb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#62140}
      b9a128f7