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

2006-11-07 Thread Reid Spencer
Changes in directory llvm/include/llvm: Constants.h updated: 1.93 -> 1.94 Instruction.def updated: 1.21 -> 1.22 Instructions.h updated: 1.44 -> 1.45 --- Log message: For PR950: http://llvm.org/PR950 : This patch converts the old SHR instruction into two instructions, AShr (Arithmetic) and LShr

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

2006-04-07 Thread Chris Lattner
Changes in directory llvm/include/llvm: Constants.h updated: 1.78 -> 1.79 Instruction.def updated: 1.18 -> 1.19 Instructions.h updated: 1.31 -> 1.32 --- Log message: Add a new shufflevector instruction --- Diffs of the changes: (+70 -19) Constants.h | 15 +--- Instruction.def

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

2006-01-10 Thread Robert L. Bocchino Jr.
Changes in directory llvm/include/llvm: Constants.h updated: 1.75 -> 1.76 Instruction.def updated: 1.16 -> 1.17 Instructions.h updated: 1.29 -> 1.30 --- Log message: Added an instruction and constant expression for the extractelement operation. --- Diffs of the changes: (+54 -1) Constants.