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

2007-04-16 Thread Reid Spencer
Changes in directory llvm/lib/Target/Alpha: Alpha.td updated: 1.12 -> 1.13 --- Log message: For PR1336: http://llvm.org/PR1336 : Subtarget option names must be given in lower case in order to be recognized. Fixes test/CodeGen/Alpha/ctlz.ll --- Diffs of the changes: (+1 -1) Alpha.td |2

Re: [llvm-commits] CVS: llvm/lib/Target/Alpha/Alpha.td AlphaAsmPrinter.cpp AlphaISelDAGToDAG.cpp AlphaISelLowering.cpp AlphaISelLowering.h AlphaInstrInfo.td AlphaSubtarget.cpp AlphaSubtarget.h

2007-01-24 Thread Andrew Lenharth
Err, um, I meant 21164. dropping 21264 would be bad... On 1/24/07, Andrew Lenharth <[EMAIL PROTECTED]> wrote: > > > Changes in directory llvm/lib/Target/Alpha: > > Alpha.td updated: 1.11 -> 1.12 > AlphaAsmPrinter.cpp updated: 1.61 -> 1.62 > AlphaISelDAGToDAG.cpp updated: 1.67 -> 1.68 > AlphaISelL

[llvm-commits] CVS: llvm/lib/Target/Alpha/Alpha.td AlphaAsmPrinter.cpp AlphaISelDAGToDAG.cpp AlphaISelLowering.cpp AlphaISelLowering.h AlphaInstrInfo.td AlphaSubtarget.cpp AlphaSubtarget.h

2007-01-24 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: Alpha.td updated: 1.11 -> 1.12 AlphaAsmPrinter.cpp updated: 1.61 -> 1.62 AlphaISelDAGToDAG.cpp updated: 1.67 -> 1.68 AlphaISelLowering.cpp updated: 1.76 -> 1.77 AlphaISelLowering.h updated: 1.23 -> 1.24 AlphaInstrInfo.td updated: 1.136 -> 1.137 AlphaSu

[llvm-commits] CVS: llvm/lib/Target/Alpha/Alpha.td AlphaRegisterInfo.cpp AlphaRegisterInfo.h

2006-05-17 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: Alpha.td updated: 1.10 -> 1.11 AlphaRegisterInfo.cpp updated: 1.44 -> 1.45 AlphaRegisterInfo.h updated: 1.12 -> 1.13 --- Log message: getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd. --- Diffs of the changes: (+31 -11) Alpha.t

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

2006-05-17 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: Alpha.td updated: 1.9 -> 1.10 --- Log message: Remove PointerType from class Target --- Diffs of the changes: (+0 -3) Alpha.td |3 --- 1 files changed, 3 deletions(-) Index: llvm/lib/Target/Alpha/Alpha.td diff -u llvm/lib/Target/Alpha/Alpha.

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

2006-01-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: Alpha.td updated: 1.7 -> 1.8 --- Log message: Subtarget feature can now set any variable to any value --- Diffs of the changes: (+2 -2) Alpha.td |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/Alpha/Alpha.td

[llvm-commits] CVS: llvm/lib/Target/Alpha/Alpha.td AlphaInstrInfo.td

2006-01-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: Alpha.td updated: 1.6 -> 1.7 AlphaInstrInfo.td updated: 1.109 -> 1.110 --- Log message: PHI and INLINEASM are now built-in instructions provided by Target.td --- Diffs of the changes: (+0 -4) Alpha.td |2 -- AlphaInstrInfo.td |2

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

2005-10-26 Thread Jim Laskey
Changes in directory llvm/lib/Target/Alpha: Alpha.td updated: 1.5 -> 1.6 --- Log message: Add attribute name and type to SubtargetFeatures. --- Diffs of the changes: (+4 -2) Alpha.td |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/lib/Target/Alpha/Alpha.td di

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

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: Alpha.td updated: 1.4 -> 1.5 --- Log message: Add subtarget feature/processor defns to the .td file --- Diffs of the changes: (+22 -0) Alpha.td | 22 ++ 1 files changed, 22 insertions(+) Index: llvm/lib/Target/Alpha/Alpha.