Skip to content
  1. 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
  2. Nov 24, 2006
  3. Oct 19, 2006
  4. Sep 29, 2006
  5. Sep 28, 2006
  6. Sep 20, 2006
  7. Sep 15, 2006
  8. Aug 29, 2006
  9. Aug 22, 2006
  10. Aug 21, 2006
  11. Aug 18, 2006
  12. Aug 17, 2006
  13. Aug 14, 2006
  14. 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
  15. Aug 12, 2006
  16. Aug 09, 2006
  17. Aug 08, 2006
  18. Aug 07, 2006
  19. Aug 06, 2006
  20. Aug 04, 2006
  21. Aug 03, 2006
  22. Aug 02, 2006
  23. Jul 29, 2006
  24. Jul 28, 2006
  25. Jul 27, 2006
Loading