1. 20 Feb, 2015 1 commit
  2. 17 Feb, 2015 1 commit
    • bmeurer's avatar
      [turbofan] Optimize certain chains of Branch into a Switch. · acd9c46c
      bmeurer authored
      This adds a new ControlFlowOptimizer that - for now - recognizes chains
      of Branches generated by the SwitchBuilder for a subset of javascript
      switches into Switch nodes. Those Switch nodes are then lowered to
      either table or lookup switches.
      
      Also rename Case to IfValue (and introduce IfDefault) for consistency.
      
      BUG=v8:3872
      LOG=n
      
      Review URL: https://codereview.chromium.org/931623002
      
      Cr-Commit-Position: refs/heads/master@{#26691}
      acd9c46c
  3. 28 Jan, 2015 1 commit
  4. 22 Jan, 2015 1 commit
  5. 14 Jan, 2015 1 commit
  6. 23 Dec, 2014 1 commit
  7. 29 Oct, 2014 2 commits
  8. 28 Oct, 2014 2 commits
  9. 27 Oct, 2014 1 commit
  10. 26 Oct, 2014 1 commit
  11. 22 Oct, 2014 2 commits
  12. 14 Oct, 2014 1 commit
  13. 01 Oct, 2014 1 commit
  14. 30 Sep, 2014 1 commit
  15. 29 Sep, 2014 1 commit
  16. 12 Sep, 2014 1 commit
  17. 04 Sep, 2014 2 commits
  18. 03 Sep, 2014 1 commit
  19. 02 Sep, 2014 3 commits
  20. 01 Sep, 2014 1 commit
  21. 22 Aug, 2014 1 commit
  22. 21 Aug, 2014 1 commit
  23. 19 Aug, 2014 2 commits
  24. 18 Aug, 2014 2 commits
  25. 11 Aug, 2014 5 commits
  26. 07 Aug, 2014 1 commit
  27. 30 Jul, 2014 1 commit