aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ABIInfo.h
AgeCommit message (Expand)Author
2009-02-10Pull CodeGenFunction::EmitVAArg into target specific ABIInfo classes.Daniel Dunbar
2009-02-05Merge ABIInfo StructRet/ByVal into Indirect. Daniel Dunbar
2009-02-05Initialize alignment field for ByVal ABIInfo correctly.Daniel Dunbar
2009-02-04Add ABIArgInfo::dump()Daniel Dunbar
2009-02-03Change ABIInfo to compute information for a full signature at a timeDaniel Dunbar
2009-02-03Remove ABIArgInfo::Default kind, ABI is now responsible for specifyingDaniel Dunbar
2009-02-03Add ABIArgInfo::Direct kind, which passes arguments using whatever theDaniel Dunbar
2009-02-03Move ABIArgInfo into CGFunctionInfo, computed on creation.Daniel Dunbar
2009-02-03Move ABIInfo/ABIArgInfo classes into ABIInfo.hDaniel Dunbar