Skip to content
  1. Jul 22, 2010
  2. Mar 10, 2010
  3. Feb 06, 2010
  4. Jan 05, 2010
  5. Oct 31, 2009
  6. Sep 02, 2009
  7. Aug 13, 2009
  8. Jul 28, 2009
  9. 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
  10. Apr 21, 2009
  11. Jan 28, 2009
  12. 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
  13. Sep 04, 2008
  14. Jul 29, 2008
  15. Jul 03, 2008
  16. Jun 22, 2008
  17. May 16, 2008
  18. May 15, 2008
  19. May 14, 2008
  20. May 13, 2008
  21. May 06, 2008
  22. Apr 25, 2008
  23. Apr 14, 2008
  24. Apr 13, 2008
  25. Mar 20, 2008
  26. Mar 18, 2008
  27. Mar 09, 2008
  28. Feb 20, 2008
  29. Jan 27, 2008
  30. Jan 04, 2008
  31. Dec 29, 2007
  32. Nov 27, 2007
  33. Nov 05, 2007
  34. Aug 02, 2007
  35. May 14, 2007
Loading