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