Skip to content
  1. Aug 05, 2004
  2. Aug 04, 2004
  3. Jul 16, 2004
  4. Jul 13, 2004
  5. Jul 11, 2004
  6. Jul 04, 2004
  7. May 27, 2004
  8. Mar 16, 2004
  9. Mar 11, 2004
  10. Feb 28, 2004
  11. Feb 25, 2004
  12. Feb 19, 2004
  13. Feb 15, 2004
  14. Feb 14, 2004
  15. Feb 08, 2004
  16. Feb 02, 2004
  17. Dec 28, 2003
  18. Dec 16, 2003
  19. Nov 11, 2003
  20. Oct 21, 2003
  21. Oct 20, 2003
  22. Oct 10, 2003
  23. Sep 01, 2003
  24. Aug 28, 2003
  25. Aug 24, 2003
  26. Aug 15, 2003
  27. Aug 13, 2003
  28. Aug 11, 2003
  29. Jul 30, 2003
  30. Jul 19, 2003
  31. Jul 08, 2003
  32. Jun 20, 2003
  33. Jun 18, 2003
    • Brian Gaeke's avatar
      tools/llc/llc.cpp: Make "-o -" work. · c39d16ab
      Brian Gaeke authored
      llvm-svn: 6780
      c39d16ab
    • Brian Gaeke's avatar
      lib/Target/Sparc/Sparc.cpp: · cf8c4f5f
      Brian Gaeke authored
       Move LowerAllocations, PrintFunction, and SymbolStripping passes, and
        the corresponding -disable-strip and -d options, over here to the SPARC
        target-specific bits of llc. Rename -d to -dump-asm.
      
      tools/llc/Makefile:
       Reindent. Add x86 library so that llc compiles again.
      
      tools/llc/llc.cpp:
       Remove support for running arbitrary optimization passes. Use opt instead.
       Remove LowerAllocations, PrintFunction, and SymbolStripping passes, as noted
        above.
       Allow user to select a backend (x86 or SPARC); default to guessing from
        the endianness/pointer size of the input bytecode file.
       Fix typos.
       Delete empty .s file and exit with error status if target does not support
        static compilation.
      
      llvm-svn: 6776
      cf8c4f5f
Loading