1. 19 Feb, 2019 1 commit
  2. 18 Feb, 2019 1 commit
  3. 11 Jan, 2019 1 commit
  4. 18 Dec, 2018 1 commit
  5. 07 Nov, 2018 1 commit
    • Igor Sheludko's avatar
      [gm.py] Allow arbitrary mode suffixes · f17b0d26
      Igor Sheludko authored
      which will allow gm to work for more directories than just [<arch>].[<mode>]:
        gm.py ia32.release-nosnap.check
        gm.py x64.optdebug-ptr-compr cctest unittests
      
      Basically the new usage is:
        gm.py [<arch>].[<mode>[-<suffix>]].[<target>] [testname...]
      
      Once default gn configuration is created based on <arch> and <mode> the script user
      may change it and then use gm as usual.
      
      Bug: v8:8238
      Change-Id: I9659b87073e815e0e4754f0a2f1056f3403c149c
      Reviewed-on: https://chromium-review.googlesource.com/c/1323734Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
      Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#57328}
      f17b0d26
  6. 24 Oct, 2018 1 commit
  7. 15 Oct, 2018 1 commit
  8. 29 Jun, 2018 1 commit
  9. 28 Jun, 2018 2 commits
    • Jakob Gruber's avatar
      Revert "[build] Disable slow asserts for v8_enable_fast_mksnapshot" · cf66f737
      Jakob Gruber authored
      This reverts commit 7a0d6a50.
      
      Reason for revert: Breaks no-slow-assert builds.
      
      Original change's description:
      > [build] Disable slow asserts for v8_enable_fast_mksnapshot
      > 
      > Slow asserts double the time spent in mksnapshot. While we want them
      > enabled on our bot builds, local builds should be fast and don't
      > necessarily need them.
      > 
      > This also adds v8_enable_fast_mksnapshot as default in gm.py.
      > 
      > Bug: v8:7891,v8:6688
      > Change-Id: I5ab1491f3396c4351de30dbbb80a81e2242c5db9
      > Reviewed-on: https://chromium-review.googlesource.com/1116552
      > Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
      > Commit-Queue: Jakob Gruber <jgruber@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#54074}
      
      TBR=jkummerow@chromium.org,jgruber@chromium.org
      
      Change-Id: I6b048e819846c4bd9a064f82e2f3c7609369cd33
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: v8:7891, v8:6688
      Reviewed-on: https://chromium-review.googlesource.com/1118138Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
      Commit-Queue: Jakob Gruber <jgruber@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#54077}
      cf66f737
    • jgruber's avatar
      [build] Disable slow asserts for v8_enable_fast_mksnapshot · 7a0d6a50
      jgruber authored
      Slow asserts double the time spent in mksnapshot. While we want them
      enabled on our bot builds, local builds should be fast and don't
      necessarily need them.
      
      This also adds v8_enable_fast_mksnapshot as default in gm.py.
      
      Bug: v8:7891,v8:6688
      Change-Id: I5ab1491f3396c4351de30dbbb80a81e2242c5db9
      Reviewed-on: https://chromium-review.googlesource.com/1116552Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
      Commit-Queue: Jakob Gruber <jgruber@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#54074}
      7a0d6a50
  10. 21 May, 2018 1 commit
  11. 19 Jan, 2018 1 commit
  12. 29 Nov, 2017 1 commit
  13. 05 Sep, 2017 2 commits
  14. 18 Jul, 2017 1 commit
  15. 30 Jun, 2017 1 commit
  16. 14 Jun, 2017 1 commit
  17. 09 Jun, 2017 1 commit
  18. 07 Jun, 2017 1 commit
  19. 02 Jun, 2017 1 commit
  20. 27 Apr, 2017 1 commit
  21. 21 Apr, 2017 2 commits
  22. 20 Apr, 2017 1 commit
  23. 12 Apr, 2017 1 commit
  24. 22 Mar, 2017 1 commit
    • honggyu.kp's avatar
      tools: Add a script to generate arch-specific ctags · 2ff2a0c6
      honggyu.kp authored
      It would be better to generate ctags file for specified architecture so
      this CL adds a script gen-tags.py to generate architecture specific
      ctags.
      
        Usage:
            $ tools/dev/gen-tags.py [<arch>...]
      
        The example usage for 'x64' is as follows:
            $ tools/dev/gen-tags.py x64
      
        If no <arch> is given, it generates tags file for all arches:
            $ tools/dev/gen-tags.py
      
      R=yangguo@chromium.org,jochen@chromium.org,jkummerow@chromium.org,clemensh@chromium.org
      
      NOTRY=true
      
      Review-Url: https://codereview.chromium.org/2762903002
      Cr-Commit-Position: refs/heads/master@{#44032}
      2ff2a0c6
  25. 17 Mar, 2017 1 commit
  26. 07 Mar, 2017 1 commit
  27. 22 Feb, 2017 1 commit
  28. 02 Nov, 2016 1 commit
  29. 22 Sep, 2016 1 commit
  30. 02 Sep, 2016 1 commit
  31. 21 Jul, 2016 1 commit