summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.h
Commit message (Expand)AuthorAgeFilesLines
* Unbreak CGFunctionInfo::Profile method and reenable caching of ABIDaniel Dunbar2009-02-051-0/+1
* Add asserts that the function signature matches the other arguments provideDaniel Dunbar2009-02-041-0/+2
* Move ABIArgInfo into CGFunctionInfo, computed on creation.Daniel Dunbar2009-02-031-7/+25
* Memoize CGFunctionInfo construction.Daniel Dunbar2009-02-031-1/+15
* Change CGFunctionInfo args iterator to not include the return type.Daniel Dunbar2009-02-021-6/+4
* Thread CGFunctionInfo construction through CodeGenTypes.Daniel Dunbar2009-02-021-6/+2
* ABI handling API changes.Daniel Dunbar2009-02-021-8/+5
* Kill off CGCallInfo, always use CGFunctionInfo for encapsulatingDaniel Dunbar2009-01-311-12/+2
* Large mechanical patch.Devang Patel2008-09-251-2/+2
* s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel2008-09-241-2/+2
* Move FunctionType conversion into CGCall.cpp:Daniel Dunbar2008-09-101-4/+4
* Tweak CGCall functions:Daniel Dunbar2008-09-101-6/+9
* Factor CodeGenFunction::StartFunction out of GenerateCode andDaniel Dunbar2008-09-091-0/+7
* Change CodeGen to emit calls using (RValue,Type) list:Daniel Dunbar2008-09-091-1/+3
* Refactor parameter attribute handling:Daniel Dunbar2008-09-081-0/+76
OpenPOWER on IntegriCloud