Skip to content
  1. Jan 03, 2011
  2. Dec 16, 2010
  3. Oct 15, 2010
  4. Sep 14, 2010
  5. Sep 11, 2010
  6. Sep 10, 2010
  7. Jun 26, 2010
  8. Jun 25, 2010
  9. Jun 08, 2010
  10. Apr 25, 2010
  11. Apr 17, 2010
  12. Apr 01, 2010
  13. Nov 17, 2009
  14. Oct 27, 2009
  15. Oct 11, 2009
    • Benjamin Kramer's avatar
      CMake mingw build fixes. · 3ce29858
      Benjamin Kramer authored
      - llvm's libs must be linked after clang's
      - libLLVMSystem depends on psapi on win32 (get_system_libs has it)
      - CIndex builds successfully on mingw now
      
      llvm-svn: 83773
      3ce29858
  16. Sep 25, 2009
  17. Sep 18, 2009
  18. Sep 17, 2009
  19. Sep 16, 2009
  20. Aug 23, 2009
    • Douglas Gregor's avatar
      CMake: Improve installation of Clang · 33870d90
      Douglas Gregor authored
        - Install clang-cc into libexec
        - Install headers into lib/clang/<version>/include
        - Don't install other clang-based tools (clang-wpa, clang-index, etc.)
      
      llvm-svn: 79827
      33870d90
  21. Jun 17, 2009
  22. Jun 12, 2009
  23. Jun 05, 2009
  24. Mar 25, 2009
  25. Mar 24, 2009
  26. Mar 17, 2009
    • Douglas Gregor's avatar
      Build system changes to use TableGen to generate the various · 23d75bb3
      Douglas Gregor authored
      diagnostics. This builds on the patch that Sebastian committed and
      then revert. Major differences are:
      
        - We don't remove or use the current ".def" files. Instead, for now,
          we just make sure that we're building the ".inc" files.
        - Fixed CMake makefiles to run TableGen and build the ".inc" files
          when needed. Tested with both the Xcode and Makefile generators
          provided by CMake, so it should be solid.
        - Fixed normal makefiles to handle out-of-source builds that involve
          the ".inc" files.
      
      I'll send a separate patch to the list with Sebastian's changes that
      eliminate the use of the .def files.
      
      llvm-svn: 67058
      23d75bb3
  27. Mar 14, 2009
  28. Dec 13, 2008
  29. Nov 11, 2008
  30. Nov 02, 2008
    • Cedric Venet's avatar
      Add header files to CMake build solution. It use globing so it doesn't need to... · 1bb54968
      Cedric Venet authored
      Add header files to CMake build solution. It use globing so it doesn't need to be manually maintained, but it won't automatically detect a new header. I think this is a good compromise for the header files, since there presence in the solution is just an help for the user. Moreover, a new header is often introduced with a new cpp source file which need a makefile change, which will regenerate the solution and detect the new header.
      
      llvm-svn: 58566
      1bb54968
  31. Oct 26, 2008
Loading