Skip to content
  1. Nov 27, 2007
  2. Nov 05, 2007
  3. Aug 02, 2007
  4. May 14, 2007
  5. 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
  6. May 08, 2007
  7. May 05, 2007
  8. May 03, 2007
  9. May 02, 2007
  10. May 01, 2007
  11. Apr 17, 2007
  12. Mar 07, 2007
  13. Mar 03, 2007
  14. Feb 06, 2007
  15. Feb 03, 2007
  16. Jan 31, 2007
  17. Dec 19, 2006
  18. Dec 06, 2006
  19. Nov 26, 2006
  20. Nov 02, 2006
    • Reid Spencer's avatar
      For PR786: · de46e484
      Reid Spencer authored
      Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
      fall out by removing unused variables. Remaining warnings have to do with
      unused functions (I didn't want to delete code without review) and unused
      variables in generated code. Maintainers should clean up the remaining
      issues when they see them. All changes pass DejaGnu tests and Olden.
      
      llvm-svn: 31380
      de46e484
  21. Oct 20, 2006
    • Reid Spencer's avatar
      For PR950: · e0fc4dfc
      Reid Spencer authored
      This patch implements the first increment for the Signless Types feature.
      All changes pertain to removing the ConstantSInt and ConstantUInt classes
      in favor of just using ConstantInt.
      
      llvm-svn: 31063
      e0fc4dfc
  22. Aug 29, 2006
  23. Aug 28, 2006
  24. Aug 26, 2006
  25. Aug 24, 2006
  26. Jul 20, 2006
  27. Jul 19, 2006
  28. Jun 07, 2006
  29. Jan 23, 2006
  30. Apr 23, 2005
  31. Apr 22, 2005
  32. Mar 06, 2005
  33. Jan 08, 2005
  34. Nov 22, 2004
  35. Oct 18, 2004
  36. Sep 15, 2004
Loading