aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetCallingConv.td
AgeCommit message (Expand)Author
2007-07-06Add the byval attributeRafael Espindola
2007-06-19If a function is vararg, never pass inreg arguments in registers. Thanks toChris Lattner
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 CCActions, add CCIfInRegChris Lattner
2007-02-27implement CCMatchIfCC in terms of CCMatchIfChris Lattner
2007-02-27move target independent calling convention stuff to TargetCallingConv.tdChris Lattner