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

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test: Makefile.programs updated: 1.243 -> 1.244 RunSafely.sh updated: 1.22 -> 1.23 --- Log message: Move an error message out of multiple locations in the Makefile and into one location in RunSafely.sh. Also, if exit code checking has been enabled, emit the exit code t

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelDAGToDAG.cpp IA64InstrInfo.td

2006-11-25 Thread Duraid Madina
Changes in directory llvm/lib/Target/IA64: IA64ISelDAGToDAG.cpp updated: 1.60 -> 1.61 IA64InstrInfo.td updated: 1.48 -> 1.49 --- Log message: fix storing bools to mem and unordered FP ops --- Diffs of the changes: (+5 -5) IA64ISelDAGToDAG.cpp |2 +- IA64InstrInfo.td |8 ---

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/SignlessTypes/factor.c

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/SignlessTypes: factor.c added (r1.1) --- Log message: A new test case for testing truncate to bool. --- Diffs of the changes: (+44 -0) factor.c | 44 1 files changed, 44 insertions(+) Ind

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/SignlessTypes/cast.cpp

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/SignlessTypes: cast.cpp updated: 1.1 -> 1.2 --- Log message: Print out the testVal input. --- Diffs of the changes: (+1 -0) cast.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm-test/SingleSource/UnitTests/SignlessTypes/cast.

[llvm-commits] External weak linkage patches for review

2006-11-25 Thread Anton Korobeynikov
Hello, Everyone. Please find patches for LLVM & llvm-gcc4 which enables external weak linkage. This is just first "draft". Know issues: 1. There is some "FIXME" in the llvm-backend.cpp connected with external weak linkage. It seems to be somehow "old". Don't know, what should be done with it. 2.

[llvm-commits] CVS: llvm-www/releases/download.html

2006-11-25 Thread Reid Spencer
Changes in directory llvm-www/releases: download.html updated: 1.39 -> 1.40 --- Log message: Add a patched version of the llvm-gcc4 binary for mingw32 --- Diffs of the changes: (+1 -0) download.html |1 + 1 files changed, 1 insertion(+) Index: llvm-www/releases/download.html diff -u

[llvm-commits] CVS: llvm-www/releases/1.9/llvm-gcc4-1.9-x86-mingw32.tar.bz2

2006-11-25 Thread Reid Spencer
Changes in directory llvm-www/releases/1.9: llvm-gcc4-1.9-x86-mingw32.tar.bz2 updated: 1.1 -> 1.2 --- Log message: Replace this binary with one that doesn't have CR/LF errors. --- Diffs of the changes: (+0 -0) llvm-gcc4-1.9-x86-mingw32.tar.bz2 |0 1 files changed Index: llvm-www/rel

[llvm-commits] CVS: llvm-www/releases/1.9/llvm-gcc4-1.9-patched-x86-mingw32.tar.bz2

2006-11-25 Thread Reid Spencer
Changes in directory llvm-www/releases/1.9: llvm-gcc4-1.9-patched-x86-mingw32.tar.bz2 added (r1.1) --- Log message: Patched version of 1.9 llvm-gcc4 so that it can actually work on mingw32 --- Diffs of the changes: (+0 -0) llvm-gcc4-1.9-patched-x86-mingw32.tar.bz2 |0 1 files changed

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Misc/richards_benchmark.c

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Benchmarks/Misc: richards_benchmark.c updated: 1.3 -> 1.4 --- Log message: Make this program detect its own success and report success/fail through its exit code. Patch by Anton Korobeynikov. --- Diffs of the changes: (+13 -7) richards_benchmark.

[llvm-commits] CVS: llvm-test/Makefile.programs RunSafely.sh RunSafelyAndStable.sh

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test: Makefile.programs updated: 1.242 -> 1.243 RunSafely.sh updated: 1.21 -> 1.22 RunSafelyAndStable.sh updated: 1.5 -> 1.6 --- Log message: Fix the way exit code handling was being done so that it actually works. Previously the exit code of "awk" was being recorded.

[llvm-commits] CVS: llvm-test/TEST.nightly.Makefile

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test: TEST.nightly.Makefile updated: 1.42 -> 1.43 --- Log message: Don't echo commands uselessly. --- Diffs of the changes: (+1 -1) TEST.nightly.Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/TEST.nightly.Makefile diff -u llv

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/2002-04-17-PrintfChar.c 2002-08-19-CodegenBug.c 2003-05-12-MinIntProblem.c 2003-07-06-IntOverflow.c 2003-07-09-SignedArgs.c 2003-07-10-SignConversi

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests: 2002-04-17-PrintfChar.c updated: 1.1 -> 1.2 2002-08-19-CodegenBug.c updated: 1.1 -> 1.2 2003-05-12-MinIntProblem.c updated: 1.1 -> 1.2 2003-07-06-IntOverflow.c updated: 1.1 -> 1.2 2003-07-09-SignedArgs.c updated: 1.1 -> 1.2 2003-07-10-SignCo

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c sse.isamax.c sse.stepfft.c

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE: sse.expandfft.c updated: 1.4 -> 1.5 sse.isamax.c updated: 1.1 -> 1.2 sse.stepfft.c updated: 1.3 -> 1.4 --- Log message: Make the SingleSource tests return reliable results for their exit codes. --- Diffs of the changes: (+6 -3

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Misc/ReedSolomon.c

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Benchmarks/Misc: ReedSolomon.c updated: 1.1 -> 1.2 --- Log message: Make the SingleSource tests return reliable results for their exit codes. --- Diffs of the changes: (+1 -0) ReedSolomon.c |1 + 1 files changed, 1 insertion(+) Index: llvm-

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Dhrystone/dry.c fldry.c

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/Benchmarks/Dhrystone: dry.c updated: 1.5 -> 1.6 fldry.c updated: 1.5 -> 1.6 --- Log message: Make the SingleSource tests return reliable results for their exit codes. --- Diffs of the changes: (+7 -9) dry.c |6 +++--- fldry.c | 10 ---

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/SignlessTypes/cast-bug.c cast.cpp

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/SignlessTypes: cast-bug.c added (r1.1) cast.cpp added (r1.1) --- Log message: Add some tests for casting. --- Diffs of the changes: (+165 -0) cast-bug.c | 15 ++ cast.cpp | 150 ++

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/SignlessTypes/rem.c

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/SignlessTypes: rem.c updated: 1.2 -> 1.3 --- Log message: Reduce the runtime of this test and make its seed programmable. --- Diffs of the changes: (+3 -6) rem.c |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) Index

[llvm-commits] CVS: llvm-test/MultiSource/Applications/sgefa/driver.c

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Applications/sgefa: driver.c updated: 1.5 -> 1.6 --- Log message: Fix these test programs to return reliable values (0) as exit codes so that testing for them doesn't break the test. --- Diffs of the changes: (+1 -0) driver.c |1 + 1 files ch

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Ptrdist/yacr2/main.c

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Benchmarks/Ptrdist/yacr2: main.c updated: 1.2 -> 1.3 --- Log message: Fix these test programs to return reliable values (0) as exit codes so that testing for them doesn't break the test. --- Diffs of the changes: (+1 -1) main.c |2 +- 1 files

[llvm-commits] CVS: llvm-test/MultiSource/Applications/viterbi/.cvsignore

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Applications/viterbi: .cvsignore added (r1.1) --- Log message: Ignore the Output directory. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm-test/MultiSource/Applications/viterbi/.cvsignore diff

[llvm-commits] CVS: llvm-test/MultiSource/Applications/obsequi/Makefile

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Applications/obsequi: Makefile updated: 1.4 -> 1.5 --- Log message: This test program must return 0 to succeed. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm-test/MultiSource/Applications/obsequ

[llvm-commits] CVS: llvm/lib/Support/FileUtilities.cpp

2006-11-25 Thread Reid Spencer
Changes in directory llvm/lib/Support: FileUtilities.cpp updated: 1.52 -> 1.53 --- Log message: Make the absolute/relative tolerance information easier to read/understand. --- Diffs of the changes: (+3 -2) FileUtilities.cpp |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) I

[llvm-commits] CVS: llvm-test/MultiSource/Applications/obsequi/obsequi.c

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test/MultiSource/Applications/obsequi: obsequi.c updated: 1.3 -> 1.4 --- Log message: Make this test do something other than fail fast when run on Linux, which has a viable getline function. --- Diffs of the changes: (+2 -0) obsequi.c |2 ++ 1 files changed, 2