aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CallingConvEmitter.cpp
AgeCommit message (Expand)Author
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
2008-04-02Add new CC lowering rule: provide a list of registers, which can be 'shadowed',Anton Korobeynikov
2008-03-21Introduce a new node for holding call argumentDuncan Sands
2008-03-10Increase ISD::ParamFlags to 64 bits. Increase the ByValSizeDale Johannesen
2008-01-15Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus...Evan Cheng
2008-01-15Revert my last commit. Not needed.Evan Cheng
2008-01-12ByVal arguments are passed on stack. Make sure to allocate a slot using size ...Evan Cheng
2007-12-29remove attributions from utils.Chris Lattner
2007-11-14Eliminate the recently introduced CCAssignToStackABISizeAlignDuncan Sands
2007-11-10Add CCAssignToStackABISizeAlign for convenience inDale Johannesen
2007-08-10propagate struct size and alignment of byval arguments to the DAGRafael Espindola
2007-07-06Add the byval attributeRafael Espindola
2007-03-07Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov
2007-03-06Use new SDIselParamAttr enumeration. This removes "magick" constantsAnton Korobeynikov
2007-02-28rename some CCActionsChris Lattner
2007-02-28implement CCPromoteToTypeChris Lattner
2007-02-27reapplyChris Lattner
2007-02-27*** empty log message ***Chris Lattner