- Nov 08, 2009
-
-
Daniel Dunbar authored
llvm-svn: 86453
-
Daniel Dunbar authored
Also, fix a few other details of the cmake test target and rename it to 'check'. CMake tests now work for the most part, but there are a handful of failures left due to missing site.exp bits. llvm-svn: 86452
-
Daniel Dunbar authored
and generate it for CMake builds as well. llvm-svn: 86451
-
- Oct 26, 2009
-
-
Edward O'Callaghan authored
llvm-svn: 85088
-
- Oct 02, 2009
-
-
Torok Edwin authored
llvm-svn: 83243
-
- Sep 22, 2009
-
-
Daniel Dunbar authored
llvm-svn: 82533
-
- Sep 20, 2009
-
-
Daniel Dunbar authored
llvm-svn: 82400
-
Daniel Dunbar authored
its in the standard location. llvm-svn: 82374
-
- Sep 14, 2009
-
-
Daniel Dunbar authored
llvm-svn: 81764
-
Daniel Dunbar authored
llvm-svn: 81753
-
- Sep 13, 2009
-
-
Daniel Dunbar authored
llvm-svn: 81669
-
Daniel Dunbar authored
llvm-svn: 81665
-
Daniel Dunbar authored
llvm-svn: 81664
-
- Sep 10, 2009
-
-
Daniel Dunbar authored
llvm-svn: 81427
-
- Sep 08, 2009
-
-
Daniel Dunbar authored
- This adds 'make check-lit' from the top-level Makefile. llvm-svn: 81191
-
- Sep 04, 2009
-
-
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
-
- Aug 18, 2009
-
-
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
-
- Aug 10, 2009
-
-
Erick Tryzelaar authored
llvm-svn: 78592
-
- Aug 01, 2009
-
-
Daniel Dunbar authored
llvm-svn: 77767
-
- Jul 21, 2009
-
-
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
-
- Jun 26, 2009
-
-
Shantonu Sen authored
test suite. Remove documentation for --with-f2c, which is no longer supported. Remove information about obtaining tcl/expect, which ship with Mac OS X by default since 10.4. llvm-svn: 74271
-
- Apr 23, 2009
-
-
Dan Gohman authored
llvm-svn: 69847
-
- Mar 21, 2009
-
-
Evan Cheng authored
llvm-svn: 67451
-
- Mar 20, 2009
-
-
Nick Lewycky authored
llvm-svn: 67368
-
- Mar 19, 2009
-
-
Evan Cheng authored
More makefile changes to allow dejagnu tests to pass when system tools default to a different target from the llvm configuration (e.g. 64-bit gcc and 32-bit llvm). llvm-svn: 67334
-
- Mar 06, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 66269
-
- Feb 26, 2009
-
-
Chris Lattner authored
friends should work. This fixes 2006-11-30-Pubnames.cpp and friends on darwin with the new -mmacosx-version-min change. llvm-svn: 65564
-
- Feb 02, 2009
-
-
Devang Patel authored
llvm-svn: 63548
-
- Jan 01, 2009
-
-
Misha Brukman authored
otherwise, some unlucky souls start looking for a 'dejagnu' binary... * Properly capitalized LLVM. llvm-svn: 61546
-
- Dec 31, 2008
-
-
Misha Brukman authored
llvm-svn: 61527
-
- Oct 21, 2008
-
-
Torok Edwin authored
llvm-svn: 57912
-
- Oct 07, 2008
-
-
Nuno Lopes authored
beware of the 42000 leaks reported by valgrind in the Constant.cpp + Type.cpp files. it needs fixing IMHO llvm-svn: 57245
-
- Apr 24, 2008
-
-
Devang Patel authored
llvm-svn: 50217
-
Devang Patel authored
llvm-svn: 50216
-
- Mar 18, 2008
-
-
Tanya Lattner authored
Do not pass -g flag when compiling tests, so remove the C.Flags. This only happens if you have a debug build of llvm. llvm-svn: 48498
-
- Mar 10, 2008
-
-
Chris Lattner authored
llvm-svn: 48133
-
- Feb 26, 2008
-
-
Gabor Greif authored
by supplying a dummy "verbose" procedure llvm-svn: 47603
-
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
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45416
-
- Oct 02, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42526
-