[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelLowering.cpp PPCInstrInfo.td

2007-02-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.256 - 1.257 PPCInstrInfo.td updated: 1.274 - 1.275 --- Log message: always lower to RETFLAG, never leave it as just ret. --- Diffs of the changes: (+7 -11) PPCISelLowering.cpp | 15 +++

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelLowering.cpp PPCInstrInfo.td

2006-03-24 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.111 - 1.112 PPCInstrInfo.td updated: 1.209 - 1.210 --- Log message: Add some basic patterns for other datatypes --- Diffs of the changes: (+12 -10) PPCISelLowering.cpp |6 ++ PPCInstrInfo.td | 16

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelLowering.cpp PPCInstrInfo.td

2006-03-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.104 - 1.105 PPCInstrInfo.td updated: 1.199 - 1.200 --- Log message: Fix a couple of bugs in permute/splat generate, thanks to Nate for actually figuring these out! :) --- Diffs of the changes: (+1 -3)

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelLowering.cpp PPCInstrInfo.td

2006-01-11 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.62 - 1.63 PPCInstrInfo.td updated: 1.172 - 1.173 --- Log message: Add bswap, rotl, and rotr nodes Add dag combiner code to recognize rotl, rotr Add ppc code to match rotl Targets should add rotl/rotr patterns if they