[llvm-commits] CVS: llvm-test/Makefile.rules

2006-07-19 Thread Evan Cheng
Changes in directory llvm-test: Makefile.rules updated: 1.13 - 1.14 --- Log message: Workaround to make JIT work with C++ programs on Mac OS X. __cxa_atexit is resolved by linker. --- Diffs of the changes: (+1 -1) Makefile.rules |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

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

2006-07-19 Thread Evan Cheng
Changes in directory llvm-test/SingleSource/Benchmarks: Makefile updated: 1.6 - 1.7 --- Log message: Workaround to make JIT work with C++ programs on Mac OS X. __cxa_atexit is resolved by linker. --- Diffs of the changes: (+3 -1) Makefile |4 +++- 1 files changed, 3 insertions(+), 1

[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-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

[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/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-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

[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-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: 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/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-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(-)

[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/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-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