1. 04 Sep, 2018 8 commits
  2. 03 Sep, 2018 2 commits
  3. 30 Aug, 2018 4 commits
  4. 29 Aug, 2018 2 commits
  5. 27 Aug, 2018 1 commit
  6. 24 Aug, 2018 3 commits
    • Michael Starzinger's avatar
      [wasm] Print handler tables together with WasmCode. · 0b87c570
      Michael Starzinger authored
      R=ahaas@chromium.org
      BUG=v8:8091
      
      Change-Id: I648e5a957e02d32e51c94175a6596801ca5ebd9e
      Reviewed-on: https://chromium-review.googlesource.com/1188310
      Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
      Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#55398}
      0b87c570
    • Stephan Herhut's avatar
      Reland "Use new arraybuffer deleter interface in d8" · 89bea4c0
      Stephan Herhut authored
      This is a reland of 524215be
      
      Original change's description:
      > Use new arraybuffer deleter interface in d8
      > 
      > With this cl we start using the custom deleter to free externalized
      > array buffers. This also allows us to keep wasm memories registered
      > with the wasm memory tracker and thereby to propagate that a memory
      > is wasm allocated over postMessage calls.
      > 
      > Bug: v8:8073, chromium:836800
      > Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
      > Change-Id: I57e3ea44d9c6633ada7996677dd1de4da810ab64
      > Reviewed-on: https://chromium-review.googlesource.com/1186681
      > Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
      > Commit-Queue: Stephan Herhut <herhut@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#55361}
      
      Bug: v8:8073, chromium:836800
      Change-Id: Ia3c057ced496363cfdd07eed16ed1d0c7a3f3084
      Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
      Reviewed-on: https://chromium-review.googlesource.com/1188222Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
      Commit-Queue: Stephan Herhut <herhut@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#55389}
      89bea4c0
    • Lei Zhang's avatar
      Fix the MSVC build. · ee062769
      Lei Zhang authored
      In LiftoffCompiler::EmitTypeConversion() there is a DCHECK_EQ() where
      one argument is implicitly converted to bool. This confuses MSVC, which
      causes it to think the two arguments to DCHECK_EQ() do not have the same
      type. Fix this with an explicit bool conversion!!
      
      This does not affect the "v8_win64_msvc_compile_rel" bot, presumably
      because it is a release bot with DCHECKs turned off.
      
      Change-Id: I602ddae7a970e17388730e895eafd4ec78de7602
      Reviewed-on: https://chromium-review.googlesource.com/1187702Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
      Commit-Queue: Lei Zhang <thestig@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#55381}
      ee062769
  7. 23 Aug, 2018 7 commits
  8. 22 Aug, 2018 1 commit
  9. 21 Aug, 2018 7 commits
  10. 20 Aug, 2018 3 commits
  11. 17 Aug, 2018 2 commits