Skip to content
  1. Jul 17, 2009
  2. Jul 16, 2009
  3. Jul 15, 2009
  4. Jul 01, 2009
  5. Jun 03, 2009
  6. Feb 18, 2009
  7. Dec 31, 2008
  8. Dec 04, 2008
  9. Nov 26, 2008
  10. Nov 05, 2008
    • Nuno Lopes's avatar
      fix memory leak in pass manager when adding an analysis pass that already... · 0460bb27
      Nuno Lopes authored
      fix memory leak in pass manager when adding an analysis pass that already existed. as pass manager takes ownership of the added passes, it has to delete the pass if it isnt added to the pass list
      tweak the opt tool so that it doesnt access a Pass after the ownership was taken by the pass manager
      
      llvm-svn: 58730
      0460bb27
  11. Oct 22, 2008
  12. Sep 19, 2008
  13. Sep 17, 2008
  14. Sep 15, 2008
  15. Sep 12, 2008
  16. Aug 27, 2008
  17. Jul 15, 2008
  18. Jul 13, 2008
  19. May 29, 2008
  20. May 27, 2008
  21. May 16, 2008
  22. May 15, 2008
  23. May 14, 2008
  24. May 10, 2008
  25. May 07, 2008
  26. May 06, 2008
  27. May 03, 2008
  28. Apr 21, 2008
  29. Apr 17, 2008
    • Duncan Sands's avatar
      Run SimplifyLibCalls near the beginning, not at · 9ed1242e
      Duncan Sands authored
      the end.  It is now run at the same moment as in
      llvm-gcc.  Also, run StripDeadPrototypes at the
      end, just before running DeadTypeElimination.
      This may be useful when doing LTO.  Note that
      llvm-gcc runs StripDeadPrototypes but not
      DeadTypeElimination.
      
      llvm-svn: 49848
      9ed1242e
  30. Apr 10, 2008
Loading