1. 14 Apr, 2011 1 commit
  2. 07 Apr, 2011 1 commit
  3. 07 Dec, 2010 3 commits
  4. 04 Oct, 2010 1 commit
  5. 30 Sep, 2010 1 commit
  6. 28 Sep, 2010 2 commits
  7. 24 Sep, 2010 1 commit
  8. 24 Aug, 2010 2 commits
  9. 02 Jun, 2010 1 commit
  10. 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
  11. 25 Mar, 2010 1 commit
  12. 24 Mar, 2010 1 commit
  13. 23 Mar, 2010 2 commits
  14. 22 Mar, 2010 2 commits
  15. 19 Mar, 2010 1 commit
  16. 16 Mar, 2010 2 commits
  17. 12 Mar, 2010 5 commits
  18. 11 Mar, 2010 3 commits
  19. 10 Mar, 2010 5 commits
  20. 09 Mar, 2010 2 commits
  21. 08 Mar, 2010 2 commits