Skip to content
  1. Sep 08, 2009
  2. Sep 04, 2009
    • Erick Tryzelaar's avatar
      Replace ocamlc tests with ocamlopt tests since they're less noisy. · 19e1eec2
      Erick Tryzelaar authored
      There's a bug with ocamlc that uses "char*" instead of "const char*" for
      global string variables. This causes g++ to be very noisy when linking
      ocamlc programs. That's why the ocaml test used to cat to /dev/null.
      ocamlopt doesn't have this problem, so we can get rid of the >/dev/null,
      which may obscure some problems.
      
      llvm-svn: 80968
      19e1eec2
  3. Aug 18, 2009
    • Anton Korobeynikov's avatar
      The attached patches attempt to fix cross builds. For example, if you · 90e17e78
      Anton Korobeynikov authored
      try to use i686-darwin to build for arm-eabi, you'll quickly run into
      several false assumptions that the target OS must be the same as the
      host OS. These patches split $(OS) into $(HOST_OS) and $(TARGET_OS) to
      help builds like "make check" and the test-suite able to cross
      compile. Along the way a target of *-unknown-eabi is defined as
      "Freestanding" so that TARGET_OS checks have something to work with.
      
      Patch by Sandeep Patel!
      
      llvm-svn: 79296
      90e17e78
  4. Aug 10, 2009
  5. Aug 01, 2009
  6. Jul 21, 2009
    • Bob Wilson's avatar
      Fix ocaml tests for 64-bit MacOS systems. LLVM is currently built · e3228acc
      Bob Wilson authored
      as 32-bit code by default, and if gcc defaults to 64-bit code then ocamlc
      requires a -cc "gcc -arch i386" option.  We were hardcoding -cc g++
      and throwing away any other compiler options that were determined when
      ocamlc was configured and built.
      
      llvm-svn: 76658
      e3228acc
  7. Jun 26, 2009
  8. Apr 23, 2009
  9. Mar 21, 2009
  10. Mar 20, 2009
  11. Mar 19, 2009
  12. Mar 06, 2009
  13. Feb 26, 2009
  14. Feb 02, 2009
  15. Jan 01, 2009
  16. Dec 31, 2008
  17. Oct 21, 2008
  18. Oct 07, 2008
  19. Apr 24, 2008
  20. Mar 18, 2008
  21. Mar 10, 2008
  22. 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
  23. Dec 29, 2007
  24. Oct 02, 2007
  25. Sep 18, 2007
  26. 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
  27. Apr 21, 2007
  28. Apr 16, 2007
  29. Apr 15, 2007
  30. Apr 12, 2007
  31. Apr 11, 2007
  32. 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
  33. Jan 30, 2007
  34. Jan 17, 2007
  35. Nov 11, 2006
Loading