Re: [llvm-commits] CVS: llvm-test/Makefile.rules

2007-05-03 Thread Chris Lattner
> Implement SMALL_PROBLEM_SIZE. Cool! -Chris > > --- > Diffs of the changes: (+4 -0) > > Makefile.rules |4 > 1 files changed, 4 insertions(+) > > > Index: llvm-test/Makefile.rules > diff -u llvm-test/Makefile.rules:1.25 llvm-test/Makefile.rules:1.26 > --- llvm-test/Makefile.rules:1

[llvm-commits] CVS: llvm-test/Makefile.rules

2007-05-03 Thread Lauro Ramos Venancio
Changes in directory llvm-test: Makefile.rules updated: 1.25 -> 1.26 --- Log message: Implement SMALL_PROBLEM_SIZE. --- Diffs of the changes: (+4 -0) Makefile.rules |4 1 files changed, 4 insertions(+) Index: llvm-test/Makefile.rules diff -u llvm-test/Makefile.rules:1.25 llvm-te

Re: [llvm-commits] CVS: llvm-test/Makefile.rules Makefile.programs

2007-01-11 Thread Chris Lattner
> Add a rule for running utils/findmisopt. You can just "make misopt" > now in > any test directory and it will run findmisopt correctly. This is > useful in > situations where you have all three backends failing (llc, cbe, > jit) and > suspect that its a misoptimization. Since bugpoint doesn

[llvm-commits] CVS: llvm-test/Makefile.rules Makefile.programs

2007-01-11 Thread Reid Spencer
Changes in directory llvm-test: Makefile.rules updated: 1.22 -> 1.23 Makefile.programs updated: 1.247 -> 1.248 --- Log message: Add a rule for running utils/findmisopt. You can just "make misopt" now in any test directory and it will run findmisopt correctly. This is useful in situations where

[llvm-commits] CVS: llvm-test/Makefile.rules

2006-12-21 Thread Reid Spencer
Changes in directory llvm-test: Makefile.rules updated: 1.21 -> 1.22 --- Log message: Use the LLVMGCCLIBEXEC variable to get the paths for cc1 and cc1plus instead of trying to hack it together from other variables. --- Diffs of the changes: (+3 -3) Makefile.rules |6 +++--- 1 files ch

Re: [llvm-commits] CVS: llvm-test/Makefile.rules

2006-12-21 Thread Evan Cheng
Hi Reid, I am not sure what this does. But this completely broken tests on my Mac. For example, if I just do make under MultiSource/Benchmarks/ Olden/bh. I get make: *** No rule to make target `Output/args.rbc', needed by `Output/ bh.linked.rbc'. Stop. I get this even with fresh tot check ou

[llvm-commits] CVS: llvm-test/Makefile.rules

2006-12-20 Thread Reid Spencer
Changes in directory llvm-test: Makefile.rules updated: 1.20 -> 1.21 --- Log message: Restore definitions of LCC1 and LCC1PLUS to cause test programs to be dependent upon the llvm-gcc compiler components they use. --- Diffs of the changes: (+3 -0) Makefile.rules |3 +++ 1 files changed

[llvm-commits] CVS: llvm-test/Makefile.rules

2006-12-08 Thread Reid Spencer
Changes in directory llvm-test: Makefile.rules updated: 1.19 -> 1.20 --- Log message: Only add the path to LLVMGCC and LLVMGXX variables if its version 3. Version 4 doesn't need the path set. --- Diffs of the changes: (+2 -0) Makefile.rules |2 ++ 1 files changed, 2 insertions(+) Ind

[llvm-commits] CVS: llvm-test/Makefile.rules Makefile.tests

2006-12-03 Thread Reid Spencer
Changes in directory llvm-test: Makefile.rules updated: 1.18 -> 1.19 Makefile.tests updated: 1.12 -> 1.13 --- Log message: Handle upgrade of llvm-gcc3 output by running llvm-upgrade on it. --- Diffs of the changes: (+11 -0) Makefile.rules |7 +++ Makefile.tests |4 2 files

[llvm-commits] CVS: llvm-test/Makefile.rules

2006-11-07 Thread Andrew Lenharth
Changes in directory llvm-test: Makefile.rules updated: 1.17 -> 1.18 --- Log message: analyze went away --- Diffs of the changes: (+0 -1) Makefile.rules |1 - 1 files changed, 1 deletion(-) Index: llvm-test/Makefile.rules diff -u llvm-test/Makefile.rules:1.17 llvm-test/Makefile.rules:

[llvm-commits] CVS: llvm-test/Makefile.rules

2006-09-19 Thread Andrew Lenharth
Changes in directory llvm-test: Makefile.rules updated: 1.16 -> 1.17 --- Log message: Alpha needs to use ieee mode --- Diffs of the changes: (+5 -0) Makefile.rules |5 + 1 files changed, 5 insertions(+) Index: llvm-test/Makefile.rules diff -u llvm-test/Makefile.rules:1.16 llvm-tes

[llvm-commits] CVS: llvm-test/Makefile.rules

2006-08-25 Thread Reid Spencer
Changes in directory llvm-test: Makefile.rules updated: 1.15 -> 1.16 --- Log message: For PR879: http://llvm.org/PR879 : Temporarily work around this problem by using -D__NO_MATH_INLINES on the command line for X86/Linux targets. The inline math uses an fp stack that LLVM doesn't currently supp

[llvm-commits] CVS: llvm-test/Makefile.rules

2006-07-21 Thread Evan Cheng
Changes in directory llvm-test: Makefile.rules updated: 1.14 -> 1.15 --- Log message: Workaround no longer needed. --- Diffs of the changes: (+1 -1) Makefile.rules |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.rules diff -u llvm-test/Makefile.rules:1.

[llvm-commits] CVS: llvm-test/Makefile.rules

2006-07-18 Thread Evan Cheng
Changes in directory llvm-test: Makefile.rules updated: 1.13 -> 1.14 --- Log message: Workaround to make JIT work with C++ programs on Mac OS X. __cxa_atexit is resolved by linker. --- Diffs of the changes: (+1 -1) Makefile.rules |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

[llvm-commits] CVS: llvm-test/Makefile.rules

2006-06-20 Thread Evan Cheng
Changes in directory llvm-test: Makefile.rules updated: 1.12 -> 1.13 --- Log message: Rename EXTRA_FLAGS to EXTRA_OPTIONS. --- Diffs of the changes: (+2 -2) Makefile.rules |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Makefile.rules diff -u llvm-test/Makef

[llvm-commits] CVS: llvm-test/Makefile.rules

2006-04-09 Thread Reid Spencer
Changes in directory llvm-test: Makefile.rules updated: 1.10 -> 1.11 --- Log message: Adjust to reversed logic in LLVM's Makefile.rules. We now use the make variable DISABLE_ASSERTIONS instead of ENABLE_ASSERTIONS. --- Diffs of the changes: (+1 -7) Makefile.rules |8 +--- 1 files c

[llvm-commits] CVS: llvm-test/Makefile.rules

2006-04-09 Thread Reid Spencer
Changes in directory llvm-test: Makefile.rules updated: 1.9 -> 1.10 --- Log message: Make sure the CONFIGURATION variable is set correctly in light of changes in LLVM's Makefile.rules. Basically when Assertion checking is on, it needs to be set to Release+Asserts, or when off to Debug-Asserts,

[llvm-commits] CVS: llvm-test/Makefile.rules

2006-02-28 Thread Nate Begeman
Changes in directory llvm-test: Makefile.rules updated: 1.8 -> 1.9 --- Log message: Use the input LLVMGCC/LLVMGXX variables set by Makefile.config instead of creating our own. Creating our own breaks symlinks. --- Diffs of the changes: (+2 -2) Makefile.rules |4 ++-- 1 files changed,