Skip to content
  1. Apr 20, 2012
  2. Apr 16, 2012
  3. Apr 12, 2012
  4. Apr 05, 2012
  5. Apr 02, 2012
  6. Mar 26, 2012
  7. Mar 23, 2012
  8. Mar 13, 2012
  9. Mar 07, 2012
  10. Mar 02, 2012
  11. Feb 29, 2012
  12. Feb 28, 2012
  13. Feb 19, 2012
  14. Feb 13, 2012
    • Dylan Noblesmith's avatar
      add LLVM_VERSION_MAJOR and _MINOR defines · c6c7a581
      Dylan Noblesmith authored
      This is useful for clients that want to maintain compatibility
      across multiple releases of LLVM. Currently users like Klee and
      Mesa all have to roll their own 'parse llvm-config --version
      output and generate defines' solution.
      
      Also reuse the new macros so that version information is less
      redundant/likely to fall out of sync again in the future.
      
      llvm-svn: 150405
      c6c7a581
  15. Feb 04, 2012
  16. Feb 03, 2012
  17. Feb 02, 2012
  18. Feb 01, 2012
    • Dylan Noblesmith's avatar
      autoconf: generate clang's private config.h header · 57f439cb
      Dylan Noblesmith authored
      The CMake build already generated one. Follows clang r149497.
      
      This brings us one step closer to compiling and configuring clang
      separately from LLVM using the autoconf build, too.
      
      (I lack the right version of autoconf et al. to regen, but it
      was a simple change, so I just updated configure manually.)
      
      llvm-svn: 149498
      57f439cb
  19. Jan 31, 2012
  20. Jan 05, 2012
  21. Jan 04, 2012
  22. Jan 01, 2012
  23. Dec 28, 2011
  24. Dec 22, 2011
  25. Dec 21, 2011
  26. Dec 12, 2011
  27. Dec 07, 2011
  28. Dec 01, 2011
  29. Nov 29, 2011
  30. 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
Loading