Skip to content
  1. Jan 22, 2010
  2. Jan 21, 2010
  3. Jan 05, 2010
  4. Dec 23, 2009
    • David Greene's avatar
      · 2330f780
      David Greene authored
      Remove dump routine and the associated Debug.h from a header.  Patch up
      other files to compensate.
      
      llvm-svn: 92075
      2330f780
  5. Dec 18, 2009
  6. Dec 17, 2009
  7. Dec 15, 2009
  8. Dec 14, 2009
  9. Nov 17, 2009
  10. Nov 12, 2009
    • Evan Cheng's avatar
      - Teach LSR to avoid changing cmp iv stride if it will create an immediate that · 85a9f430
      Evan Cheng authored
        cannot be folded into target cmp instruction.
      - Avoid a phase ordering issue where early cmp optimization would prevent the
        later count-to-zero optimization.
      - Add missing checks which could cause LSR to reuse stride that does not have
        users.
      - Fix a bug in count-to-zero optimization code which failed to find the pre-inc
        iv's phi node.
      - Remove, tighten, loosen some incorrect checks disable valid transformations.
      - Quite a bit of code clean up.
      
      llvm-svn: 86969
      85a9f430
  11. Nov 11, 2009
  12. Nov 10, 2009
  13. Nov 06, 2009
  14. Nov 05, 2009
  15. Oct 26, 2009
    • Dan Gohman's avatar
      Make LSR's OptimizeShadowIV ignore induction variables with negative · d632f895
      Dan Gohman authored
      strides for now, because it doesn't handle them correctly. This fixes a
      miscompile of SingleSource/Benchmarks/Misc-C++/ray.
      
      This problem was usually hidden because indvars transforms such induction
      variables into negations of canonical induction variables.
      
      llvm-svn: 85118
      d632f895
  16. Oct 25, 2009
  17. Sep 27, 2009
  18. Sep 08, 2009
    • Dan Gohman's avatar
      Re-apply r80926, with fixes: keep the domtree informed of new blocks · 3ddbc242
      Dan Gohman authored
      that get created during loop unswitching, and fix SplitBlockPredecessors'
      LCSSA updating code to create new PHIs instead of trying to just move
      existing ones.
      
      Also, optimize Loop::verifyLoop, since it gets called a lot. Use
      searches on a sorted list of blocks instead of calling the "contains"
      function, as is done in other places in the Loop class, since "contains"
      does a linear search. Also, don't call verifyLoop from LoopSimplify or
      LCSSA, as the PassManager is already calling verifyLoop as part of
      LoopInfo's verifyAnalysis.
      
      llvm-svn: 81221
      3ddbc242
  19. Sep 06, 2009
  20. Sep 03, 2009
  21. Sep 02, 2009
  22. Aug 23, 2009
  23. Aug 13, 2009
Loading