Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate the recently introduced CCAssignToStackABISizeAlign | Duncan Sands | 2007-11-14 | 1 | -8/+3 |
* | Add CCAssignToStackABISizeAlign for convenience in | Dale Johannesen | 2007-11-10 | 1 | -0/+7 |
* | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -0/+4 |
* | Add the byval attribute | Rafael Espindola | 2007-07-06 | 1 | -1/+11 |
* | If a function is vararg, never pass inreg arguments in registers. Thanks to | Chris Lattner | 2007-06-19 | 1 | -0/+2 |
* | Refactoring of formal parameter flags. Enable properly use of | Anton Korobeynikov | 2007-03-07 | 1 | -1/+1 |
* | Use new SDIselParamAttr enumeration. This removes "magick" constants | Anton Korobeynikov | 2007-03-06 | 1 | -1/+1 |
* | rename some CCActions, add CCIfInReg | Chris Lattner | 2007-02-28 | 1 | -7/+12 |
* | implement CCMatchIfCC in terms of CCMatchIf | Chris Lattner | 2007-02-27 | 1 | -4/+4 |
* | move target independent calling convention stuff to TargetCallingConv.td | Chris Lattner | 2007-02-27 | 1 | -0/+71 |