Skip to content
  1. Jun 21, 2010
  2. Jun 20, 2010
  3. Jun 19, 2010
  4. Jun 16, 2010
  5. Jun 05, 2010
  6. May 04, 2010
  7. Apr 26, 2010
  8. Apr 15, 2010
  9. Apr 09, 2010
  10. Apr 08, 2010
    • Dan Gohman's avatar
      Generalize IVUsers to track arbitrary expressions rather than expressions · d006ab90
      Dan Gohman authored
      explicitly split into stride-and-offset pairs. Also, add the
      ability to track multiple post-increment loops on the same expression.
      
      This refines the concept of "normalizing" SCEV expressions used for
      to post-increment uses, and introduces a dedicated utility routine for
      normalizing and denormalizing expressions.
      
      This fixes the expansion of expressions which are post-increment users
      of more than one loop at a time. More broadly, this takes LSR another
      step closer to being able to reason about more than one loop at a time.
      
      llvm-svn: 100699
      d006ab90
  11. Mar 23, 2010
  12. Mar 19, 2010
  13. Mar 18, 2010
  14. Mar 17, 2010
  15. Mar 09, 2010
  16. Mar 06, 2010
  17. Mar 05, 2010
  18. Mar 03, 2010
  19. Mar 02, 2010
  20. Mar 01, 2010
  21. Feb 17, 2010
  22. Feb 16, 2010
  23. Feb 15, 2010
  24. Feb 14, 2010
  25. Feb 12, 2010
  26. Feb 01, 2010
    • Dan Gohman's avatar
      Generalize target-independent folding rules for sizeof to handle more · e5e1b7b0
      Dan Gohman authored
      cases, and implement target-independent folding rules for alignof and
      offsetof. Also, reassociate reassociative operators when it leads to
      more folding.
      
      Generalize ScalarEvolution's isOffsetOf to recognize offsetof on
      arrays. Rename getAllocSizeExpr to getSizeOfExpr, and getFieldOffsetExpr
      to getOffsetOfExpr, for consistency with analagous ConstantExpr routines.
      
      Make the target-dependent folder promote GEP array indices to
      pointer-sized integers, to make implicit casting explicit and exposed
      to subsequent folding.
      
      And add a bunch of testcases for this new functionality, and a bunch
      of related existing functionality.
      
      llvm-svn: 94987
      e5e1b7b0
  27. Jan 28, 2010
  28. Jan 21, 2010
    • Dan Gohman's avatar
      When re-using an existing cast for a user, it's still necessary to call · 60a9bf41
      Dan Gohman authored
      rememberInstruction so that future users of that user will be inserted
      in the correct position. This fixes the Darwin selfhost.
      
      llvm-svn: 94070
      60a9bf41
    • Dan Gohman's avatar
      Re-implement the main strength-reduction portion of LoopStrengthReduction. · 51ad99d2
      Dan Gohman authored
      This new version is much more aggressive about doing "full" reduction in
      cases where it reduces register pressure, and also more aggressive about
      rewriting induction variables to count down (or up) to zero when doing so
      reduces register pressure.
      
      It currently uses fairly simplistic algorithms for finding reuse
      opportunities, but it introduces a new framework allows it to combine
      multiple strategies at once to form hybrid solutions, instead of doing
      all full-reduction or all base+index.
      
      llvm-svn: 94061
      51ad99d2
  29. Jan 19, 2010
  30. Dec 04, 2009
  31. Dec 03, 2009
Loading