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