Skip to content
  1. Jun 20, 2011
  2. May 20, 2011
  3. May 17, 2011
  4. Feb 05, 2011
  5. Jan 26, 2011
    • Stephen Wilson's avatar
      Simple makefile fixups. · f3e78a30
      Stephen Wilson authored
      With the current target revision of Clang libclangChecker no longer exists and
      is not needed.  Update the include path so we can get at ARM_DWARF_Registers.h
      and friends.
      
      llvm-svn: 124240
      f3e78a30
  6. Jan 06, 2011
    • Stephen Wilson's avatar
      Ignore unknown pragmas. · c08a6c15
      Stephen Wilson authored
      In particular, we are looking to ignore the "#pragma mark" construct which GCC
      warns about on platforms other than Darwin.  This cleans up diagnostic output
      significantly.
      
      llvm-svn: 122974
      c08a6c15
  7. Jul 10, 2010
  8. Jul 09, 2010
  9. Jul 01, 2010
  10. Jun 26, 2010
  11. Jun 25, 2010
  12. Jun 19, 2010
  13. Jun 08, 2010
  14. Apr 30, 2010
  15. Mar 18, 2010
  16. Mar 10, 2010
  17. Dec 22, 2009
  18. Nov 25, 2009
  19. Nov 15, 2009
  20. Oct 12, 2009
  21. Oct 09, 2009
  22. Sep 23, 2009
  23. Mar 24, 2009
  24. Mar 18, 2009
  25. 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
  26. Mar 14, 2009
  27. Feb 12, 2009
  28. Jan 20, 2009
  29. Jan 19, 2009
  30. Jul 26, 2008
  31. Apr 07, 2008
  32. Mar 20, 2008
  33. Mar 18, 2008
    • Gabor Greif's avatar
      Switch over to the parallelized makefile, but keep old serial · 2d2b401c
      Gabor Greif authored
      makefile around (just change Makefile.parallel to Makefile to
      get back old functionality).
      
      To run parallel tests, specify
      
          make -jN test # where N = num of CPUs * 2
      
      to get detailed output, run
      
          make -jN test VERBOSE=1
      
      to only get error descriptions *after the tests have run*, type
      
          make report
      
      this gives you the extra information which was omitted in non-VERBOSE
      mode.
      
      llvm-svn: 48486
      2d2b401c
  34. Mar 16, 2008
    • Chris Lattner's avatar
      Make a major restructuring of the clang tree: introduce a top-level · 7a51313d
      Chris Lattner authored
      lib dir and move all the libraries into it.  This follows the main
      llvm tree, and allows the libraries to be built in parallel.  The
      top level now enforces that all the libs are built before Driver,
      but we don't care what order the libs are built in.  This speeds
      up parallel builds, particularly incremental ones.
      
      llvm-svn: 48402
      7a51313d
Loading