1. 01 Apr, 2020 1 commit
    • Clemens Backes's avatar
      [asm] Fix double literals without dots · 7bb686a9
      Clemens Backes authored
      Double literals without dots should still be parsed as double constants,
      not unsigned constants. The static_cast would remove the fractional
      part, making constants like "1e-15" come out as "0" unsigned constants.
      
      The precise semantics is not spec'ed, so we still consider literals like
      "1e1" to be unsigned, and only switch to double if there is a fractional
      part.
      
      R=ecmziegler@chromium.org
      
      Bug: chromium:1065635
      Change-Id: I0aac018058a149632e0849572d19fdcc7b2af7aa
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2126922Reviewed-by: 's avatarEmanuel Ziegler <ecmziegler@chromium.org>
      Commit-Queue: Clemens Backes <clemensb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#66949}
      7bb686a9
  2. 29 Jan, 2020 1 commit
  3. 16 Jan, 2020 1 commit
  4. 14 Jan, 2020 1 commit
  5. 07 Jan, 2020 1 commit