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

2007-01-14 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Instructions.cpp updated: 1.61 -> 1.62 Verifier.cpp updated: 1.184 -> 1.185 --- Log message: teach VMCore to accept i1 add's and shifts --- Diffs of the changes: (+17 -17) Instructions.cpp | 20 ++-- Verifier.cpp | 14 +++---

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

2006-05-14 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Instructions.cpp updated: 1.37 -> 1.38 Verifier.cpp updated: 1.154 -> 1.155 --- Log message: remove dead var --- Diffs of the changes: (+1 -2) Instructions.cpp |2 +- Verifier.cpp |1 - 2 files changed, 1 insertion(+), 2 deletions(-) Inde

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

2005-12-21 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Instructions.cpp updated: 1.28 -> 1.29 Verifier.cpp updated: 1.135 -> 1.136 --- Log message: Get logical operations to like packed types, allow BinOp::getNot to create the right vector of -1's as its operand. --- Diffs of the changes: (+19 -7) Instruct