Skip to content
  1. Dec 18, 2009
  2. Nov 01, 2009
  3. Oct 31, 2009
  4. Oct 25, 2009
  5. Sep 09, 2009
  6. 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
  7. Sep 06, 2009
  8. Sep 03, 2009
  9. Aug 13, 2009
  10. Jul 14, 2009
  11. Jul 11, 2009
    • Torok Edwin's avatar
      assert(0) -> LLVM_UNREACHABLE. · 56d06597
      Torok Edwin authored
      Make llvm_unreachable take an optional string, thus moving the cerr<< out of
      line.
      LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for
      NDEBUG builds.
      
      llvm-svn: 75379
      56d06597
  12. Jan 28, 2009
  13. Sep 04, 2008
  14. Jun 03, 2008
  15. May 13, 2008
  16. Apr 21, 2008
  17. Apr 17, 2008
  18. Apr 06, 2008
  19. Dec 29, 2007
  20. Nov 27, 2007
  21. Aug 13, 2007
  22. Jun 08, 2007
  23. Jun 07, 2007
  24. Jun 04, 2007
  25. Jun 03, 2007
  26. May 06, 2007
  27. May 03, 2007
  28. May 02, 2007
  29. May 01, 2007
  30. Apr 17, 2007
  31. Apr 15, 2007
  32. Apr 07, 2007
  33. Jan 15, 2007
  34. Jan 14, 2007
Loading