aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGCall.h
AgeCommit message (Expand)Author
2008-09-24s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel
2008-09-10Move FunctionType conversion into CGCall.cpp:Daniel Dunbar
2008-09-10Tweak CGCall functions:Daniel Dunbar
2008-09-09Factor CodeGenFunction::StartFunction out of GenerateCode andDaniel Dunbar
2008-09-09Change CodeGen to emit calls using (RValue,Type) list:Daniel Dunbar
2008-09-08Refactor parameter attribute handling:Daniel Dunbar