1. 02 Nov, 2015 1 commit
  2. 03 Sep, 2015 1 commit
  3. 30 Jun, 2015 1 commit
    • 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
  4. 01 Jun, 2015 1 commit
    • bmeurer's avatar
      [turbofan] First step towards sanitizing for-in and making it optimizable. · e2e47f30
      bmeurer authored
      In a nutshell: The FILTER_KEY builtin is gone, and was replaced by a
      simple runtime call to ForInFilter, which does everything and is even
      cheaper (because FILTER_KEY used to call into the runtime anyway).
      And ForInFilter returns either the name or undefined, which makes it
      possible to remove the control flow construction from the AstGraphBuilder,
      and thereby make both the initialization and the per-loop code of for-in
      optimizable later (in typed lowering).
      
      R=jarin@chromium.org
      
      Review URL: https://codereview.chromium.org/1160983004
      
      Cr-Commit-Position: refs/heads/master@{#28711}
      e2e47f30
  5. 04 Mar, 2015 1 commit
  6. 05 Feb, 2015 1 commit
  7. 03 Feb, 2015 1 commit
  8. 14 Jan, 2015 1 commit
  9. 12 Jan, 2015 1 commit
  10. 18 Nov, 2014 1 commit
  11. 28 Oct, 2014 2 commits
  12. 30 Jul, 2014 1 commit