aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CallingConvEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson2009-04-171-0/+9
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-6/+6
* Add new CC lowering rule: provide a list of registers, which can be 'shadowed',Anton Korobeynikov2008-04-021-0/+42
* Introduce a new node for holding call argumentDuncan Sands2008-03-211-4/+4
* Increase ISD::ParamFlags to 64 bits. Increase the ByValSizeDale Johannesen2008-03-101-2/+2
* Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus...Evan Cheng2008-01-151-3/+6
* Revert my last commit. Not needed.Evan Cheng2008-01-151-20/+7
* ByVal arguments are passed on stack. Make sure to allocate a slot using size ...Evan Cheng2008-01-121-7/+20
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* Eliminate the recently introduced CCAssignToStackABISizeAlignDuncan Sands2007-11-141-12/+14
* Add CCAssignToStackABISizeAlign for convenience inDale Johannesen2007-11-101-0/+9
* propagate struct size and alignment of byval arguments to the DAGRafael Espindola2007-08-101-1/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+139