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

2007-03-01 Thread Nicolas Geoffray
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.h updated: 1.60 - 1.61 PPCISelLowering.cpp updated: 1.258 - 1.259 --- Log message: Implemented the frameaddress intrinsic for PPC. --- Diffs of the changes: (+25 -1) PPCISelLowering.cpp | 24 +++-

Re: [llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelLowering.h PPCISelLowering.cpp

2007-03-01 Thread Chris Lattner
Implemented the frameaddress intrinsic for PPC. Thanks! +SDOperand PPCTargetLowering::LowerFRAMEADDR(SDOperand Op, SelectionDAG DAG) +{ Please put the '{' on the same line as the rest, to conform with the style in use in this file. + // Depths 0 not supported yet! + if

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelLowering.h

2007-01-26 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.h updated: 1.57 - 1.58 --- Log message: Fix a spelling error --- Diffs of the changes: (+1 -1) PPCISelLowering.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/PowerPC/PPCISelLowering.h diff

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

2006-03-19 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.h updated: 1.28 - 1.29 PPCInstrInfo.td updated: 1.195 - 1.196 --- Log message: Check in some intermediate code that adds a skeleton for matching vsplt* instructions --- Diffs of the changes: (+28 -4) PPCISelLowering.h | 14