[llvm-commits] CVS: llvm-test/LICENSE.TXT

2006-02-11 Thread Evan Cheng
Changes in directory llvm-test: LICENSE.TXT updated: 1.10 -> 1.11 --- Log message: Added JM license pointer. --- Diffs of the changes: (+1 -0) LICENSE.TXT |1 + 1 files changed, 1 insertion(+) Index: llvm-test/LICENSE.TXT diff -u llvm-test/LICENSE.TXT:1.10 llvm-test/LICENSE.TXT:1.11 -

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

2006-02-11 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.429 -> 1.430 --- Log message: Three changes: 1. Teach GetConstantInType to handle boolean constants. 2. Teach instcombine to fold (compare X, CST) when X has known 0/1 bits. Testcase here: set.ll:test22 3. I

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/set.ll

2006-02-11 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/InstCombine: set.ll updated: 1.17 -> 1.18 --- Log message: new testcase --- Diffs of the changes: (+9 -1) set.ll | 10 +- 1 files changed, 9 insertions(+), 1 deletion(-) Index: llvm/test/Regression/Transforms/InstCombine/set.

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/narrow.ll bit-tracking.ll

2006-02-11 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/InstCombine: narrow.ll added (r1.1) bit-tracking.ll updated: 1.3 -> 1.4 --- Log message: move a failing testcase from bit-tracking.ll to narrow.ll, and move the xfail marker with it --- Diffs of the changes: (+18 -22) bit-tracking.ll |

[llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopSimplify.cpp

2006-02-11 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: LoopSimplify.cpp updated: 1.66 -> 1.67 --- Log message: Revert my last patch. It too breaks stuff --- Diffs of the changes: (+6 -12) LoopSimplify.cpp | 18 ++ 1 files changed, 6 insertions(+), 12 deletions(-) Index: llvm/

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/xor.ll shift.ll

2006-02-11 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/InstCombine: xor.ll updated: 1.14 -> 1.15 shift.ll updated: 1.22 -> 1.23 --- Log message: Make these tests fail if opt crashes. --- Diffs of the changes: (+2 -0) shift.ll |1 + xor.ll |1 + 2 files changed, 2 insertions(+) In

[llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopSimplify.cpp

2006-02-11 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: LoopSimplify.cpp updated: 1.65 -> 1.66 --- Log message: Fix for my previously reverted patch --- Diffs of the changes: (+12 -6) LoopSimplify.cpp | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) Index: llvm/lib/Tr

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/LICENSE.TXT Makefile Readme.txt copyright.txt

2006-02-11 Thread Evan Cheng
Changes in directory llvm-test/MultiSource/Applications/JM: LICENSE.TXT added (r1.1) Makefile added (r1.1) Readme.txt added (r1.1) copyright.txt added (r1.1) --- Log message: Added H.264 reference encoder / decoder from ITU to LLVM test suite. --- Diffs of the changes: (+179 -0) LICENSE.TXT

[llvm-commits] CVS: llvm-test/MultiSource/Applications/Makefile

2006-02-11 Thread Evan Cheng
Changes in directory llvm-test/MultiSource/Applications: Makefile updated: 1.23 -> 1.24 --- Log message: Added H.264 reference encoder / decoder from ITU to LLVM test suite. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-te

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/lencod/data/

2006-02-11 Thread LLVM
Changes in directory llvm-test/MultiSource/Applications/JM/lencod/data: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Applications/JM/lencod/data added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ l

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/ldecod/data/

2006-02-11 Thread LLVM
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod/data: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Applications/JM/ldecod/data added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ l

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/lencod/

2006-02-11 Thread LLVM
Changes in directory llvm-test/MultiSource/Applications/JM/lencod: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Applications/JM/lencod added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commit

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/ldecod/

2006-02-11 Thread LLVM
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Applications/JM/ldecod added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commit

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/

2006-02-11 Thread LLVM
Changes in directory llvm-test/MultiSource/Applications/JM: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Applications/JM added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list

[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyLibCalls/Pow.ll

2006-02-11 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/SimplifyLibCalls: Pow.ll updated: 1.3 -> 1.4 --- Log message: Update comments to be actually accurate --- Diffs of the changes: (+19 -13) Pow.ll | 32 +++- 1 files changed, 19 insertions(+), 13 deletions(-)

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/pow.ll

2006-02-11 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/InstCombine: pow.ll (r1.7) removed --- Log message: This is implemented by the simplify-libcalls pass, not instcombine --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mail

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

2006-02-11 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.428 -> 1.429 --- Log message: Port the recent innovations in ComputeMaskedBits to SimplifyDemandedBits. This allows us to simplify on conditions where bits are not known, but they are not demanded either! This

[llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopSimplify.cpp

2006-02-11 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: LoopSimplify.cpp updated: 1.64 -> 1.65 --- Log message: revert my previous change, it exposed other problems. --- Diffs of the changes: (+1 -1) LoopSimplify.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Trans