1. 18 Jun, 2021 1 commit
  2. 24 May, 2019 1 commit
  3. 22 May, 2019 1 commit
  4. 21 May, 2019 1 commit
  5. 20 May, 2019 1 commit
  6. 17 May, 2019 2 commits
  7. 10 May, 2019 1 commit
  8. 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
  9. 17 Jan, 2019 1 commit
  10. 14 Nov, 2018 1 commit
  11. 06 Jul, 2018 1 commit
  12. 21 Jun, 2018 1 commit
    • Ben L. Titzer's avatar
      [asm] Remove Assembler(isolate...) constructor · ea2f33c6
      Ben L. Titzer authored
      This completes the transition to Assembler::Options, which reduces
      the assemblers's dependency on isolates, and there is now only one
      way to create an Assembler, which is to use the options.
      Note that some operations on assemblers still need an isolate, such
      as GetCode(), and in these cases, the isolate is an additional
      argument to the method.
      
      R=jgruber@chromium.org
      CC=mstarzinger@chromium.org
      
      Change-Id: I413209d816c63a7c3640f1c226764693dcad1e7f
      Reviewed-on: https://chromium-review.googlesource.com/1106169
      Commit-Queue: Ben Titzer <titzer@chromium.org>
      Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#53925}
      ea2f33c6
  13. 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
  14. 01 Sep, 2017 1 commit
  15. 17 Aug, 2017 1 commit
  16. 03 Aug, 2017 1 commit
  17. 01 Jun, 2017 1 commit
  18. 27 Mar, 2017 1 commit
  19. 14 Sep, 2016 1 commit
  20. 27 Jun, 2016 1 commit
  21. 24 May, 2016 1 commit
  22. 09 Dec, 2015 1 commit
  23. 30 Nov, 2015 1 commit
  24. 27 Nov, 2015 1 commit
  25. 20 Nov, 2015 1 commit
  26. 16 Nov, 2015 1 commit
  27. 10 Nov, 2015 1 commit
  28. 31 Jul, 2015 1 commit
  29. 16 Jul, 2015 1 commit
    • Ilija.Pavlovic's avatar
      MIPS: · 2bc5a212
      Ilija.Pavlovic authored
      Improved checking target ranges for J and JAL instructions.
      Adapted disassembler test for J and JAL instructions.
      
      TEST=cctest/test-disasm-mips[64]
      BUG=
      
      Review URL: https://codereview.chromium.org/1237083003
      
      Cr-Commit-Position: refs/heads/master@{#29693}
      2bc5a212
  30. 15 Jul, 2015 2 commits
  31. 13 Jul, 2015 2 commits
  32. 03 Jul, 2015 1 commit
  33. 01 Jul, 2015 1 commit
  34. 19 Jun, 2015 1 commit
  35. 22 May, 2015 1 commit
  36. 19 May, 2015 1 commit
  37. 14 May, 2015 1 commit
    • paul.lind's avatar
      Revert of MIPS: Add float instructions and test coverage, part one · d090469c
      paul.lind authored
      Reason for revert:
      Simulator test failures in RunChangeFloat64ToInt.., RunChangeTaggedToInt32,
      div-mul-minus-one
      
      Original issue's description:
      
      > Implement assembler, disassembler tests for all instructions for mips32
      > and mips64. Additionally, add missing single precision float instructions
      > for r2 and r6 architecture variants in assembler, simulator and disassembler
      > with corresponding tests.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1143473003
      
      Cr-Commit-Position: refs/heads/master@{#28404}
      d090469c