- 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
-
- Sep 18, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42090
-
- May 11, 2007
-
-
Reid Spencer authored
Don't try to use {} bracketing when setting a variable in site.exp llvm-svn: 36985
-
- Apr 21, 2007
-
-
Reid Spencer authored
llvm-svn: 36321
-
Reid Spencer authored
llvm-svn: 36313
-
- Apr 16, 2007
-
-
Duncan Sands authored
llvm-svn: 36138
-
- Apr 15, 2007
-
-
Reid Spencer authored
llvm-svn: 36078
-
Reid Spencer authored
llvm-svn: 36050
-
Reid Spencer authored
make check-one TESTONE=test/path/to/test.ll This runs a single check in exactly the same way that dejagnu runs it. llvm-svn: 36049
-
- Apr 12, 2007
-
-
Reid Spencer authored
llvm-svn: 35939
-
- Apr 11, 2007
-
-
Reid Spencer authored
that want to use LLVM's notion of compiling and linking programs. This includes all the -I -L and optimization switches that LLVM would using to compile or link any of this files. llvm-svn: 35920
-
- Feb 11, 2007
-
-
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
-
- Jan 30, 2007
-
-
Reid Spencer authored
llvm-svn: 33659
-
- Jan 17, 2007
-
-
Reid Spencer authored
llvm-svn: 33296
-
- Nov 11, 2006
-
-
Reid Spencer authored
test directory to precede the test suite name. That is, it will strip off test/ from TESTSUITE which allows path completion from the command line. llvm-svn: 31662
-