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