1. 14 Nov, 2018 1 commit
  2. 06 Jul, 2018 1 commit
  3. 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
  4. 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
  5. 01 Sep, 2017 1 commit
  6. 17 Aug, 2017 1 commit
  7. 03 Aug, 2017 1 commit
  8. 01 Jun, 2017 1 commit
  9. 27 Mar, 2017 1 commit
  10. 14 Sep, 2016 1 commit
  11. 27 Jun, 2016 1 commit
  12. 24 May, 2016 1 commit
  13. 09 Dec, 2015 1 commit
  14. 30 Nov, 2015 1 commit
  15. 27 Nov, 2015 1 commit
  16. 20 Nov, 2015 1 commit
  17. 16 Nov, 2015 1 commit
  18. 10 Nov, 2015 1 commit
  19. 31 Jul, 2015 1 commit
  20. 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
  21. 15 Jul, 2015 2 commits
  22. 13 Jul, 2015 2 commits
  23. 03 Jul, 2015 1 commit
  24. 01 Jul, 2015 1 commit
  25. 19 Jun, 2015 1 commit
  26. 22 May, 2015 1 commit
  27. 19 May, 2015 1 commit
  28. 14 May, 2015 2 commits
  29. 30 Apr, 2015 2 commits
  30. 06 Apr, 2015 1 commit
    • dusan.milosavljevic's avatar
      MIPS: Major fixes and clean-up in asm. for instruction encoding. · 4b5af7b3
      dusan.milosavljevic authored
      - Fixed single float register type instruction en[de]coding in assembler and disassembler.
      - Added max and min instructions for r6 and corresponding tests.
      - Fixed selection instruction for boundary cases in simulator.
      - Update assembler tests to be more thorough wrt boundary cases.
      
      TEST=cctest/test-assembler-mips64/MIPS17, MIPS18
           cctest/test-disasm-mips64/Type1
           cctest/test-assembler-mips/MIPS16, MIPS17
           cctest/test-disasm-mips/Type1
      BUG=
      
      Review URL: https://codereview.chromium.org/1057323002
      
      Cr-Commit-Position: refs/heads/master@{#27601}
      4b5af7b3
  31. 30 Mar, 2015 1 commit
  32. 27 Mar, 2015 1 commit
  33. 12 Aug, 2014 1 commit
  34. 11 Aug, 2014 3 commits