Skip to content
  1. Nov 05, 2011
  2. Nov 04, 2011
  3. Oct 28, 2011
  4. Oct 25, 2011
  5. Oct 06, 2011
  6. Oct 01, 2011
  7. Jul 21, 2011
  8. Jul 17, 2011
    • Oscar Fuentes's avatar
      Fix CMake build on Solaris · 2d48f653
      Oscar Fuentes authored
      When building LLVM/Clang on Solaris. The generated makefiles would
      have an extraneous semi-colon character in them prior to this change
      due to the way the 'CMAKE_CXX_FLAGS' variable was defined. Simply
      adjusting the definition by moving the current CMAKE_CXX_FLAGS value
      within the quotes solves the problem.
      
      Patch by Art Haas!
      
      llvm-svn: 135361
      2d48f653
  9. Apr 29, 2011
    • Nick Lewycky's avatar
      Rename profile_rt.so to libprofile_rt.so under configure+make (it already was · 61aed87a
      Nick Lewycky authored
      under cmake).
      
      Add libprofile_rt.a so that we can tell clang to link against it in --coverage
      mode. Also turn it on by default in cmake builds.
      
      Oscar, this touches a change you made for EXCLUDE_FROM_ALL support -- I think
      I've done the right thing, but please let me know (or fix and commit) if not!
      
      llvm-svn: 130470
      61aed87a
  10. Apr 26, 2011
  11. Apr 15, 2011
  12. Mar 23, 2011
  13. Mar 21, 2011
  14. Mar 08, 2011
  15. Mar 01, 2011
  16. Feb 27, 2011
  17. Feb 21, 2011
  18. Feb 20, 2011
  19. Feb 18, 2011
  20. Feb 17, 2011
  21. Feb 14, 2011
  22. Feb 05, 2011
  23. Feb 03, 2011
  24. Jan 21, 2011
  25. Jan 17, 2011
  26. Jan 11, 2011
  27. Jan 09, 2011
  28. Jan 07, 2011
  29. Dec 20, 2010
    • Oscar Fuentes's avatar
      New cmake option LLVM_APPEND_VC_REV for controlling when the VC · 70640359
      Oscar Fuentes authored
      revision id is appended to the LLVM version string. Defaults to
      OFF.
      
      Until now the VC revision id was always appended to the revision
      string whenever cmake was invoked (either explicitly or implicitly
      because a cmake source file changed). This was causing massive
      recompilations because config.h are reconfigured with the new contents
      of PACKAGE_VERSION.
      
      llvm-svn: 122240
      70640359
  30. Dec 18, 2010
  31. Dec 09, 2010
Loading