Skip to content
Snippets Groups Projects
  1. Jul 03, 2013
    • Craig Topper's avatar
      Fix regular expression used by 'make update' to only look for 'I' and '?' at... · 1b7cfb70
      Craig Topper authored
      Fix regular expression used by 'make update' to only look for 'I' and '?' at the start of svn info results and to check for spaces after 'I' instead of just after '?'.
      
      Previously it was able to match 'I' anywhere in the filenames of the svn info results instead of just files that where ignored or unknown to svn. This would cause 'make update' to infinitely recurse if a file was modified with I anywhere in its name since svn info would return a Path pointing to the llvm root for those files.
      
      llvm-svn: 185539
      1b7cfb70
  2. Jan 28, 2013
    • Edwin Vane's avatar
      Improved svn repo searching for 'make update' · 12906403
      Edwin Vane authored
      Use a simple recursive bash function to search for svn repos for the 'make
      update' target thus including projects like clang-tools-extra.
      
      Reviewers: bkramer, echristo
      llvm-svn: 173650
      12906403
  3. Jan 02, 2013
  4. Nov 06, 2012
  5. Oct 25, 2012
  6. Oct 10, 2012
  7. Oct 02, 2012
  8. Sep 25, 2012
  9. Aug 23, 2012
  10. Aug 14, 2012
  11. May 09, 2012
    • Bob Wilson's avatar
      Do not install llvm-config-host for cross-builds of clang. rdar://11317847 · 7789aae9
      Bob Wilson authored
      My previous change to install llvm-config-host for cross-builds resulted
      in that file being installed even when the normal llvm-config was not
      installed, e.g., when building the install-clang target.  Daniel suggested
      this alternative, which solves the immediate problem and also avoids the gunk
      in the top-level makefile.
      
      llvm-svn: 156448
      7789aae9
  12. Apr 20, 2012
  13. Jan 17, 2012
  14. Dec 01, 2011
  15. Nov 30, 2011
  16. Nov 29, 2011
  17. Nov 27, 2011
  18. Nov 12, 2011
  19. Nov 11, 2011
  20. Nov 10, 2011
  21. Nov 02, 2011
  22. Oct 19, 2011
  23. Oct 08, 2011
  24. Oct 01, 2011
  25. Sep 20, 2011
  26. Jun 10, 2011
  27. Apr 12, 2011
    • Daniel Dunbar's avatar
      build: Add support for a SHOW_DIAGNOSTICS build variable. · 0625b1f8
      Daniel Dunbar authored
      If enabled, this will attempt to use the CC_LOG_DIAGNOSTICS feature I dropped
      into Clang to print a log of all the diagnostics generated during an individual
      build (from the top-level). Not sure if this will actually be useful, but for
      now it is handy for testing the option.
      
      llvm-svn: 129312
      0625b1f8
  28. Nov 29, 2010
  29. Nov 27, 2010
  30. Nov 12, 2010
  31. Aug 15, 2010
  32. Aug 02, 2010
  33. Jul 20, 2010
  34. Jul 16, 2010
Loading