[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-07-19 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.19 -> 1.20 --- Log message: Clarified the createnight function. If anything is going to fail its that function. Wrote a Difference function that gets the difference between a list of two tests. Added differences f

[llvm-commits] CVS: llvm/lib/Target/X86/README.txt

2006-07-19 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.119 -> 1.120 --- Log message: New entry. --- Diffs of the changes: (+25 -0) README.txt | 25 + 1 files changed, 25 insertions(+) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/Target/X86/READ

[llvm-commits] CVS: llvm/lib/Target/X86/X86RegisterInfo.cpp

2006-07-19 Thread Jim Laskey
Changes in directory llvm/lib/Target/X86: X86RegisterInfo.cpp updated: 1.160 -> 1.161 --- Log message: Tidy up a few things. --- Diffs of the changes: (+36 -20) X86RegisterInfo.cpp | 56 +--- 1 files changed, 36 insertions(+), 20 deletions(

[llvm-commits] CVS: llvm/lib/Target/X86/X86FloatingPoint.cpp

2006-07-19 Thread Jim Laskey
Changes in directory llvm/lib/Target/X86: X86FloatingPoint.cpp updated: 1.51 -> 1.52 --- Log message: Do once flag never set to true. --- Diffs of the changes: (+3 -1) X86FloatingPoint.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: llvm/lib/Target/X86/X86Floating

[llvm-commits] CVS: llvm/docs/FAQ.html

2006-07-19 Thread Chris Lattner
Changes in directory llvm/docs: FAQ.html updated: 1.36 -> 1.37 --- Log message: Answer the FAQ: "can llvm convert C++ code to C?" --- Diffs of the changes: (+58 -1) FAQ.html | 59 ++- 1 files changed, 58 insertions(+), 1 deletion(-)

[llvm-commits] CVS: llvm-www/testresults/index.html

2006-07-19 Thread Chris Lattner
Changes in directory llvm-www/testresults: index.html updated: 1.42 -> 1.43 --- Log message: Point to the new tester. --- Diffs of the changes: (+2 -61) index.html | 63 + 1 files changed, 2 insertions(+), 61 deletions(-) Inde

[llvm-commits] CVS: llvm-www/OldNews.html

2006-07-19 Thread Chris Lattner
Changes in directory llvm-www: OldNews.html updated: 1.3 -> 1.4 --- Log message: Wow this is old news :) --- Diffs of the changes: (+1 -1) OldNews.html |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-www/OldNews.html diff -u llvm-www/OldNews.html:1.3 llvm-www/OldNew

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-07-19 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.18 -> 1.19 --- Log message: Added mysql describe table printouts to the top of functions that use those tables. Changed the format of the test result email to reflect what Chris asked for. This is not complete but

[llvm-commits] CVS: llvm-www/OpenProjects.html

2006-07-19 Thread Chris Lattner
Changes in directory llvm-www: OpenProjects.html updated: 1.15 -> 1.16 --- Log message: Point to the new nightly tester --- Diffs of the changes: (+2 -2) OpenProjects.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/OpenProjects.html diff -u llvm-www/Ope

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-19 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.15 -> 1.16 --- Log message: Removed the portion that determines which tests are newly passing/failing because we no longer keep the previos days list on the testing machines. Added functionality to send lists of all tests, all pas

[llvm-commits] CVS: llvm-www/header.incl

2006-07-19 Thread Chris Lattner
Changes in directory llvm-www: header.incl updated: 1.46 -> 1.47 --- Log message: Point to the new nightly tester. --- Diffs of the changes: (+1 -1) header.incl |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-www/header.incl diff -u llvm-www/header.incl:1.46 llvm-ww

[llvm-commits] CVS: llvm-www/robots.txt

2006-07-19 Thread Chris Lattner
Changes in directory llvm-www: robots.txt updated: 1.3 -> 1.4 --- Log message: Don't spider the nightly tester stuff. --- Diffs of the changes: (+1 -0) robots.txt |1 + 1 files changed, 1 insertion(+) Index: llvm-www/robots.txt diff -u llvm-www/robots.txt:1.3 llvm-www/robots.txt:1.4

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.td

2006-07-19 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.239 -> 1.240 --- Log message: bswapped load/store instructions are only availble in indexed addressing form. As such, use xoaddr (indexed only), not xaddr for address selection. This fixes CodeGen/PowerPC/2006-07-19-stwbr

[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll

2006-07-19 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/PowerPC: 2006-07-19-stwbrx-crash.ll added (r1.1) --- Log message: new testcase --- Diffs of the changes: (+10 -0) 2006-07-19-stwbrx-crash.ll | 10 ++ 1 files changed, 10 insertions(+) Index: llvm/test/Regression/CodeGen/PowerPC/

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-07-19-ATTAsm.ll

2006-07-19 Thread Jim Laskey
Changes in directory llvm/test/Regression/CodeGen/X86: 2006-07-19-ATTAsm.ll added (r1.1) --- Log message: Regression test for PR834: http://llvm.org/PR834 . --- Diffs of the changes: (+51 -0) 2006-07-19-ATTAsm.ll | 51 +++ 1 files changed,

[llvm-commits] CVS: nightlytest-serverside/fulltest.php

2006-07-19 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: fulltest.php updated: 1.3 -> 1.4 --- Log message: Rearranged tables of program tests at the bottom of the page so that the order is now: external tests, multisource tests, singlesource tests. --- Diffs of the changes: (+15 -16) fulltest.php |

[llvm-commits] CVS: llvm/lib/Target/X86/X86ATTAsmPrinter.cpp

2006-07-19 Thread Jim Laskey
Changes in directory llvm/lib/Target/X86: X86ATTAsmPrinter.cpp updated: 1.52 -> 1.53 --- Log message: Bug#834 ICE (crash in code generator?) when building PCH . Missing Darwin check in Intel ATT ASM printer. --- Diffs of the changes: (+5 -3) X86ATTAsmPrinter.cpp |8 +--- 1 files ch

[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Makefile

2006-07-19 Thread Evan Cheng
Changes in directory llvm-test/SingleSource/Benchmarks: Makefile updated: 1.7 -> 1.8 --- Log message: Undo. Wasn't meant to be checked in. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/SingleSource/Benchmarks/Make