Skip to content
  1. Aug 29, 2010
  2. Aug 06, 2010
  3. Jul 30, 2010
  4. Jul 22, 2010
  5. Jul 16, 2010
  6. Apr 14, 2010
  7. Feb 16, 2010
  8. Jan 05, 2010
  9. Dec 18, 2009
  10. Dec 10, 2009
  11. Nov 23, 2009
  12. Nov 19, 2009
  13. Nov 05, 2009
  14. Oct 14, 2009
  15. Oct 13, 2009
  16. Oct 11, 2009
  17. Sep 27, 2009
  18. Sep 08, 2009
    • Dan Gohman's avatar
      Re-apply r80926, with fixes: keep the domtree informed of new blocks · 3ddbc242
      Dan Gohman authored
      that get created during loop unswitching, and fix SplitBlockPredecessors'
      LCSSA updating code to create new PHIs instead of trying to just move
      existing ones.
      
      Also, optimize Loop::verifyLoop, since it gets called a lot. Use
      searches on a sorted list of blocks instead of calling the "contains"
      function, as is done in other places in the Loop class, since "contains"
      does a linear search. Also, don't call verifyLoop from LoopSimplify or
      LCSSA, as the PassManager is already calling verifyLoop as part of
      LoopInfo's verifyAnalysis.
      
      llvm-svn: 81221
      3ddbc242
  19. Sep 06, 2009
  20. Sep 03, 2009
  21. Sep 02, 2009
  22. Aug 23, 2009
  23. Aug 13, 2009
  24. Jul 31, 2009
  25. Jul 25, 2009
Loading