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