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

2006-12-23 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: ConstantFolding.cpp updated: 1.119 -> 1.120 --- Log message: Don't overload var names. --- Diffs of the changes: (+4 -4) ConstantFolding.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/lib/VMCore/ConstantFolding.cpp

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

2006-12-23 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.573 -> 1.574 --- Log message: For PR1065: http://llvm.org/PR1065 : Don't allow CmpInst instances to be processed in FoldSelectOpOp because you can't easily swap their operands. --- Diffs of the changes: (+7

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

2006-12-23 Thread Reid Spencer
Changes in directory llvm/include/llvm: InstrTypes.h updated: 1.56 -> 1.57 --- Log message: Add some documentation to make Nick happy. --- Diffs of the changes: (+2 -1) InstrTypes.h |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/include/llvm/InstrTypes.h diff -u

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll

2006-12-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/InstCombine: 2006-12-23-Select-Cmp-Cmp.ll added (r1.1) --- Log message: Test case for PR1065: http://llvm.org/PR1065 . --- Diffs of the changes: (+33 -0) 2006-12-23-Select-Cmp-Cmp.ll | 33 + 1 files chan

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

2006-12-23 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.574 -> 1.575 --- Log message: Shut up some compilers that can't accurately analyze variable usage correctly and emit "may be used uninitialized" warnings. --- Diffs of the changes: (+2 -2) InstructionComb

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

2006-12-23 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.575 -> 1.576 --- Log message: For PR1066: http://llvm.org/PR1066 : Fix this by ensuring that a bitcast is inserted to do sign switching. This is only temporarily needed as the merging of signed and unsigned is