Skip to content
  1. Nov 08, 2003
  2. Nov 07, 2003
  3. Oct 20, 2003
  4. Oct 17, 2003
  5. Oct 05, 2003
  6. Oct 01, 2003
  7. Sep 30, 2003
  8. Sep 18, 2003
    • Brian Gaeke's avatar
      Fix a typo in Sparc.cpp. · 7af0df00
      Brian Gaeke authored
      Update names of some pass creator fns in addPassesToEmitAssembly().
      FunctionInfo is gone.
      
      llvm-svn: 8599
      7af0df00
  9. Sep 01, 2003
  10. Aug 24, 2003
  11. Aug 16, 2003
  12. Aug 14, 2003
  13. Aug 13, 2003
  14. Aug 12, 2003
  15. Aug 07, 2003
  16. Aug 01, 2003
  17. Jul 29, 2003
  18. Jun 18, 2003
    • 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
  19. Jun 16, 2003
  20. Jun 06, 2003
  21. Jun 05, 2003
    • Brian Gaeke's avatar
      lib/CodeGen/Mapping/MappingInfo.cpp: · 98eee41e
      Brian Gaeke authored
       Update file comment to contain a bunch of the overview mapping-info
        documentation previously buried within the file.
       Remove some unnecessary include/using stmts.
       Rename pass to MappingInfoCollector.
       Rewrite a lot of it so it doesn't use global instance variables and so
        it outputs into MappingInfo objects and then dumps those out, instead of going
        straight to an assembly file.
       Change name of factory to getMappingInfoCollector.
       Fold prologue & epilogue writers into MappingInfo methods.
      
      lib/Target/Sparc/FInfo.cpp:
       Correct file comment to reflect above change
      
      lib/Target/Sparc/Sparc.cpp:
       Change name of factory to getMappingInfoCollector.
      
      llvm-svn: 6617
      98eee41e
  22. May 31, 2003
  23. May 30, 2003
  24. May 28, 2003
  25. Apr 26, 2003
  26. Apr 23, 2003
  27. Jan 14, 2003
  28. Dec 28, 2002
  29. Dec 24, 2002
  30. Dec 03, 2002
  31. Oct 31, 2002
  32. Oct 30, 2002
  33. Oct 29, 2002
  34. Oct 28, 2002
Loading