1. 30 Mar, 2010 2 commits
  2. 29 Mar, 2010 1 commit
    • kmillikin@chromium.org's avatar
      Rework flow graph construction. · 81779f63
      kmillikin@chromium.org authored
      The flow graph has been simplified to remove the special branch, join,
      and exit nodes.  All nodes are now basic blocks (possibly empty to
      preserve edge-split form) with a distinguished entry and exit block.
      
      Most trivial expressions are not added to the flow graph as
      instructions.  The assigned variable analyzer has been changed to
      sometimes work right-to-left so that right subexpressions can be
      marked as trivial.
      
      The reaching definitions analysis has been temporarily removed, and
      the analyses that depended on it (primitivity analysis, dead code
      marking) as well.
      
      Review URL: http://codereview.chromium.org/1530003
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4307 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      81779f63
  3. 25 Mar, 2010 1 commit
  4. 24 Mar, 2010 2 commits
  5. 23 Mar, 2010 3 commits
  6. 22 Mar, 2010 1 commit
  7. 19 Mar, 2010 1 commit
  8. 16 Mar, 2010 2 commits
  9. 15 Mar, 2010 1 commit
  10. 12 Mar, 2010 1 commit
  11. 11 Mar, 2010 3 commits
  12. 10 Mar, 2010 2 commits
  13. 09 Mar, 2010 1 commit
  14. 08 Mar, 2010 4 commits
  15. 02 Mar, 2010 2 commits
  16. 24 Feb, 2010 1 commit
  17. 19 Feb, 2010 1 commit
  18. 12 Feb, 2010 1 commit
  19. 09 Feb, 2010 1 commit
  20. 01 Feb, 2010 1 commit
  21. 29 Jan, 2010 2 commits
  22. 27 Jan, 2010 1 commit
  23. 19 Jan, 2010 1 commit
  24. 14 Jan, 2010 1 commit
  25. 13 Jan, 2010 2 commits
  26. 12 Jan, 2010 1 commit