Skip to content
  1. Sep 28, 2010
  2. Sep 10, 2010
  3. Sep 09, 2010
  4. Sep 08, 2010
  5. Aug 29, 2010
  6. Aug 06, 2010
  7. Aug 04, 2010
  8. Jul 26, 2010
    • Dan Gohman's avatar
      Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogus · 0141c13b
      Dan Gohman authored
      dependence on DominanceFrontier. Instead, add an explicit DominanceFrontier
      pass in StandardPasses.h to ensure that it gets scheduled at the right
      time.
      
      Declare that loop unrolling preserves ScalarEvolution, and shuffle some
      getAnalysisUsages.
      
      This eliminates one LoopSimplify and one LCCSA run in the standard
      compile opts sequence.
      
      llvm-svn: 109413
      0141c13b
  9. Jul 22, 2010
  10. Mar 10, 2010
  11. Feb 06, 2010
  12. Jan 05, 2010
  13. Oct 31, 2009
  14. Sep 02, 2009
  15. Aug 13, 2009
  16. Jul 28, 2009
  17. Jul 25, 2009
    • Daniel Dunbar's avatar
      More migration to raw_ostream, the water has dried up around the iostream hole. · 0dd5e1ed
      Daniel Dunbar authored
       - Some clients which used DOUT have moved to DEBUG. We are deprecating the
         "magic" DOUT behavior which avoided calling printing functions when the
         statement was disabled. In addition to being unnecessary magic, it had the
         downside of leaving code in -Asserts builds, and of hiding potentially
         unnecessary computations.
      
      llvm-svn: 77019
      0dd5e1ed
  18. Apr 21, 2009
  19. Jan 28, 2009
  20. Oct 23, 2008
    • Daniel Dunbar's avatar
      Change create*Pass factory functions to return Pass* instead of · 7f39e2d8
      Daniel Dunbar authored
      LoopPass*.
       - Although less precise, this means they can be used in clients
         without RTTI (who would otherwise need to include LoopPass.h, which
         eventually includes things using dynamic_cast). This was the
         simplest solution that presented itself, but I am happy to use a
         better one if available.
      
      llvm-svn: 58010
      7f39e2d8
  21. Sep 04, 2008
  22. Jul 29, 2008
  23. Jul 03, 2008
  24. Jun 22, 2008
  25. May 16, 2008
  26. May 15, 2008
  27. May 14, 2008
  28. May 13, 2008
Loading