Skip to content
  1. Nov 05, 2009
  2. Oct 31, 2009
  3. Oct 26, 2009
  4. Oct 23, 2009
  5. Sep 02, 2009
  6. Jul 15, 2009
  7. Jul 08, 2009
  8. Jul 07, 2009
  9. Jun 22, 2009
  10. May 06, 2009
  11. May 05, 2009
    • Dan Gohman's avatar
      Re-apply 70645, converting ScalarEvolution to use · 48f82222
      Dan Gohman authored
      CallbackVH, with fixes. allUsesReplacedWith need to
      walk the def-use chains and invalidate all users of a
      value that is replaced. SCEVs of users need to be
      recalcualted even if the new value is equivalent. Also,
      make forgetLoopPHIs walk def-use chains, since any
      SCEV that depends on a PHI should be recalculated when
      more information about that PHI becomes available.
      
      llvm-svn: 70927
      48f82222
  12. May 03, 2009
  13. May 02, 2009
  14. Feb 24, 2009
  15. Feb 23, 2009
  16. Oct 23, 2008
    • Daniel Dunbar's avatar
      Change create*Pass factory functions to return Pass* instead of · 7f39e2d8
      Daniel Dunbar authored
      LoopPass*.
       - Although less precise, this means they can be used in clients
         without RTTI (who would otherwise need to include LoopPass.h, which
         eventually includes things using dynamic_cast). This was the
         simplest solution that presented itself, but I am happy to use a
         better one if available.
      
      llvm-svn: 58010
      7f39e2d8
  17. Sep 04, 2008
  18. Jun 24, 2008
  19. May 29, 2008
  20. May 16, 2008
  21. May 13, 2008
  22. May 08, 2008
  23. May 06, 2008
  24. Apr 30, 2008
  25. Apr 29, 2008
Loading