Skip to content
  1. Jun 05, 2009
  2. Mar 25, 2009
  3. Mar 24, 2009
  4. 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
  5. Mar 14, 2009
  6. Dec 13, 2008
  7. Nov 11, 2008
  8. 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
  9. Oct 26, 2008
Loading