1. 24 Jan, 2020 2 commits
    • Johannes Henkel's avatar
      [DevTools] Revamp StringBuffer implementations. · dc3893e5
      Johannes Henkel authored
      This cleans up string-util.h a little. Instead of distinguishing
      BinaryStringBuffer from StringBufferImpl (which has a legacy
      ::adopt() interface), provide two functions for making StringBuffer
      from either an 8 bit (std::vector<uint8_t>) or a 16 bit (String16)
      source, and keep the classes in the .cc file only. Since it's easy
      enough, this adds a class also for the empty string buffer as there's
      no need to keep an empty vector / String16 this way.
      
      No public API changes here.
      
      Change-Id: Idb25fe24ea94f27f8001d552cede089e04eacd32
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2016015Reviewed-by: 's avatarBenedikt Meurer <bmeurer@chromium.org>
      Reviewed-by: 's avatarDmitry Gozman <dgozman@chromium.org>
      Commit-Queue: Johannes Henkel <johannes@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#65964}
      dc3893e5
    • Ng Zhi An's avatar
      Reland "[liftoff][wasm-simd] Implement f32x4.splat" · b110d480
      Ng Zhi An authored
      This relands commit 009993ad.
      
      The fix is in liftoff-assembler-ia32.h, the codegen was incorrect.
      
      Original change's description:
      > Implement f32x4.splat and enable handling this in Liftoff.
      >
      > We add a new macro for defining test cases to run on TurboFan, Liftoff,
      > interpreter, and scalar lowering.
      >
      > Also add an assertion that the execution tier used is what we expected
      > it to be. This is useful for Liftoff, because by default it falls back
      > to TurboFan when it encounters an unimplemented opcode.
      >
      > Bug: v8:9909
      
      Bug: v8:9909
      Change-Id: I7daacbe8b195d9212367190c515b0babbc457a88
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2018043Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
      Commit-Queue: Zhi An Ng <zhin@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#65963}
      b110d480
  2. 23 Jan, 2020 27 commits
  3. 22 Jan, 2020 11 commits