aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetCallingConv.td
AgeCommit message (Expand)Author
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-01-15Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus...Evan Cheng
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-14Eliminate the recently introduced CCAssignToStackABISizeAlignDuncan Sands
2007-11-10Add CCAssignToStackABISizeAlign for convenience inDale Johannesen
2007-07-27Support for trampolines, except for X86 codegen which isDuncan Sands
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