[llvm-commits] CVS: llvm-test/MultiSource/Makefile.multisrc

2007-02-08 Thread Reid Spencer
Changes in directory llvm-test/MultiSource: Makefile.multisrc updated: 1.57 -> 1.58 --- 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: (+6 -4) Makefile.

[llvm-commits] CVS: llvm-test/MultiSource/Makefile.multisrc

2007-02-02 Thread Reid Spencer
Changes in directory llvm-test/MultiSource: Makefile.multisrc updated: 1.56 -> 1.57 --- Log message: For PR1159: http://llvm.org/PR1159 : Avoid going to LLVM assembly files at all to improve performance of the nightly test. Bytecode is now processed like this: llvm-gcc -c -emit-llvm %.c -o %.b

[llvm-commits] CVS: llvm-test/MultiSource/Makefile.multisrc

2007-01-11 Thread Reid Spencer
Changes in directory llvm-test/MultiSource: Makefile.multisrc updated: 1.55 -> 1.56 --- 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 you have all three backends

[llvm-commits] CVS: llvm-test/MultiSource/Makefile.multisrc

2007-01-11 Thread Reid Spencer
Changes in directory llvm-test/MultiSource: Makefile.multisrc updated: 1.54 -> 1.55 --- Log message: Add a short hand rule for running bugpoint on cbe --- Diffs of the changes: (+1 -0) Makefile.multisrc |1 + 1 files changed, 1 insertion(+) Index: llvm-test/MultiSource/Makefile.multi

[llvm-commits] CVS: llvm-test/MultiSource/Makefile.multisrc

2006-12-09 Thread Reid Spencer
Changes in directory llvm-test/MultiSource: Makefile.multisrc updated: 1.53 -> 1.54 --- Log message: Make it easy to run findmisopt. --- Diffs of the changes: (+4 -0) Makefile.multisrc |4 1 files changed, 4 insertions(+) Index: llvm-test/MultiSource/Makefile.multisrc diff -u ll

[llvm-commits] CVS: llvm-test/MultiSource/Makefile.multisrc

2006-06-06 Thread Evan Cheng
Changes in directory llvm-test/MultiSource: Makefile.multisrc updated: 1.52 -> 1.53 --- Log message: Clean up makefiles. --- Diffs of the changes: (+5 -5) Makefile.multisrc | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm-test/MultiSource/Makefile.multisrc d

[llvm-commits] CVS: llvm-test/MultiSource/Makefile.multisrc

2006-02-27 Thread Nate Begeman
Changes in directory llvm-test/MultiSource: Makefile.multisrc updated: 1.51 -> 1.52 --- Log message: tweak for SPEC --- Diffs of the changes: (+3 -0) Makefile.multisrc |3 +++ 1 files changed, 3 insertions(+) Index: llvm-test/MultiSource/Makefile.multisrc diff -u llvm-test/MultiSourc

[llvm-commits] CVS: llvm-test/MultiSource/Makefile.multisrc

2006-02-17 Thread Evan Cheng
Changes in directory llvm-test/MultiSource: Makefile.multisrc updated: 1.50 -> 1.51 --- Log message: Add -mdynamic-no-pic to native compiler (gcc) options for Darwin. --- Diffs of the changes: (+3 -3) Makefile.multisrc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index

[llvm-commits] CVS: llvm-test/MultiSource/Makefile.multisrc

2006-01-31 Thread Evan Cheng
Changes in directory llvm-test/MultiSource: Makefile.multisrc updated: 1.49 -> 1.50 --- Log message: Link with instead of . This fixes a bunch of link failures on Darwin. --- Diffs of the changes: (+1 -1) Makefile.multisrc |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: