1. 09 Feb, 2015 1 commit
  2. 30 Jan, 2015 3 commits
  3. 29 Jan, 2015 1 commit
  4. 27 Jan, 2015 1 commit
    • bmeurer's avatar
      [turbofan] Ensure that NTLs are always properly connected to the end. · 59a02ebd
      bmeurer authored
      Up until now we used a special Terminate node to artifically connect non
      terminating loops to the End node, but this was kind of adhoc and didn't
      work for the CFG. So without all kinds of weird hacks, the end block in
      the CFG will not be connected to NTLs, which makes it impossible to
      compute post dominance / control dependence in the current setting.
      
      So instead of Terminate, we add a special Branch to NTLs, whose
      condition is the special Always node, which corresponds to True, except
      that it cannot be folded away. This way we don't need any special
      machinery in the scheduler, since it's just a regular Branch.
      
      R=titzer@chromium.org
      
      Review URL: https://codereview.chromium.org/875263004
      
      Cr-Commit-Position: refs/heads/master@{#26294}
      59a02ebd
  5. 26 Jan, 2015 1 commit
  6. 23 Jan, 2015 1 commit
    • danno's avatar
      Remove the dependency of Zone on Isolate · c7b09aac
      danno authored
      Along the way:
      - Thread isolate parameter explicitly through code that used to
        rely on getting it from the zone.
      - Canonicalize the parameter position of isolate and zone for
        affected code
      - Change Hydrogen New<> instruction templates to automatically
        pass isolate
      
      R=mstarzinger@chromium.org
      LOG=N
      
      Review URL: https://codereview.chromium.org/868883002
      
      Cr-Commit-Position: refs/heads/master@{#26252}
      c7b09aac
  7. 22 Jan, 2015 1 commit
  8. 16 Jan, 2015 1 commit
  9. 14 Jan, 2015 1 commit
  10. 13 Jan, 2015 1 commit
  11. 12 Jan, 2015 1 commit
  12. 08 Jan, 2015 1 commit
  13. 05 Jan, 2015 1 commit
    • Benedikt Meurer's avatar
      [turbofan] Correctify JSToBoolean lowering. · 9def087e
      Benedikt Meurer authored
      Introduce a new AnyToBoolean simplified operator to handle the later
      lowering of boolean conversions. Previously we tried to hack that with
      the generic JSToBoolean, having its context set to zero, but that lead
      to various problems/bugs and did not handle all cases.
      
      TEST=cctest,unittests
      R=jarin@chromium.org
      
      Review URL: https://codereview.chromium.org/800833003
      
      Cr-Commit-Position: refs/heads/master@{#25958}
      9def087e
  14. 11 Dec, 2014 1 commit
  15. 02 Dec, 2014 2 commits
  16. 28 Nov, 2014 1 commit
  17. 12 Nov, 2014 1 commit
  18. 03 Nov, 2014 2 commits
  19. 31 Oct, 2014 1 commit
  20. 29 Oct, 2014 3 commits
  21. 27 Oct, 2014 2 commits
  22. 24 Oct, 2014 1 commit
  23. 22 Oct, 2014 2 commits
  24. 20 Oct, 2014 1 commit
  25. 15 Oct, 2014 5 commits
  26. 14 Oct, 2014 1 commit
  27. 13 Oct, 2014 2 commits