aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetCallingConv.td
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new node for holding call argumentDuncan Sands2008-03-211-3/+3
* Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus...Evan Cheng2008-01-151-7/+8
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Eliminate the recently introduced CCAssignToStackABISizeAlignDuncan Sands2007-11-141-8/+3
* Add CCAssignToStackABISizeAlign for convenience inDale Johannesen2007-11-101-0/+7
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-0/+4
* Add the byval attributeRafael Espindola2007-07-061-1/+11
* If a function is vararg, never pass inreg arguments in registers. Thanks toChris Lattner2007-06-191-0/+2
* Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov2007-03-071-1/+1
* Use new SDIselParamAttr enumeration. This removes "magick" constantsAnton Korobeynikov2007-03-061-1/+1
* rename some CCActions, add CCIfInRegChris Lattner2007-02-281-7/+12
* implement CCMatchIfCC in terms of CCMatchIfChris Lattner2007-02-271-4/+4
* move target independent calling convention stuff to TargetCallingConv.tdChris Lattner2007-02-271-0/+71