> 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
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
> 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
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
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
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
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
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
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
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:
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
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
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.
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(-)
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
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
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,
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,
18 matches
Mail list logo