Skip to content
  1. Apr 20, 2012
  2. Apr 19, 2012
    • Michael J. Spencer's avatar
      Remove llvm-ld and llvm-stub (which is only used by llvm-ld). · 9125493e
      Michael J. Spencer authored
      llvm-ld is no longer useful and causes confusion and so it is being removed.
      
      * Does not work very well on Windows because it must call a gcc like driver to
        assemble and link.
      * Has lots of hard coded paths which are wrong on many systems.
      * Does not understand most of ld's options.
      * Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} |
        ld, or fully replaced by Clang.
      
      I know of no production use of llvm-ld, and hacking use should be
      replaced by Clang's driver.
      
      llvm-svn: 155147
      9125493e
  3. Mar 30, 2012
  4. Mar 29, 2012
  5. Mar 01, 2012
  6. Jan 30, 2012
  7. Dec 16, 2011
  8. Nov 05, 2011
  9. Nov 02, 2011
  10. Sep 27, 2011
  11. Jun 28, 2011
  12. Jun 23, 2011
  13. Jun 22, 2011
  14. Jun 17, 2011
  15. Apr 13, 2011
  16. Feb 20, 2011
  17. Dec 10, 2010
  18. Nov 29, 2010
  19. Nov 27, 2010
  20. Nov 11, 2010
  21. Sep 24, 2010
  22. Sep 17, 2010
  23. Aug 30, 2010
  24. Jun 12, 2010
  25. Mar 10, 2010
    • Tobias Grosser's avatar
      Fix make check with cmake/lit · ab19e1e9
      Tobias Grosser authored
      PR6540: Set the newly introduced variables ENABLE_SHARED and
      SHLIBPATH_VAR in lit.site.cfg not only in the autoconf build, but also
      in a cmake one.
      
      llvm-svn: 98171
      ab19e1e9
  26. Dec 08, 2009
  27. Nov 08, 2009
  28. Sep 22, 2009
Loading