Skip to content
  1. Oct 14, 2011
  2. Oct 11, 2011
  3. Oct 08, 2011
  4. Oct 04, 2011
  5. Sep 29, 2011
    • Andrew Trick's avatar
      typo + pasto · 168dfffd
      Andrew Trick authored
      llvm-svn: 140769
      168dfffd
    • Andrew Trick's avatar
      LSR: rewrite inner loops only. · bc6de90a
      Andrew Trick authored
      Rewriting the entire loop nest now requires -enable-lsr-nested.
      See PR11035 for some performance data.
      A few unit tests specifically test nested LSR, and are now under a flag.
      
      llvm-svn: 140762
      bc6de90a
  6. Sep 27, 2011
  7. Sep 24, 2011
    • Andrew Trick's avatar
      LSR minor bug fix in RateRegister. · 8b2fe2f7
      Andrew Trick authored
      No test case. Noticed by inspection and I doubt it ever affects the
      outcome of the overall heuristic, let alone final codegen.
      
      llvm-svn: 140431
      8b2fe2f7
  8. Aug 25, 2011
  9. Aug 24, 2011
  10. Jul 21, 2011
  11. Jul 18, 2011
  12. Jul 15, 2011
  13. Jun 28, 2011
  14. Jun 21, 2011
  15. May 23, 2011
  16. May 20, 2011
    • Andrew Trick's avatar
      indvars: Prototyping Sign/ZeroExtend elimination without canonical IVs. · f44aadf0
      Andrew Trick authored
      No functionality enabled by default. Use -disable-iv-rewrite.
      Extended IVUsers to keep track of the phi that represents the users' IV.
      Added the WidenIV transform to replace a narrow IV with a wide IV
      by doing a one-for-one replacement of IV users instead of expanding the
      SCEV expressions. [sz]exts are removed and truncs are inserted.
      
      llvm-svn: 131744
      f44aadf0
  17. May 18, 2011
  18. May 03, 2011
  19. Apr 15, 2011
  20. Apr 13, 2011
  21. Mar 30, 2011
  22. Mar 14, 2011
  23. Feb 11, 2011
  24. Feb 10, 2011
    • Eric Christopher's avatar
      Revert this in an attempt to bring the builders back. · da6bd450
      Eric Christopher authored
      llvm-svn: 125257
      da6bd450
    • Cameron Zwarich's avatar
      Turn this pass ordering: · 58c8670a
      Cameron Zwarich authored
      Natural Loop Information
       Loop Pass Manager
         Canonicalize natural loops
       Scalar Evolution Analysis
       Loop Pass Manager
         Induction Variable Users
         Canonicalize natural loops
         Induction Variable Users
         Loop Strength Reduction
      
      into this:
      
      Scalar Evolution Analysis
      Loop Pass Manager
        Canonicalize natural loops
        Induction Variable Users
        Loop Strength Reduction
      
      This fixes <rdar://problem/8869639>. I also filed PR9184 on doing this sort of
      thing automatically, but it seems easier to just change the ordering of the
      passes if this is the only case.
      
      llvm-svn: 125254
      58c8670a
  25. Feb 08, 2011
  26. Jan 18, 2011
  27. Jan 02, 2011
  28. Nov 17, 2010
  29. Oct 19, 2010
Loading