Skip to content
  1. Feb 26, 2009
  2. Feb 11, 2009
  3. Feb 03, 2009
  4. Jan 26, 2009
  5. Jan 24, 2009
  6. Nov 25, 2008
  7. Jun 30, 2008
    • Devang Patel's avatar
      · 4be1c150
      Devang Patel authored
      Rename new lto2 tool as lto.
      lto2->lto
      
      llvm-svn: 52912
      4be1c150
  8. Apr 24, 2008
  9. Mar 30, 2008
  10. Mar 25, 2008
  11. Mar 23, 2008
  12. Mar 03, 2008
  13. Mar 01, 2008
  14. Feb 29, 2008
  15. Dec 29, 2007
  16. Dec 09, 2007
  17. Aug 13, 2007
  18. Feb 09, 2007
  19. Jan 08, 2007
  20. Dec 02, 2006
  21. Sep 08, 2006
  22. Sep 07, 2006
  23. Aug 23, 2006
  24. Aug 18, 2006
    • Reid Spencer's avatar
      For PR872: · 378f7d5d
      Reid Spencer authored
      Shrinkify LLVM's footprint by removing the analyze tool and moving its
      functionality into the opt tool. THis eliminates one of the largest tools
      from LLVM and doesn't make opt much bigger because it already included
      most of the analysis passes.  To get the old analyze functionality pass
      the -analyze option to opt. Note that the integeration here is dead
      simple. The "main" of analyze was just copied to opt and invoked if the
      -analyze option was given. There may be opportunities for further
      integration such as removing the distinction between transform passes
      and analysis passes.
      
      To use the analysis functionality, if you previously did this:
        analyze $FNAME -domset -disable-verify
      you would now do this:
        opt -analyze $FNAME -domset -disable-verify
      Pretty simple.
      
      llvm-svn: 29762
      378f7d5d
  25. Jul 26, 2006
  26. May 30, 2006
  27. May 17, 2006
  28. Apr 20, 2006
Loading