Skip to content
  1. Jul 02, 2007
  2. Jun 29, 2007
  3. Jun 26, 2007
    • Reid Spencer's avatar
      Update for Subversion conversion: · ab13721e
      Reid Spencer authored
      1. Fix comments for -usesvn and -svnurl options.
      2. Fix default URL for SVN access.
      3. Fix paths to accommodate "trunk" when checking out from SVN.
      
      llvm-svn: 37736
      ab13721e
  4. May 14, 2007
  5. May 03, 2007
  6. Apr 13, 2007
  7. Apr 10, 2007
  8. Apr 07, 2007
  9. Apr 04, 2007
  10. Apr 03, 2007
    • Reid Spencer's avatar
      Prepare for Subversion migration by implementing a -usesvn to tell the · d0b2dbfa
      Reid Spencer authored
      script to to check out llvm and llvm-test from Subversion instead of CVS.
      Without this option the script will continue to check out from CVS. To
      specify the Subversion URL, set the SVNURL environment variable or pass
      -svnurl followed by the URL. For now, -svnurl will default to Reid's
      temporary (read-only, daily snapshot) SVN server. Try it out if you like!
      
      llvm-svn: 35621
      d0b2dbfa
  11. Nov 24, 2006
  12. Oct 19, 2006
  13. Sep 29, 2006
  14. Sep 28, 2006
  15. Sep 20, 2006
  16. Sep 15, 2006
  17. Aug 29, 2006
  18. Aug 22, 2006
  19. Aug 21, 2006
  20. Aug 18, 2006
  21. Aug 17, 2006
  22. Aug 14, 2006
  23. Aug 13, 2006
    • Reid Spencer's avatar
      Changes for LLVM coding standard compliance: · 558269c8
      Reid Spencer authored
        1. Remove tabs
        2. Wrap to 80 columns
        3. Put spaces between "if" or "elsif" and expression
        4. Put { on same line as if statement.
        5. Make indentation be 2 spaces.
      Functionality change:
        Run utils/countloc.sh after the build is done. This is necessary because
        that script now uses llvm-config to find the top src directory.
      
      llvm-svn: 29651
      558269c8
  24. Aug 12, 2006
  25. Aug 09, 2006
  26. Aug 08, 2006
  27. Aug 07, 2006
  28. Aug 06, 2006
  29. Aug 04, 2006
  30. Aug 03, 2006
Loading