Skip to content
  1. Oct 02, 2009
  2. Sep 22, 2009
  3. Sep 20, 2009
  4. Sep 14, 2009
  5. Sep 13, 2009
  6. Sep 10, 2009
  7. Sep 08, 2009
  8. 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
  9. 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
  10. Aug 10, 2009
  11. Aug 01, 2009
  12. 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
  13. Jun 26, 2009
  14. Apr 23, 2009
  15. Mar 21, 2009
  16. Mar 20, 2009
  17. Mar 19, 2009
  18. Mar 06, 2009
  19. Feb 26, 2009
  20. Feb 02, 2009
  21. Jan 01, 2009
  22. Dec 31, 2008
  23. Oct 21, 2008
  24. Oct 07, 2008
  25. Apr 24, 2008
  26. Mar 18, 2008
  27. Mar 10, 2008
  28. 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
  29. Dec 29, 2007
  30. Oct 02, 2007
  31. Sep 18, 2007
  32. 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
  33. Apr 21, 2007
Loading