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

2007-02-24 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.88 - 1.89 --- Log message: Add XLForm_1_ext template, patch by Nicolas Geoffray. --- Diffs of the changes: (+24 -14) PPCInstrFormats.td | 38 -- 1 files changed, 24

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

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.86 - 1.87 --- Log message: fix the jit encoding of sradi, simplify the MDForm1 description. --- Diffs of the changes: (+5 -5) PPCInstrFormats.td | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-)

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

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.87 - 1.88 --- Log message: fix another sradi encoding bug. This fixes Olden/health with the ppc64 jit. --- Diffs of the changes: (+1 -1) PPCInstrFormats.td |2 +- 1 files changed, 1 insertion(+), 1

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

2006-11-10 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.81 - 1.82 PPCInstrInfo.td updated: 1.255 - 1.256 --- Log message: dform 8/9 are identical to dform 1 --- Diffs of the changes: (+6 -15) PPCInstrFormats.td |9 - PPCInstrInfo.td| 12 ++--

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

2006-11-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.80 - 1.81 --- Log message: fix encoding of BLR --- Diffs of the changes: (+2 -2) PPCInstrFormats.td |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/PowerPC/PPCInstrFormats.td

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

2006-07-13 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.78 - 1.79 --- Log message: Another fix in the rotate encodings, needed when the first two operands are not the same. --- Diffs of the changes: (+1 -1) PPCInstrFormats.td |2 +- 1 files changed, 1 insertion(+),

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

2006-07-12 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.77 - 1.78 --- Log message: Fix encoding of rotates, such as rldicl --- Diffs of the changes: (+3 -3) PPCInstrFormats.td |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index:

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

2006-06-20 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.74 - 1.75 PPCInstrInfo.td updated: 1.229 - 1.230 --- Log message: remove unused flag --- Diffs of the changes: (+0 -2) PPCInstrFormats.td |1 - PPCInstrInfo.td|1 - 2 files changed, 2 deletions(-)

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

2006-06-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.73 - 1.74 PPCInstrInfo.td updated: 1.220 - 1.221 --- Log message: Add PowerPC intrinsics to support dcbz[l] --- Diffs of the changes: (+25 -0) PPCInstrFormats.td | 17 + PPCInstrInfo.td|8

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

2006-03-21 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.66 - 1.67 PPCInstrInfo.td updated: 1.201 - 1.202 --- Log message: Fix the JIT encoding of the VAForm_1 instructions, including vmaddfp --- Diffs of the changes: (+8 -9) PPCInstrFormats.td |2 +-

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

2006-01-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.63 - 1.64 PPCInstrInfo.td updated: 1.174 - 1.175 --- Log message: PHI and INLINEASM are now built-in instructions provided by Target.td --- Diffs of the changes: (+1 -5) PPCInstrFormats.td |3 +--

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

2005-12-09 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.60 - 1.61 PPCInstrInfo.td updated: 1.152 - 1.153 --- Log message: Add support patterns to many load and store instructions which will hopefully use patterns in the near future. --- Diffs of the changes: (+133 -76)

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

2005-12-04 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.59 - 1.60 PPCInstrInfo.td updated: 1.147 - 1.148 --- Log message: Define BR in the .td file now that Evan made tblgen smarter. --- Diffs of the changes: (+10 -5) PPCInstrFormats.td |3 ++- PPCInstrInfo.td|

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

2005-11-29 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.57 - 1.58 PPCInstrInfo.td updated: 1.145 - 1.146 --- Log message: Add the remainder of the AltiVec 4 x float instructions. Further enhancements will be necessary to teach the code generator that since there is no

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

2005-11-29 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.58 - 1.59 PPCInstrInfo.td updated: 1.146 - 1.147 --- Log message: Represent the encoding of the SPR instructions as they actually are, so that we can use the correct SPR numbers in the InstrInfo.td file. This is