Re: [llvm-commits] CVS: llvm/tools/bugpoint/BugDriver.cpp BugDriver.h CrashDebugger.cpp ExecutionDriver.cpp bugpoint.cpp

2006-08-17 Thread Andrew Lenharth
Is the external program part of this generalized? I and others have cases where we need to run a complex series of programs to test the correctness of a transform. Namely, we want to take a compiled kernel start it up in a simulator, check something then return and tell bugpoint if the output

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

2006-08-17 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.245 - 1.246 --- Log message: Add support for S and D constraints, as needed to compile the linux kernel. --- Diffs of the changes: (+10 -0) X86ISelLowering.cpp | 10 ++ 1 files changed, 10 insertions(+)

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

2006-08-17 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.246 - 1.247 --- Log message: Add the 'c' constraint as needed by the linux kernel --- Diffs of the changes: (+7 -2) X86ISelLowering.cpp |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) Index:

Re: [llvm-commits] CVS: llvm/tools/bugpoint/BugDriver.cpp BugDriver.h CrashDebugger.cpp ExecutionDriver.cpp bugpoint.cpp

2006-08-17 Thread Chris Lattner
On Aug 17, 2006, at 7:43 AM, Andrew Lenharth wrote: Is the external program part of this generalized? I and others have cases where we need to run a complex series of programs to test the correctness of a transform. Namely, we want to take a compiled kernel start it up in a simulator, check

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

2006-08-17 Thread Devang Patel
Changes in directory llvm-www: developers.txt updated: 1.8 - 1.9 --- Log message: Add myself. --- Diffs of the changes: (+1 -0) developers.txt |1 + 1 files changed, 1 insertion(+) Index: llvm-www/developers.txt diff -u llvm-www/developers.txt:1.8 llvm-www/developers.txt:1.9 ---

[llvm-commits] CVS: llvm-www/img/PhotoDevang.jpg

2006-08-17 Thread Devang Patel
Changes in directory llvm-www/img: PhotoDevang.jpg added (r1.1) --- Log message: Add myself. --- Diffs of the changes: (+0 -0) PhotoDevang.jpg |0 1 files changed Index: llvm-www/img/PhotoDevang.jpg ___ llvm-commits mailing list

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/argaddr.ll

2006-08-17 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: argaddr.ll added (r1.1) --- Log message: add a load effective address --- Diffs of the changes: (+18 -0) argaddr.ll | 18 ++ 1 files changed, 18 insertions(+) Index: llvm/test/Regression/CodeGen/ARM/argaddr.ll diff

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMAsmPrinter.cpp ARMISelDAGToDAG.cpp ARMInstrInfo.td ARMRegisterInfo.cpp

2006-08-17 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMAsmPrinter.cpp updated: 1.10 - 1.11 ARMISelDAGToDAG.cpp updated: 1.30 - 1.31 ARMInstrInfo.td updated: 1.15 - 1.16 ARMRegisterInfo.cpp updated: 1.15 - 1.16 --- Log message: add a load effective address --- Diffs of the changes: (+30 -10)

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

2006-08-17 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: machinegraph.php updated: 1.1.1.1 - 1.2 --- Log message: Created a more descriptive error message for when a user tries to create a graph from a machines page without selecting anythign to graph. The previous error message said ERROR: Incorrect

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

2006-08-17 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.247 - 1.248 --- Log message: Fix handling of 'g'. Closes 883 --- Diffs of the changes: (+4 -0) X86ISelLowering.cpp |4 1 files changed, 4 insertions(+) Index: llvm/lib/Target/X86/X86ISelLowering.cpp diff

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

2006-08-17 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.248 - 1.249 --- Log message: 'g' is handled by the front-end. --- Diffs of the changes: (+0 -4) X86ISelLowering.cpp |4 1 files changed, 4 deletions(-) Index: llvm/lib/Target/X86/X86ISelLowering.cpp diff

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

2006-08-17 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.249 - 1.250 --- Log message: Revert this patch, the front-end has been fixed to make it unneccesary. --- Diffs of the changes: (+0 -15) X86ISelLowering.cpp | 15 --- 1 files changed, 15 deletions(-)

[llvm-commits] CVS: llvm/tools/bugpoint/FindBugs.cpp

2006-08-17 Thread Chris Lattner
Changes in directory llvm/tools/bugpoint: FindBugs.cpp updated: 1.1 - 1.2 --- Log message: minor cleanups --- Diffs of the changes: (+16 -20) FindBugs.cpp | 36 1 files changed, 16 insertions(+), 20 deletions(-) Index:

[llvm-commits] CVS: llvm/tools/bugpoint/BugDriver.h

2006-08-17 Thread Chris Lattner
Changes in directory llvm/tools/bugpoint: BugDriver.h updated: 1.44 - 1.45 --- Log message: fit in 80 cols --- Diffs of the changes: (+2 -1) BugDriver.h |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/tools/bugpoint/BugDriver.h diff -u

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

2006-08-17 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.14 - 1.15 --- Log message: Changed the definition for Machines With Recent Submissions from a machine that has submitted within the last month to a machine that has submitted in the last fourteen days. --- Diffs of

[llvm-commits] CVS: llvm/include/llvm/Target/MRegisterInfo.h

2006-08-17 Thread Chris Lattner
Changes in directory llvm/include/llvm/Target: MRegisterInfo.h updated: 1.81 - 1.82 --- Log message: Constify some methods. Patch provided by Anton Vayvod, thanks! --- Diffs of the changes: (+2 -2) MRegisterInfo.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp AlphaRegisterInfo.td

2006-08-17 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaRegisterInfo.cpp updated: 1.46 - 1.47 AlphaRegisterInfo.td updated: 1.16 - 1.17 --- Log message: Constify some methods. Patch provided by Anton Vayvod, thanks! --- Diffs of the changes: (+7 -7) AlphaRegisterInfo.cpp |2 +-

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

2006-08-17 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.td updated: 1.37 - 1.38 --- Log message: Constify some methods. Patch provided by Anton Vayvod, thanks! --- Diffs of the changes: (+8 -8) PPCRegisterInfo.td | 16 1 files changed, 8 insertions(+), 8

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

2006-08-17 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86RegisterInfo.cpp updated: 1.162 - 1.163 X86RegisterInfo.td updated: 1.37 - 1.38 --- Log message: Constify some methods. Patch provided by Anton Vayvod, thanks! --- Diffs of the changes: (+7 -7) X86RegisterInfo.cpp |2 +- X86RegisterInfo.td

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMRegisterInfo.td

2006-08-17 Thread Chris Lattner
Changes in directory llvm/lib/Target/ARM: ARMRegisterInfo.td updated: 1.2 - 1.3 --- Log message: Constify some methods. Patch provided by Anton Vayvod, thanks! --- Diffs of the changes: (+2 -2) ARMRegisterInfo.td |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

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

2006-08-17 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.47 - 1.48 --- Log message: This commit reflects the changes made in the database in the way we store dejagnu test results. Before we stored them as a string in the night table. Now they have their own table where

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

2006-08-17 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.53 - 1.54 --- Log message: Changing the format dejagnu tests are submitted. We used to only submit multisource information for pass fail. Now we submit all pass/fail test information. This should fix the issue where some results

[llvm-commits] [release_18] CVS: llvm/docs/ReleaseNotes.html

2006-08-17 Thread Tanya Lattner
Changes in directory llvm/docs: ReleaseNotes.html updated: 1.358.2.1 - 1.358.2.2 --- Log message: Fixing typo --- Diffs of the changes: (+2 -2) ReleaseNotes.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/ReleaseNotes.html diff -u