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