Skip to content
  1. Mar 18, 2008
  2. Mar 10, 2008
  3. Feb 26, 2008
    • Gabor Greif's avatar
      unbreak check-one · 0a436011
      Gabor Greif authored
      by supplying a dummy
      "verbose" procedure
      
      llvm-svn: 47603
      0a436011
    • Gabor Greif's avatar
      While hunting for two hanging tests, · d5691031
      Gabor Greif authored
      (on solaris10, which are:
        CodeGen/PowerPC/frounds.ll
        Transforms/InstCombine/2008-02-23-MulSub.ll)
      
      I needed a tool to figure out which one is the guilty.
      
      To this end I have added a verbosity
      option to the test/Makefile.
      
      It can be invoked thus:
      
      gmake check TESTSUITE=CodeGen/PowerPC VERBOSE="-v -v"
      
      (The number of "-v"s specifies the verbosity level.
       Instead of "-v" other aliases can be specified,
       please consult the dejagnu docs for info.)
      
      At level >= 2 following line is logged for each
      test, before running it:
      
      ABOUT TO RUN: <test>.ll
      
      llvm-svn: 47602
      d5691031
  4. Dec 29, 2007
  5. Oct 02, 2007
  6. Sep 18, 2007
  7. May 11, 2007
    • Reid Spencer's avatar
      For PR1411: · c0146877
      Reid Spencer authored
      Don't try to use {} bracketing when setting a variable in site.exp
      
      llvm-svn: 36985
      c0146877
  8. Apr 21, 2007
  9. Apr 16, 2007
  10. Apr 15, 2007
  11. Apr 12, 2007
  12. Apr 11, 2007
  13. 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
  14. Jan 30, 2007
  15. Jan 17, 2007
  16. Nov 11, 2006
  17. Aug 01, 2006
  18. May 28, 2006
  19. 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
  20. Apr 12, 2006
  21. Apr 07, 2006
  22. Jul 13, 2005
  23. May 21, 2005
  24. May 20, 2005
  25. Feb 18, 2005
  26. Jan 03, 2005
  27. Dec 24, 2004
  28. 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
  29. Dec 12, 2004
  30. Dec 06, 2004
  31. Dec 04, 2004
  32. Nov 30, 2004
Loading