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.
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
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
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
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
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
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
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
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: