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