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