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

2006-09-15 Thread Jim Laskey
Changes in directory nightlytest-serverside: EmailReport.php updated: 1.11 -> 1.12 --- Log message: Simplify query use #1 --- Diffs of the changes: (+70 -17) EmailReport.php | 87 +--- 1 files changed, 70 insertions(+), 17 deletions(-)

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

2006-09-15 Thread Jim Laskey
Changes in directory nightlytest-serverside: EmailReport.php updated: 1.12 -> 1.13 --- Log message: Simplify query use #2 --- Diffs of the changes: (+3 -2) EmailReport.php |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: nightlytest-serverside/EmailReport.php diff -u

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

2006-09-15 Thread Jim Laskey
Changes in directory nightlytest-serverside: EmailReport.php updated: 1.13 -> 1.14 --- Log message: Simplify query use #3 --- Diffs of the changes: (+1 -1) EmailReport.php |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/EmailReport.php diff -u night

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

2006-09-15 Thread LLVM
Changes in directory nightlytest-serverside: EmailReport.php (r1.14) removed --- Log message: Not needed --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/l

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

2006-09-15 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLQuery.php added (r1.1) --- Log message: make db management easier --- Diffs of the changes: (+80 -0) SQLQuery.php | 80 +++ 1 files changed, 80 insertions(+) Index: nightlytest-server

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

2006-09-15 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLQuery.php updated: 1.1 -> 1.2 --- Log message: make db management easier take two --- Diffs of the changes: (+1 -1) SQLQuery.php |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/SQLQuery.php diff -u nig

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

2006-09-15 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLQuery.php updated: 1.2 -> 1.3 --- Log message: make db management easier take three --- Diffs of the changes: (+0 -1) SQLQuery.php |1 - 1 files changed, 1 deletion(-) Index: nightlytest-serverside/SQLQuery.php diff -u nightlytest-server

[llvm-commits] CVS: llvm/test/Regression/Transforms/Inline/alloca_test.ll

2006-09-15 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/Inline: alloca_test.ll updated: 1.4 -> 1.5 --- Log message: The inliner strips dead allocas now. Add a use to allow this test to test the right thing. --- Diffs of the changes: (+1 -0) alloca_test.ll |1 + 1 files changed, 1 inserti

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

2006-09-15 Thread Jim Laskey
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.58 -> 1.59 --- Log message: Switching to NewNightlyTest.php --- Diffs of the changes: (+8 -4) NewNightlyTest.pl | 12 1 files changed, 8 insertions(+), 4 deletions(-) Index: llvm/utils/NewNightlyTest.pl diff -u l

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

2006-09-15 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.225 -> 1.226 --- Log message: fix bugpoint-gccld target --- Diffs of the changes: (+2 -2) Makefile.programs |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Makefile.programs diff -u llvm-test/Mak

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

2006-09-15 Thread Jim Laskey
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.59 -> 1.60 --- Log message: Some query speed ups. --- Diffs of the changes: (+18 -17) ProgramResults.php | 35 ++- 1 files changed, 18 insertions(+), 17 deletions(-) Index: nightly

[llvm-commits] CVS: llvm/lib/Transforms/IPO/ArgumentPromotion.cpp

2006-09-15 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: ArgumentPromotion.cpp updated: 1.24 -> 1.25 --- Log message: revert previous two patches. They cause miscompilation of MultiSource/Applications/Burg --- Diffs of the changes: (+1 -35) ArgumentPromotion.cpp | 36 +

[llvm-commits] CVS: llvm/test/Regression/Transforms/ArgumentPromotion/recursion.ll

2006-09-15 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/ArgumentPromotion: recursion.ll updated: 1.2 -> 1.3 --- Log message: xfail this for now --- Diffs of the changes: (+2 -2) recursion.ll |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/Regression/Transforms

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

2006-09-15 Thread Chris Lattner
Changes in directory llvm/lib/Target: README.txt updated: 1.36 -> 1.37 --- Log message: add a nate note --- Diffs of the changes: (+6 -0) README.txt |6 ++ 1 files changed, 6 insertions(+) Index: llvm/lib/Target/README.txt diff -u llvm/lib/Target/README.txt:1.36 llvm/lib/Target/R

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

2006-09-15 Thread Chris Lattner
Changes in directory llvm/tools/bugpoint: BugDriver.h updated: 1.45 -> 1.46 ExecutionDriver.cpp updated: 1.64 -> 1.65 ToolRunner.cpp updated: 1.57 -> 1.58 ToolRunner.h updated: 1.22 -> 1.23 --- Log message: Add a new -cbe-bug mode, which works just like -run-llc, except that it uses LLC as the

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

2006-09-15 Thread Chris Lattner
Changes in directory llvm/tools/bugpoint: ToolRunner.cpp updated: 1.58 -> 1.59 --- Log message: comment out debug code --- Diffs of the changes: (+6 -6) ToolRunner.cpp | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) Index: llvm/tools/bugpoint/ToolRunner.cpp diff -u

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

2006-09-15 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.393 -> 1.394 --- Log message: Allow custom expand of mul --- Diffs of the changes: (+9 -0) LegalizeDAG.cpp |9 + 1 files changed, 9 insertions(+) Index: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cp

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

2006-09-15 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.394 -> 1.395 --- Log message: simplify control flow, no functionality change --- Diffs of the changes: (+12 -6) LegalizeDAG.cpp | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) Inde

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/2006-09-15-CastToBool.ll

2006-09-15 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/InstCombine: 2006-09-15-CastToBool.ll added (r1.1) --- Log message: Testcase for PR913: http://llvm.org/PR913 --- Diffs of the changes: (+14 -0) 2006-09-15-CastToBool.ll | 14 ++ 1 files changed, 14 insertions(+) Index:

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

2006-09-15 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.504 -> 1.505 --- Log message: Fix Transforms/InstCombine/2006-09-15-CastToBool.ll and PR913: http://llvm.org/PR913 --- Diffs of the changes: (+5 -0) InstructionCombining.cpp |5 + 1 files changed

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

2006-09-15 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.133 -> 1.134 --- Log message: add a note --- Diffs of the changes: (+3 -0) README.txt |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/Target/X86/README.txt:1.133 llvm/lib/

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

2006-09-15 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.395 -> 1.396 --- Log message: Oh yeah, this is needed too --- Diffs of the changes: (+3 -3) LegalizeDAG.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/CodeGen/SelectionDAG/