Skip to content
  1. Feb 11, 2007
    • Reid Spencer's avatar
      For PR1196: · 6ef8c584
      Reid Spencer authored
      Prevent infinite loops and memory bombs by setting a ulimit on time and
      space for running the dejagnu tests.
      
      llvm-svn: 34184
      6ef8c584
  2. Jan 30, 2007
  3. Jan 17, 2007
  4. Nov 11, 2006
  5. Aug 01, 2006
  6. May 28, 2006
  7. 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
  8. Apr 12, 2006
  9. Apr 07, 2006
  10. Jul 13, 2005
  11. May 21, 2005
  12. May 20, 2005
  13. Feb 18, 2005
  14. Jan 03, 2005
  15. Dec 24, 2004
  16. 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
  17. Dec 12, 2004
  18. Dec 06, 2004
  19. Dec 04, 2004
  20. Nov 30, 2004
  21. Nov 22, 2004
  22. Nov 14, 2004
  23. Nov 09, 2004
  24. Nov 08, 2004
  25. Nov 07, 2004
  26. Nov 03, 2004
  27. Oct 30, 2004
  28. 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
Loading