1. 28 Oct, 2016 2 commits
    • clemensh's avatar
      Fix detection of BUILTIN functions · 1cac34ed
      clemensh authored
      In the asm.js to wasm pipeline, we generate an entry function with
      BUILTIN code, but still attached to a TYPE_NORMAL script.
      This fix avoids trying to set a breakpoint there, resulting in a crash
      on DCHECK(shared->HasDebugInfo()).
      
      Also add two inspector tests to track regressions.
      
      BUG=v8:5568
      R=titzer@chromium.org,mstarzinger@chromium.org
      
      Review-Url: https://codereview.chromium.org/2457433002
      Cr-Commit-Position: refs/heads/master@{#40633}
      1cac34ed
    • zhengxing.li's avatar
      X87: [crankshaft] Support all oddballs for truncating TaggedToI changes. · 77ae6884
      zhengxing.li authored
        port 7d383be9 (r40608)
      
        original commit message:
        For inputs to truncating binary operations like <<, | or >>>, support
        all Oddballs not just undefined, true and false. This unifies treatment
        of these truncations in Crankshaft and TurboFan, and is very easy
        nowadays, since the memory layout of Oddball and HeapNumber is
        compatible.
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2450093007
      Cr-Commit-Position: refs/heads/master@{#40632}
      77ae6884
  2. 27 Oct, 2016 25 commits
  3. 26 Oct, 2016 13 commits