1. 20 Jul, 2020 1 commit
  2. 24 May, 2019 1 commit
  3. 23 May, 2019 1 commit
  4. 15 May, 2019 1 commit
  5. 29 Apr, 2019 1 commit
    • Clemens Hammacher's avatar
      [cleanup] Use Vector::begin instead of Vector::start · 4b0f9c85
      Clemens Hammacher authored
      Our {Vector} template provides both {start} and {begin} methods. They
      return exactly the same value. Since the {begin} method is needed for
      iteration, and is also what standard containers provide, this CL
      switches all uses of the {start} method to use {begin} instead.
      
      Patchset 1 was auto-generated by using this clang AST matcher:
          callExpr(
              callee(
                cxxMethodDecl(
                  hasName("start"),
                  ofClass(hasName("v8::internal::Vector")))
              ),
              argumentCountIs(0))
      
      Patchset 2 was created by running clang-format. Patchset 3 then
      removes the now unused {Vector::start} method.
      
      R=jkummerow@chromium.org
      TBR=mstarzinger@chromium.org,yangguo@chromium.org,verwaest@chromium.org
      
      Bug: v8:9183
      Change-Id: Id9f01c92870872556e2bb3f6d5667463b0e3e5c6
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1587381Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
      Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#61081}
      4b0f9c85
  6. 05 Dec, 2017 1 commit
  7. 04 Dec, 2017 1 commit
  8. 02 Dec, 2017 1 commit
    • Mathias Bynens's avatar
      Normalize casing of hexadecimal digits · 822be9b2
      Mathias Bynens authored
      This patch normalizes the casing of hexadecimal digits in escape
      sequences of the form `\xNN` and integer literals of the form
      `0xNNNN`.
      
      Previously, the V8 code base used an inconsistent mixture of uppercase
      and lowercase.
      
      Google’s C++ style guide uses uppercase in its examples:
      https://google.github.io/styleguide/cppguide.html#Non-ASCII_Characters
      
      Moreover, uppercase letters more clearly stand out from the lowercase
      `x` (or `u`) characters at the start, as well as lowercase letters
      elsewhere in strings.
      
      BUG=v8:7109
      TBR=marja@chromium.org,titzer@chromium.org,mtrofin@chromium.org,mstarzinger@chromium.org,rossberg@chromium.org,yangguo@chromium.org,mlippautz@chromium.org
      NOPRESUBMIT=true
      
      Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_chromium_rel_ng
      Change-Id: I790e21c25d96ad5d95c8229724eb45d2aa9e22d6
      Reviewed-on: https://chromium-review.googlesource.com/804294
      Commit-Queue: Mathias Bynens <mathias@chromium.org>
      Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#49810}
      822be9b2
  9. 18 Oct, 2017 1 commit
  10. 18 Jul, 2017 1 commit
  11. 22 May, 2017 1 commit
  12. 14 Aug, 2015 1 commit
  13. 01 Jun, 2015 1 commit
  14. 20 Dec, 2014 1 commit
  15. 19 Dec, 2014 1 commit
  16. 26 Aug, 2014 1 commit
  17. 04 Aug, 2014 1 commit
  18. 11 Jul, 2014 1 commit
  19. 20 Jun, 2014 1 commit
  20. 03 Jun, 2014 1 commit
  21. 23 May, 2014 1 commit
  22. 29 Apr, 2014 1 commit
  23. 29 Jul, 2013 2 commits
  24. 05 Jul, 2013 2 commits
  25. 28 Jun, 2013 1 commit
  26. 19 Apr, 2013 1 commit
  27. 05 Mar, 2012 1 commit
  28. 30 Sep, 2011 1 commit
  29. 07 Sep, 2011 1 commit
  30. 05 Jul, 2011 1 commit
  31. 11 Nov, 2010 1 commit
  32. 08 Nov, 2010 1 commit
  33. 26 Oct, 2010 2 commits
  34. 21 Oct, 2010 1 commit
  35. 20 Oct, 2010 2 commits
  36. 18 Oct, 2010 1 commit