[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrAltivec.td PPCInstrFormats.td README_ALTIVEC.txt

2006-04-05 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrAltivec.td updated: 1.40 -> 1.41 PPCInstrFormats.td updated: 1.72 -> 1.73 README_ALTIVEC.txt updated: 1.14 -> 1.15 --- Log message: Add all of the data stream intrinsics and instructions. woo --- Diffs of the changes: (+43 -7) PPCInstr

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrAltivec.td PPCInstrFormats.td

2006-04-04 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrAltivec.td updated: 1.36 -> 1.37 PPCInstrFormats.td updated: 1.71 -> 1.72 --- Log message: Add m[tf]vscr instructions. --- Diffs of the changes: (+34 -0) PPCInstrAltivec.td |7 +++ PPCInstrFormats.td | 27 +

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrAltivec.td PPCInstrFormats.td

2006-03-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrAltivec.td updated: 1.12 -> 1.13 PPCInstrFormats.td updated: 1.70 -> 1.71 --- Log message: Fix the JIT encoding of VSEL --- Diffs of the changes: (+24 -4) PPCInstrAltivec.td |8 PPCInstrFormats.td | 20 +++

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrAltivec.td PPCInstrFormats.td

2006-03-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrAltivec.td updated: 1.11 -> 1.12 PPCInstrFormats.td updated: 1.69 -> 1.70 --- Log message: Fix the JIT encoding of VSPLTI* --- Diffs of the changes: (+24 -9) PPCInstrAltivec.td | 18 +- PPCInstrFormats.td | 15 ++

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrAltivec.td PPCInstrFormats.td

2006-03-25 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrAltivec.td updated: 1.7 -> 1.8 PPCInstrFormats.td updated: 1.68 -> 1.69 --- Log message: Add all of the altivec comparison instructions. Add patterns for the non-predicate altivec compare intrinsics. --- Diffs of the changes: (+108 -5)

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrAltivec.td PPCInstrFormats.td

2006-03-25 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrAltivec.td updated: 1.5 -> 1.6 PPCInstrFormats.td updated: 1.67 -> 1.68 --- Log message: implement the vsldoi intrinsic. --- Diffs of the changes: (+26 -4) PPCInstrAltivec.td | 12 PPCInstrFormats.td | 18 ++