Skip to content
  1. Nov 26, 2008
  2. Nov 18, 2008
  3. Nov 17, 2008
  4. Nov 16, 2008
  5. Nov 03, 2008
  6. 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
  7. Sep 10, 2008
  8. Sep 09, 2008
  9. Sep 05, 2008
  10. Sep 04, 2008
  11. Aug 06, 2008
  12. Jun 22, 2008
  13. Jun 13, 2008
  14. May 23, 2008
  15. May 16, 2008
  16. May 13, 2008
  17. Apr 06, 2008
  18. Dec 29, 2007
  19. Oct 22, 2007
  20. Sep 10, 2007
  21. Sep 04, 2007
    • David Greene's avatar
      · c656cbb8
      David Greene authored
      Update GEP constructors to use an iterator interface to fix
      GLIBCXX_DEBUG issues.
      
      llvm-svn: 41697
      c656cbb8
  22. Aug 21, 2007
  23. Jun 27, 2007
  24. Jun 19, 2007
    • Dan Gohman's avatar
      Rename ScalarEvolution::deleteInstructionFromRecords to · 32f53bbd
      Dan Gohman authored
      deleteValueFromRecords and loosen the types to all it to accept
      Value* instead of just Instruction*, since this is what
      ScalarEvolution uses internally anyway. This allows more flexibility
      for future uses.
      
      llvm-svn: 37657
      32f53bbd
  25. Jun 15, 2007
  26. Jun 06, 2007
  27. May 06, 2007
  28. May 03, 2007
  29. May 02, 2007
  30. May 01, 2007
  31. Mar 07, 2007
  32. Mar 04, 2007
  33. Mar 03, 2007
  34. Mar 02, 2007
  35. Feb 11, 2007
  36. Feb 06, 2007
Loading