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
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
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
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
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