aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CallingConvEmitter.cpp
AgeCommit message (Expand)Author
2009-08-12Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-08-03Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fix...Anton Korobeynikov
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-09Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2009-05-09Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands
2009-04-17Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
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-03-10Increase ISD::ParamFlags to 64 bits. Increase the ByValSizeDale Johannesen
2008-01-15Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus...Evan Cheng
2008-01-15Revert my last commit. Not needed.Evan Cheng
2008-01-12ByVal arguments are passed on stack. Make sure to allocate a slot using size ...Evan Cheng
2007-12-29remove attributions from utils.Chris Lattner
2007-11-14Eliminate the recently introduced CCAssignToStackABISizeAlignDuncan Sands
2007-11-10Add CCAssignToStackABISizeAlign for convenience inDale Johannesen
2007-08-10propagate struct size and alignment of byval arguments to the DAGRafael Espindola
2007-07-06Add the byval attributeRafael Espindola
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 CCActionsChris Lattner
2007-02-28implement CCPromoteToTypeChris Lattner
2007-02-27reapplyChris Lattner
2007-02-27*** empty log message ***Chris Lattner