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