[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

2007-02-08 Thread Reid Spencer
Changes in directory llvm-test/External/SPEC: Makefile.spec updated: 1.61 - 1.62 --- Log message: Let's try using llvm-ld for the nightly test. If all goes well, gccld will go away tomorrow. This patch replaces all uses of gccld with llvm-ld. --- Diffs of the changes: (+7 -8)

[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

2007-02-04 Thread Reid Spencer
Changes in directory llvm-test/External/SPEC: Makefile.spec updated: 1.60 - 1.61 --- Log message: For PR1165: http://llvm.org/PR1165 : gccas-pass-args - opt-pass-args --- Diffs of the changes: (+2 -2) Makefile.spec |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

2006-12-04 Thread Reid Spencer
Changes in directory llvm-test/External/SPEC: Makefile.spec updated: 1.59 - 1.60 --- Log message: Implement a new feature: output file filtering. A makefile can override the default filter (cat) to contort the test's output. This is necessary for things like 183.equake that put out the program

[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

2006-12-02 Thread Reid Spencer
Changes in directory llvm-test/External/SPEC: Makefile.spec updated: 1.58 - 1.59 --- Log message: Don't let make fail if any of the test runs fail. --- Diffs of the changes: (+7 -7) Makefile.spec | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index:

[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

2006-11-28 Thread Evan Cheng
Changes in directory llvm-test/External/SPEC: Makefile.spec updated: 1.56 - 1.57 --- Log message: Need -append-exit-code to match RunSafely.sh changes. --- Diffs of the changes: (+6 -0) Makefile.spec |6 ++ 1 files changed, 6 insertions(+) Index:

[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

2006-06-27 Thread Chris Lattner
Changes in directory llvm-test/External/SPEC: Makefile.spec updated: 1.54 - 1.55 --- Log message: Pass EXTRA_FLAGS to bugpoint. --- Diffs of the changes: (+1 -1) Makefile.spec |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/External/SPEC/Makefile.spec diff -u

[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

2006-06-13 Thread Chris Lattner
Changes in directory llvm-test/External/SPEC: Makefile.spec updated: 1.53 - 1.54 --- Log message: Use the new bugpoint -Xlinker option to pass down LDFLAGS to bugpoint, allowing us to debug NAG Fortran programs and povray without ugly hacks --- Diffs of the changes: (+6 -0) Makefile.spec

[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

2006-02-23 Thread Chris Lattner
Changes in directory llvm-test/External/SPEC: Makefile.spec updated: 1.49 - 1.50 --- Log message: Add support for .cpp files --- Diffs of the changes: (+4 -2) Makefile.spec |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm-test/External/SPEC/Makefile.spec diff

[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

2006-02-23 Thread Chris Lattner
Changes in directory llvm-test/External/SPEC: Makefile.spec updated: 1.50 - 1.51 --- Log message: fix a typo --- Diffs of the changes: (+3 -3) Makefile.spec |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm-test/External/SPEC/Makefile.spec diff -u