Skip to content
  1. Nov 11, 2006
  2. Aug 01, 2006
  3. May 28, 2006
  4. Apr 13, 2006
    • Reid Spencer's avatar
      Use quotes properly so that the possibility of a null variable set is · fabdf808
      Reid Spencer authored
      eliminated. This can happen, for example, if LLVM is configured without
      llvm-gcc in which case things like LLVMGCC_VERSION will be empty. In
      such cases, deja-gnu fails with:
      can't read "llvmgcc_version": no such variable
      because it sees:
      set llvmgcc_version
      instead of:
      set llvmgcc_version ""
      
      llvm-svn: 27676
      fabdf808
  5. Apr 12, 2006
  6. Apr 07, 2006
  7. Jul 13, 2005
  8. May 21, 2005
  9. May 20, 2005
  10. Feb 18, 2005
  11. Jan 03, 2005
  12. Dec 24, 2004
  13. Dec 22, 2004
    • Reid Spencer's avatar
      For PR432: · c4de9111
      Reid Spencer authored
      * Use LLVMGCC and LLVMGXX variables instead of computing the name
      
      llvm-svn: 19097
      c4de9111
  14. Dec 12, 2004
  15. Dec 06, 2004
  16. Dec 04, 2004
  17. Nov 30, 2004
  18. Nov 22, 2004
  19. Nov 14, 2004
  20. Nov 09, 2004
  21. Nov 08, 2004
  22. Nov 07, 2004
  23. Nov 03, 2004
  24. Oct 30, 2004
  25. Sep 05, 2004
    • Reid Spencer's avatar
      Per Bug 257 · ebb2334f
      Reid Spencer authored
      The "Programs" directory no longer lives here. It have been moved to its
      own cvs module. Check it out into llvm/projects and configure/build it
      there.
      
      llvm-svn: 16182
      ebb2334f
  26. Aug 03, 2004
  27. Mar 29, 2004
  28. Dec 11, 2003
Loading