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

2006-07-14 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: IndVarSimplify.cpp updated: 1.87 - 1.88 --- Log message: Hopefully the final attempt at making IndVars preserve LCSSA. This should fix PR 831: http://llvm.org/PR831 . --- Diffs of the changes: (+30 -2) IndVarSimplify.cpp | 32

[llvm-commits] CVS: llvm/include/llvm/Constants.h

2006-07-14 Thread Chris Lattner
Changes in directory llvm/include/llvm: Constants.h updated: 1.83 - 1.84 --- Log message: Add a new method for bugpoint to use. --- Diffs of the changes: (+5 -0) Constants.h |5 + 1 files changed, 5 insertions(+) Index: llvm/include/llvm/Constants.h diff -u

[llvm-commits] CVS: llvm/lib/VMCore/Constants.cpp

2006-07-14 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Constants.cpp updated: 1.155 - 1.156 --- Log message: Add a new method for bugpoint to use --- Diffs of the changes: (+51 -0) Constants.cpp | 51 +++ 1 files changed, 51 insertions(+) Index:

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

2006-07-14 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.11 - 1.12 --- Log message: Fixed an issue where the user specified gcc was not the gcc we report to the nightly test server. --- Diffs of the changes: (+10 -2) NewNightlyTest.pl | 12 ++-- 1 files changed, 10

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

2006-07-14 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.11 - 1.12 --- Log message: We will now send out an email to the nightly test email archive about submitted tests --- Diffs of the changes: (+11 -0) NightlyTestAccept.cgi | 11 +++ 1 files changed, 11

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

2006-07-14 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.12 - 1.13 --- Log message: made the title of the email to the nightly test email archive more descriptive --- Diffs of the changes: (+1 -1) NightlyTestAccept.cgi |2 +- 1 files changed, 1 insertion(+), 1

[llvm-commits] CVS: llvm/lib/VMCore/Constants.cpp

2006-07-14 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Constants.cpp updated: 1.156 - 1.157 --- Log message: Add a new helper, simplify ConstantExpr::getWithOperandReplaced at Gabor's request :) --- Diffs of the changes: (+57 -22) Constants.cpp | 79

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

2006-07-14 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: MachineFunction.cpp updated: 1.95 - 1.96 --- Log message: Add an out-of-line virtual function to home class. --- Diffs of the changes: (+2 -0) MachineFunction.cpp |2 ++ 1 files changed, 2 insertions(+) Index: