Skip to content
  1. Oct 23, 2009
  2. Sep 02, 2009
  3. Jul 15, 2009
  4. Jul 08, 2009
  5. Jul 07, 2009
  6. Jun 22, 2009
  7. May 06, 2009
  8. 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
  9. May 03, 2009
  10. May 02, 2009
  11. Feb 24, 2009
  12. Feb 23, 2009
  13. 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
  14. Sep 04, 2008
  15. Jun 24, 2008
  16. May 29, 2008
  17. May 16, 2008
  18. May 13, 2008
  19. May 08, 2008
  20. May 06, 2008
  21. Apr 30, 2008
  22. Apr 29, 2008
Loading