Skip to content
  1. May 23, 2012
  2. May 07, 2012
    • Preston Gurd's avatar
      Make IntelJITEvents and OProfileJIT as optional libraries and add · e65f4e66
      Preston Gurd authored
      optional library support to the llvm-build tool:
       - Add new command line parameter to llvm-build: “--enable-optional-libraries”
       - Add handing of new llvm-build library type “OptionalLibrary”
       - Update Cmake and automake build systems to pass correct flags to llvm-build
         based on configuration
      
      Patch by Dan Malea!
      
      llvm-svn: 156319
      e65f4e66
  3. 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
  4. Apr 11, 2012
  5. Mar 12, 2012
  6. Mar 06, 2012
  7. Feb 29, 2012
  8. Feb 28, 2012
  9. Feb 18, 2012
  10. Feb 03, 2012
  11. Dec 27, 2011
  12. Dec 22, 2011
    • Benjamin Kramer's avatar
      Reenable building with -fvisibility-inlines-hidden. · d90b5955
      Benjamin Kramer authored
      This was disabled years ago because of a bug in GCC 4.1, which is
      on our "broken compilers" list for other reasons. Saving ~500k
      on a clang binary (Release+Asserts) is well worth dropping support
      for it.
      
      We currently disable it for shared libraries (where it would bring
      the biggest win) because clang is broken (PR11642).
      
      IMPORTANT: If you're doing incremental builds you may get tons of
      linker warnings. make clean will fix them.
      
      llvm-svn: 147182
      d90b5955
  13. Dec 01, 2011
  14. Nov 29, 2011
  15. Nov 28, 2011
    • Bob Wilson's avatar
      Add an optional separate install prefix for internal components. rdar://10217046 · 3f35470f
      Bob Wilson authored
      Some files installed by clang are not relevant for general users and we'd like
      to be able to install them to a different location.  This adds a new
      --with-internal-prefix configure option and a corresponding PROJ_internal_prefix
      makefile variable, which defaults to the standard prefix.  A tool makefile
      can specify that it should be installed to this internal prefix by defining
      INTERNAL_TOOL.
      
      llvm-svn: 145234
      3f35470f
  16. Nov 14, 2011
  17. Nov 12, 2011
  18. Nov 11, 2011
  19. Nov 10, 2011
  20. Nov 09, 2011
  21. Nov 05, 2011
  22. Nov 04, 2011
  23. Nov 03, 2011
  24. Oct 26, 2011
  25. Oct 16, 2011
  26. Oct 11, 2011
Loading