1. 30 Jun, 2015 2 commits
    • mstarzinger's avatar
      [turbofan] Fix exit control flow in TryCatchBuilder. · df06f1c7
      mstarzinger authored
      This makes sure that the exit control flow that merges the try-block
      with the catch-block after a try-catch-statement creates a new merge
      node in cases where it has to. Otherwise dangling phi nodes might have
      the wrong number of value inputs.
      
      R=bmeurer@chromium.org
      TEST=mjsunit/regress/regress-crbug-505354
      BUG=chromium:505354
      LOG=N
      
      Review URL: https://codereview.chromium.org/1213183003
      
      Cr-Commit-Position: refs/heads/master@{#29362}
      df06f1c7
    • littledan's avatar
      Mark SizeOfFirstPageIsLargeEnough failing on mips64 · 40d01b57
      littledan authored
      The failure was been triggered by turning on --harmony-arrays,
      maybe because code size was increased or code was added later
      in the bootstrap process. Because it doesn't look like a bug
      in anything guarded by --harmony-arrays directly, I'd suggest
      shipping the flag and disabling the test on the architectures
      where it's been observed to fail. It's already disabled on arm64
      and this patch disables it on mips64 as well.
      
      BUG=v8:4200
      LOG=N
      R=adamk
      
      Review URL: https://codereview.chromium.org/1212963004
      
      Cr-Commit-Position: refs/heads/master@{#29361}
      40d01b57
  2. 29 Jun, 2015 22 commits
  3. 27 Jun, 2015 1 commit
  4. 26 Jun, 2015 15 commits