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 was

[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(+) In

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

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 so

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

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

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

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

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

[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(-) I

[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/tools/bugpoint/FindBugs

[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/tools/bugpoint/BugDriv

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

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

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

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

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

[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

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

2006-08-17 Thread Chris Lattner
Changes in directory llvm/lib/Target/IA64: IA64RegisterInfo.cpp updated: 1.20 -> 1.21 IA64RegisterInfo.td updated: 1.16 -> 1.17 --- Log message: Constify some methods. Patch provided by Anton Vayvod, thanks! --- Diffs of the changes: (+9 -9) IA64RegisterInfo.cpp |2 +- IA64RegisterInf

[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcRegisterInfo.td

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

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineFunction.h

2006-08-17 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachineFunction.h updated: 1.59 -> 1.60 --- Log message: Constify some methods. Patch provided by Anton Vayvod, thanks! --- Diffs of the changes: (+5 -0) MachineFunction.h |5 + 1 files changed, 5 insertions(+) Index: llvm/include/

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

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

[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 llvm/docs/ReleaseNot

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-05-02-InstrSched2.ll

2006-08-17 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/X86: 2006-05-02-InstrSched2.ll updated: 1.1 -> 1.2 --- Log message: Temporarily xfail this test, evan will look at it in a week or so. --- Diffs of the changes: (+1 -0) 2006-05-02-InstrSched2.ll |1 + 1 files changed, 1 insertion(+) I

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php ProgramResults.php fulltest.php individualgraph.php sidebar.php test.php

2006-08-17 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.15 -> 1.16 ProgramResults.php updated: 1.5 -> 1.6 fulltest.php updated: 1.12 -> 1.13 individualgraph.php updated: 1.1.1.1 -> 1.2 sidebar.php updated: 1.8 -> 1.9 test.php updated: 1.15 -> 1.16 --- Log message: The change t

[llvm-commits] CVS: llvm/tools/opt/Makefile opt.cpp

2006-08-17 Thread Reid Spencer
Changes in directory llvm/tools/opt: Makefile updated: 1.56 -> 1.57 opt.cpp updated: 1.110 -> 1.111 --- Log message: For PR872: http://llvm.org/PR872 : Shrinkify LLVM's footprint by removing the analyze tool and moving its functionality into the opt tool. THis eliminates one of the largest tool

[llvm-commits] CVS: llvm/test/Regression/Analysis/LoopInfo/2003-05-15-NestingProblem.ll

2006-08-17 Thread Reid Spencer
Changes in directory llvm/test/Regression/Analysis/LoopInfo: 2003-05-15-NestingProblem.ll updated: 1.2 -> 1.3 --- Log message: For PR872: http://llvm.org/PR872 : Shrinkify LLVM's footprint by removing the analyze tool and moving its functionality into the opt tool. THis eliminates one of the la

[llvm-commits] CVS: llvm/test/Regression/Transforms/DSAnalysis/arraymerge.ll arraytest.ll badcases.ll basictest.ll fieldmerge.ll goodcases.ll indcalltest.ll misctests.ll physicalsubtype.ll recursion.

2006-08-17 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/DSAnalysis: arraymerge.ll updated: 1.2 -> 1.3 arraytest.ll updated: 1.2 -> 1.3 badcases.ll updated: 1.2 -> 1.3 basictest.ll updated: 1.2 -> 1.3 fieldmerge.ll updated: 1.2 -> 1.3 goodcases.ll updated: 1.2 -> 1.3 indcalltest.ll updated: 1.2 -> 1

[llvm-commits] CVS: llvm/test/Regression/Analysis/Dominators/2003-05-12-UnreachableCode.ll

2006-08-17 Thread Reid Spencer
Changes in directory llvm/test/Regression/Analysis/Dominators: 2003-05-12-UnreachableCode.ll updated: 1.1 -> 1.2 --- Log message: For PR872: http://llvm.org/PR872 : Shrinkify LLVM's footprint by removing the analyze tool and moving its functionality into the opt tool. THis eliminates one of the

[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/2003-06-29-IncompleteTDPass.ll 2003-06-29-NodeCollapsing2.ll 2003-06-30-TopDownResolve.ll 2003-07-01-FieldCollapse.ll 2003-07-16-ConstantExpr

2006-08-17 Thread Reid Spencer
Changes in directory llvm/test/Regression/Analysis/DSGraph: 2003-06-29-IncompleteTDPass.ll updated: 1.2 -> 1.3 2003-06-29-NodeCollapsing2.ll updated: 1.1 -> 1.2 2003-06-30-TopDownResolve.ll updated: 1.3 -> 1.4 2003-07-01-FieldCollapse.ll updated: 1.1 -> 1.2 2003-07-16-ConstantExprCollapse.ll upd

[llvm-commits] CVS: llvm/tools/Makefile

2006-08-17 Thread Reid Spencer
Changes in directory llvm/tools: Makefile updated: 1.50 -> 1.51 --- Log message: For PR872: http://llvm.org/PR872 : Shrinkify LLVM's footprint by removing the analyze tool and moving its functionality into the opt tool. THis eliminates one of the largest tools from LLVM and doesn't make opt muc

[llvm-commits] CVS: llvm/tools/analyze/AnalysisWrappers.cpp GraphPrinters.cpp Makefile PrintSCC.cpp analyze.cpp

2006-08-17 Thread LLVM
Changes in directory llvm/tools/analyze: AnalysisWrappers.cpp (r1.18) removed GraphPrinters.cpp (r1.11) removed Makefile (r1.34) removed PrintSCC.cpp (r1.14) removed analyze.cpp (r1.68) removed --- Log message: For PR872: http://llvm.org/PR872 : Shrinkify LLVM's footprint by removing the analyz