Skip to content
  1. Apr 01, 2010
  2. Nov 17, 2009
  3. Oct 27, 2009
  4. 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
  5. Sep 25, 2009
  6. Sep 18, 2009
  7. Sep 17, 2009
  8. Sep 16, 2009
  9. 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
  10. Jun 17, 2009
  11. Jun 12, 2009
  12. Jun 05, 2009
  13. Mar 25, 2009
  14. Mar 24, 2009
  15. 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
  16. Mar 14, 2009
  17. Dec 13, 2008
  18. Nov 11, 2008
  19. 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
  20. Oct 26, 2008
Loading