Skip to content
  1. Jun 24, 2010
  2. Apr 21, 2010
  3. Mar 10, 2010
  4. Jan 27, 2010
  5. Jan 05, 2010
  6. Dec 18, 2009
  7. Nov 06, 2009
  8. Nov 05, 2009
  9. Oct 31, 2009
  10. Aug 23, 2009
  11. 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
  12. Jul 06, 2009
  13. Dec 03, 2008
  14. Oct 08, 2008
  15. Jun 24, 2008
  16. Jun 23, 2008
  17. May 14, 2008
  18. May 13, 2008
  19. May 06, 2008
  20. Apr 25, 2008
  21. Apr 14, 2008
  22. Apr 13, 2008
  23. Mar 20, 2008
  24. Mar 18, 2008
  25. Mar 09, 2008
  26. Feb 20, 2008
  27. Jan 27, 2008
  28. Jan 04, 2008
  29. Dec 29, 2007
  30. Nov 27, 2007
  31. Nov 05, 2007
  32. Aug 02, 2007
  33. May 14, 2007
  34. May 11, 2007
    • Dan Gohman's avatar
      This patch extends the LoopUnroll pass to be able to unroll loops · 2980d9da
      Dan Gohman authored
      with unknown trip counts. This is left off by default, and a
      command-line option enables it. It also begins to separate loop
      unrolling into a utility routine; eventually it might be made usable
      from other passes.
      
      It currently works by inserting conditional branches between each
      unrolled iteration, unless it proves that the trip count is a
      multiple of a constant integer > 1, which it currently only does in
      the rare case that the trip count expression is a Mul operator with
      a ConstantInt operand. Eventually this information might be provided
      by other sources, for example by a pass that peels/splits the loop
      for this purpose.
      
      llvm-svn: 36990
      2980d9da
  35. May 08, 2007
Loading