1. 31 Oct, 2014 1 commit
  2. 22 Aug, 2014 1 commit
  3. 20 Aug, 2014 1 commit
  4. 04 Aug, 2014 1 commit
  5. 30 Jul, 2014 1 commit
  6. 03 Jun, 2014 1 commit
  7. 29 Apr, 2014 1 commit
  8. 12 Jun, 2013 1 commit
  9. 07 Jan, 2013 1 commit
  10. 04 Jan, 2013 1 commit
  11. 22 Feb, 2012 1 commit
  12. 06 May, 2011 1 commit
  13. 03 May, 2011 1 commit
  14. 14 Apr, 2011 1 commit
  15. 18 Mar, 2011 3 commits
  16. 03 Jan, 2011 1 commit
  17. 07 Dec, 2010 3 commits
  18. 04 Oct, 2010 1 commit
  19. 24 Aug, 2010 1 commit
  20. 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
  21. 25 Mar, 2010 1 commit
  22. 24 Mar, 2010 1 commit
  23. 23 Mar, 2010 1 commit
  24. 22 Mar, 2010 2 commits
  25. 19 Mar, 2010 1 commit
  26. 16 Mar, 2010 1 commit
  27. 12 Mar, 2010 2 commits
  28. 11 Mar, 2010 2 commits
  29. 10 Mar, 2010 4 commits
  30. 09 Mar, 2010 1 commit