summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix silly bug spotted by Daniel DunbarAnders Carlsson2008-11-151-1/+1
* Handle complex return values.Anders Carlsson2008-11-151-1/+6
* Lift out ABIInfo abstract base class.Daniel Dunbar2008-10-131-19/+97
* Implement support for the const and pure attributes.Anders Carlsson2008-10-051-0/+4
* Now Attributes are divided in three groupsDevang Patel2008-09-261-4/+8
* Large mechanical patch.Devang Patel2008-09-251-21/+21
* Adjust whitespaces.Devang Patel2008-09-241-2/+2
* s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel2008-09-241-4/+4
* Improve x86 ABI compatibility.Daniel Dunbar2008-09-171-1/+132
* Drop CodeGenTypes parameter to classifyArgumentType.Daniel Dunbar2008-09-171-14/+29
* Add support for ABIArgInfo::ExpandDaniel Dunbar2008-09-171-42/+159
* Use ABIArgInfo for decisions about function arguments (not just returnDaniel Dunbar2008-09-111-29/+145
* Bug fix, apply default argument promotion in message sends for whichDaniel Dunbar2008-09-111-0/+6
* Implement ABIArgType::Coerce support.Daniel Dunbar2008-09-101-27/+40
* Add CodeGenTypes::GetFunctionType overload for getting the effectiveDaniel Dunbar2008-09-101-6/+17
* Move FunctionType conversion into CGCall.cpp:Daniel Dunbar2008-09-101-6/+73
* Add ABIArgInfo class to encapsulate ABI decision of how to lower typesDaniel Dunbar2008-09-101-38/+123
* Tweak CGCall functions again:Daniel Dunbar2008-09-101-6/+8
* Tweak CGCall functions:Daniel Dunbar2008-09-101-58/+63
* Add CodeGenFunction::ReturnTypeUsesSretDaniel Dunbar2008-09-091-0/+4
* Move ABI specific code for functions / calls to CGCall.cpp:Daniel Dunbar2008-09-091-0/+102
* Change CodeGen to emit calls using (RValue,Type) list:Daniel Dunbar2008-09-091-2/+1
* Refactor parameter attribute handling:Daniel Dunbar2008-09-081-0/+117
OpenPOWER on IntegriCloud