[llvm-commits] CVS: llvm/utils/TableGen/CallingConvEmitter.cpp

2007-03-07 Thread Anton Korobeynikov
Changes in directory llvm/utils/TableGen: CallingConvEmitter.cpp updated: 1.5 -> 1.6 --- Log message: Refactoring of formal parameter flags. Enable properly use of zext/sext/aext stuff. --- Diffs of the changes: (+6 -2) CallingConvEmitter.cpp |8 ++-- 1 files changed, 6 insertions

[llvm-commits] CVS: llvm/utils/TableGen/CallingConvEmitter.cpp

2007-03-06 Thread Anton Korobeynikov
Changes in directory llvm/utils/TableGen: CallingConvEmitter.cpp updated: 1.4 -> 1.5 --- Log message: Use new SDIselParamAttr enumeration. This removes "magick" constants from formal attributes' flags processing. --- Diffs of the changes: (+2 -2) CallingConvEmitter.cpp |4 ++-- 1 file

[llvm-commits] CVS: llvm/utils/TableGen/CallingConvEmitter.cpp

2007-02-27 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: CallingConvEmitter.cpp updated: 1.3 -> 1.4 --- Log message: rename some CCActions --- Diffs of the changes: (+2 -2) CallingConvEmitter.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/utils/TableGen/CallingConvEmitter

[llvm-commits] CVS: llvm/utils/TableGen/CallingConvEmitter.cpp

2007-02-27 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: CallingConvEmitter.cpp updated: 1.2 -> 1.3 --- Log message: implement CCPromoteToType --- Diffs of the changes: (+13 -8) CallingConvEmitter.cpp | 21 + 1 files changed, 13 insertions(+), 8 deletions(-) Index: llvm/utils/Tabl

[llvm-commits] CVS: llvm/utils/TableGen/CallingConvEmitter.cpp CodeGenTarget.cpp Record.cpp Record.h TableGen.cpp

2007-02-27 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: CallingConvEmitter.cpp updated: 1.1 -> 1.2 CodeGenTarget.cpp updated: 1.84 -> 1.85 Record.cpp updated: 1.57 -> 1.58 Record.h updated: 1.61 -> 1.62 TableGen.cpp updated: 1.49 -> 1.50 --- Log message: reapply --- Diffs of the changes: (+20 -8) Callin