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