[llvm-commits] CVS: llvm-test/External/HMMER/Makefile

2006-09-20 Thread Evan Cheng
Changes in directory llvm-test/External/HMMER: Makefile updated: 1.1 -> 1.2 --- Log message: Set its random seed to a fixed number. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/External/HMMER/Makefile diff -u llv

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

2006-09-20 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.193 -> 1.194 --- Log message: fold (aext (and (trunc x), cst)) -> (and x, cst). --- Diffs of the changes: (+15 -0) DAGCombiner.cpp | 15 +++ 1 files changed, 15 insertions(+) Index: llvm/lib/Cod

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

2006-09-20 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.192 -> 1.193 --- Log message: Check the right value type. This fixes 186.crafty on x86 --- Diffs of the changes: (+2 -1) DAGCombiner.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm

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

2006-09-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.138 -> 1.139 --- Log message: implemented --- Diffs of the changes: (+0 -35) README.txt | 35 --- 1 files changed, 35 deletions(-) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/Targ

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

2006-09-20 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.191 -> 1.192 --- Log message: Compile: int %test(ulong *%tmp) { %tmp = load ulong* %tmp ; [#uses=1] %tmp.mask = shr ulong %tmp, ubyte 50; [#uses=1] %tmp.mask = cast ulon

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

2006-09-20 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.190 -> 1.191 --- Log message: Generalize (zext (truncate x)) and (sext (truncate x)) folding to work when the src/dst are not the same size. This catches things like "truncate 32-bit X to 8 bits, then zext to 16", w

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

2006-09-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.137 -> 1.138 --- Log message: Fit in 80-cols --- Diffs of the changes: (+10 -9) README.txt | 19 ++- 1 files changed, 10 insertions(+), 9 deletions(-) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/

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

2006-09-20 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: IndVarSimplify.cpp updated: 1.94 -> 1.95 --- Log message: Fix Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.ll --- Diffs of the changes: (+22 -15) IndVarSimplify.cpp | 37 ++--- 1 files changed, 22 insert

[llvm-commits] CVS: llvm/test/Regression/Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.ll

2006-09-20 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/IndVarsSimplify: 2006-09-20-LFTR-Crash.ll added (r1.1) --- Log message: new testcase --- Diffs of the changes: (+46 -0) 2006-09-20-LFTR-Crash.ll | 46 ++ 1 files changed, 46 insertions(+) I

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

2006-09-20 Thread Nick Lewycky
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.262 -> 1.263 --- Log message: Fix compile error. --- Diffs of the changes: (+4 -4) X86ISelLowering.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/lib/Target/X86/X86ISelLowering.cpp

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

2006-09-20 Thread Nick Lewycky
Changes in directory llvm/lib/Transforms/Scalar: PredicateSimplifier.cpp updated: 1.13 -> 1.14 --- Log message: Don't rewrite ConstantExpr::get. --- Diffs of the changes: (+19 -43) PredicateSimplifier.cpp | 62 ++-- 1 files changed, 19 insertio

[llvm-commits] CVS: llvm-test/External/HMMER/Makefile README

2006-09-20 Thread Evan Cheng
Changes in directory llvm-test/External/HMMER: Makefile added (r1.1) README added (r1.1) --- Log message: Adding HMMER as an external test. --- Diffs of the changes: (+18 -0) Makefile | 16 README |2 ++ 2 files changed, 18 insertions(+) Index: llvm-test/External/

[llvm-commits] CVS: llvm-test/External/Makefile

2006-09-20 Thread Evan Cheng
Changes in directory llvm-test/External: Makefile updated: 1.23 -> 1.24 --- Log message: Adding HMMER as an external test. --- Diffs of the changes: (+5 -1) Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm-test/External/Makefile diff -u llvm-test/Externa

[llvm-commits] CVS: llvm-test/External/HMMER/

2006-09-20 Thread LLVM
Changes in directory llvm-test/External/HMMER: --- Log message: Directory /var/cvs/llvm/llvm-test/External/HMMER added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu h

[llvm-commits] CVS: llvm-test/configure Makefile.config.in

2006-09-20 Thread Evan Cheng
Changes in directory llvm-test: configure updated: 1.39 -> 1.40 Makefile.config.in updated: 1.23 -> 1.24 --- Log message: Adding HMMER as an external test. --- Diffs of the changes: (+82 -26) Makefile.config.in |4 ++ configure | 104 +++

[llvm-commits] CVS: llvm-test/autoconf/configure.ac

2006-09-20 Thread Evan Cheng
Changes in directory llvm-test/autoconf: configure.ac updated: 1.37 -> 1.38 --- Log message: Adding HMMER as an external test. --- Diffs of the changes: (+1 -0) configure.ac |1 + 1 files changed, 1 insertion(+) Index: llvm-test/autoconf/configure.ac diff -u llvm-test/autoconf/configu

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

2006-09-20 Thread Nick Lewycky
Changes in directory llvm/lib/Transforms/Scalar: PredicateSimplifier.cpp updated: 1.12 -> 1.13 --- Log message: Once we're down to "setcc type constant1, constant2", at least come up with the right answer. --- Diffs of the changes: (+14 -18) PredicateSimplifier.cpp | 32 ++---

[llvm-commits] CVS: llvm/test/Regression/Transforms/PredicateSimplifier/2006-09-20-SetCC.ll

2006-09-20 Thread Nick Lewycky
Changes in directory llvm/test/Regression/Transforms/PredicateSimplifier: 2006-09-20-SetCC.ll added (r1.1) --- Log message: Once we're down to "setcc type constant1, constant2", at least come up with the right answer. --- Diffs of the changes: (+54 -0) 2006-09-20-SetCC.ll | 54 ++

[llvm-commits] CVS: llvm/lib/Target/X86/X86ATTAsmPrinter.cpp X86AsmPrinter.cpp X86AsmPrinter.h X86ISelLowering.cpp X86ISelLowering.h X86IntelAsmPrinter.cpp X86MachineFunctionInfo.h

2006-09-20 Thread Anton Korobeynikov
Changes in directory llvm/lib/Target/X86: X86ATTAsmPrinter.cpp updated: 1.63 -> 1.64 X86AsmPrinter.cpp updated: 1.198 -> 1.199 X86AsmPrinter.h updated: 1.31 -> 1.32 X86ISelLowering.cpp updated: 1.261 -> 1.262 X86ISelLowering.h updated: 1.72 -> 1.73 X86IntelAsmPrinter.cpp updated: 1.56 -> 1.57 X8

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

2006-09-20 Thread Anton Korobeynikov
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.205 -> 1.206 --- Log message: Adding codegeneration for StdCall & FastCall calling conventions --- Diffs of the changes: (+9 -3) AsmWriter.cpp | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) Index: llvm/

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

2006-09-20 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaLLRP.cpp updated: 1.1 -> 1.2 --- Log message: Account for pseudo-ops correctly --- Diffs of the changes: (+51 -44) AlphaLLRP.cpp | 95 +++--- 1 files changed, 51 insertions(+), 44 deletion

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

2006-09-20 Thread LLVM
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi (r1.58) removed --- Log message: force testers to switch --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs

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

2006-09-20 Thread LLVM
Changes in directory nightlytest-serverside: SQLUtil.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/listi

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLQuery.php updated: 1.8 -> 1.9 --- Log message: Allow multiple queries --- Diffs of the changes: (+1 -1) SQLQuery.php |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/SQLQuery.php diff -u nightlytest-ser

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLUtil.php updated: 1.13 -> 1.14 --- Log message: Clean up test records #14 --- Diffs of the changes: (+0 -1) SQLUtil.php |1 - 1 files changed, 1 deletion(-) Index: nightlytest-serverside/SQLUtil.php diff -u nightlytest-serverside/SQLUtil

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.h PPCAsmPrinter.cpp PPCTargetMachine.cpp

2006-09-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPC.h updated: 1.33 -> 1.34 PPCAsmPrinter.cpp updated: 1.195 -> 1.196 PPCTargetMachine.cpp updated: 1.106 -> 1.107 --- Log message: The DarwinAsmPrinter need not check for isDarwin. createPPCAsmPrinterPass should create the right asmprinter subclas

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLUtil.php updated: 1.12 -> 1.13 --- Log message: Clean up test records #13 --- Diffs of the changes: (+3 -4) SQLUtil.php |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) Index: nightlytest-serverside/SQLUtil.php diff -u nightl

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

2006-09-20 Thread Nick Lewycky
Changes in directory llvm/lib/Transforms/Scalar: PredicateSimplifier.cpp updated: 1.11 -> 1.12 --- Log message: Use a total ordering to compare instructions. Fixes infinite loop in resolve(). --- Diffs of the changes: (+101 -87) PredicateSimplifier.cpp | 188 +-

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp

2006-09-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.194 -> 1.195 --- Log message: Wrap some darwin'isms with isDarwin checks. --- Diffs of the changes: (+7 -4) PPCAsmPrinter.cpp | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) Index: llvm/lib/Ta

[llvm-commits] CVS: llvm/test/Regression/Transforms/PredicateSimplifier/2006-09-20-ResolveCycle.ll

2006-09-20 Thread Nick Lewycky
Changes in directory llvm/test/Regression/Transforms/PredicateSimplifier: 2006-09-20-ResolveCycle.ll added (r1.1) --- Log message: Use a total ordering to compare instructions. Fixes infinite loop in resolve(). --- Diffs of the changes: (+28 -0) 2006-09-20-ResolveCycle.ll | 28 ++

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLUtil.php updated: 1.9 -> 1.10 --- Log message: Clean up test records #10 --- Diffs of the changes: (+5 -5) SQLUtil.php | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: nightlytest-serverside/SQLUtil.php diff -u nigh

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLUtil.php updated: 1.11 -> 1.12 --- Log message: Clean up test records #12 --- Diffs of the changes: (+2 -2) SQLUtil.php |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: nightlytest-serverside/SQLUtil.php diff -u nightlyte

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLUtil.php updated: 1.10 -> 1.11 --- Log message: Clean up test records #11 --- Diffs of the changes: (+3 -3) SQLUtil.php |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: nightlytest-serverside/SQLUtil.php diff -u nightly

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLUtil.php updated: 1.8 -> 1.9 --- Log message: Clean up test records #9 --- Diffs of the changes: (+3 -3) SQLUtil.php |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: nightlytest-serverside/SQLUtil.php diff -u nightlytes

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

2006-09-20 Thread Andrew Lenharth
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.514 -> 1.515 --- Log message: simplify --- Diffs of the changes: (+8 -12) InstructionCombining.cpp | 20 1 files changed, 8 insertions(+), 12 deletions(-) Index: llvm/lib/Transforms

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td Readme.txt

2006-09-20 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.td updated: 1.124 -> 1.125 Readme.txt updated: 1.3 -> 1.4 --- Log message: catch constants more often --- Diffs of the changes: (+14 -16) AlphaInstrInfo.td | 14 ++ Readme.txt| 16 2 files ch

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLUtil.php updated: 1.7 -> 1.8 --- Log message: Clean up test records #7 --- Diffs of the changes: (+1 -1) SQLUtil.php |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/SQLUtil.php diff -u nightlytest-serv

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/cmov.ll

2006-09-20 Thread Andrew Lenharth
Changes in directory llvm/test/Regression/CodeGen/Alpha: cmov.ll updated: 1.1 -> 1.2 --- Log message: catch another constant --- Diffs of the changes: (+7 -1) cmov.ll |8 +++- 1 files changed, 7 insertions(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/Alpha/cmov.ll diff -u

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

2006-09-20 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: Readme.txt updated: 1.2 -> 1.3 --- Log message: clarify with test case --- Diffs of the changes: (+13 -0) Readme.txt | 13 + 1 files changed, 13 insertions(+) Index: llvm/lib/Target/Alpha/Readme.txt diff -u llvm/lib/Target/Alpha/Re

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

2006-09-20 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: Readme.txt updated: 1.1 -> 1.2 --- Log message: Add Note --- Diffs of the changes: (+3 -0) Readme.txt |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/Target/Alpha/Readme.txt diff -u llvm/lib/Target/Alpha/Readme.txt:1.1 llvm/lib/Tar

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLUtil.php updated: 1.6 -> 1.7 --- Log message: Clean up test records #6 --- Diffs of the changes: (+3 -2) SQLUtil.php |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: nightlytest-serverside/SQLUtil.php diff -u nightlytest

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLUtil.php updated: 1.5 -> 1.6 --- Log message: Clean up test records #6 --- Diffs of the changes: (+8 -7) SQLUtil.php | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) Index: nightlytest-serverside/SQLUtil.php diff -u n

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLUtil.php updated: 1.4 -> 1.5 --- Log message: Clean up test records #5 --- Diffs of the changes: (+3 -0) SQLUtil.php |3 +++ 1 files changed, 3 insertions(+) Index: nightlytest-serverside/SQLUtil.php diff -u nightlytest-serverside/SQLUti

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLUtil.php updated: 1.3 -> 1.4 --- Log message: Clean up test records #4 --- Diffs of the changes: (+2 -3) SQLUtil.php |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: nightlytest-serverside/SQLUtil.php diff -u nightlytest

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLUtil.php updated: 1.2 -> 1.3 --- Log message: Clean up test records #3 --- Diffs of the changes: (+4 -7) SQLUtil.php | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) Index: nightlytest-serverside/SQLUtil.php diff -u night

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLUtil.php updated: 1.1 -> 1.2 --- Log message: Clean up test records #2 --- Diffs of the changes: (+5 -2) SQLUtil.php |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) Index: nightlytest-serverside/SQLUtil.php diff -u nightlyte

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: SQLUtil.php added (r1.1) --- Log message: Clean up test records --- Diffs of the changes: (+47 -0) SQLUtil.php | 47 +++ 1 files changed, 47 insertions(+) Index: nightlytest-serverside/SQLUtil.php d

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: NightlyTestAccept.php updated: 1.57 -> 1.58 --- Log message: Make sure we use the exact machine for id --- Diffs of the changes: (+3 -9) NightlyTestAccept.php | 12 +++- 1 files changed, 3 insertions(+), 9 deletions(-) Index: nightlyt

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: NightlyTestAccept.php updated: 1.56 -> 1.57 --- Log message: Testing #2 --- Diffs of the changes: (+0 -2) NightlyTestAccept.php |2 -- 1 files changed, 2 deletions(-) Index: nightlytest-serverside/NightlyTestAccept.php diff -u nightlytest-s

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

2006-09-20 Thread Jim Laskey
Changes in directory nightlytest-serverside: NightlyTestAccept.php updated: 1.55 -> 1.56 --- Log message: Testing #1 --- Diffs of the changes: (+5 -5) NightlyTestAccept.php | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: nightlytest-serverside/NightlyTestAccept.

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

2006-09-20 Thread Jim Laskey
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.59 -> 1.60 --- Log message: Trim the home directory from the dejagnu test --- Diffs of the changes: (+2 -3) NewNightlyTest.pl |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: llvm/utils/NewNightlyTest.pl di