]> granicus.if.org Git - clang/history - lib/CodeGen/CGCall.h
Header guard canonicalization, clang part.
[clang] / lib / CodeGen / CGCall.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-05-21 Craig Topper[C++11] Use 'nullptr'. CodeGen edition.
2014-03-17 Aaron Ballman[C++11] Replacing CallArgList writeback iterators with...
2014-02-01 Reid Kleckner[ms-cxxabi] Use inalloca on win32 when passing non...
2013-10-30 Mark LaceyAdd CodeGenABITypes.h for use in LLDB.
2013-06-21 Reid Kleckner[ms-cxxabi] Destroy temporary record arguments in the...
2013-03-23 John McCallUnder ARC, when we're passing the address of a strong...
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2013-01-02 Chandler CarruthRewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as...
2012-12-07 John McCallFix the required args count for variadic blocks.
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-02-17 John McCallWhether an argument is required (in contrast with being an
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-06-15 John McCallAutomatic Reference Counting.
2011-05-26 Eli FriedmanSkip extra copy from aggregate where it isn't necessary...
2011-05-07 Douglas GregorRevert r130717, which caused a regression (<rdar:/...
2011-05-02 Eli FriedmanSkip extra copy from aggregate where it isn't necessary...
2011-05-02 Eli FriedmanSwitch CallArgList from an std::pair to a new CallArg...
2011-04-09 Eli FriedmanPR8369: make __attribute((regparm(0))) work correctly...
2011-03-11 John McCallUse a slightly more semantic interface for emitting...
2011-03-09 John McCallUse the "undergoes default argument promotion" bit...
2010-06-29 Chris Lattnerrelax the CGFunctionInfo::CGFunctionInfo ctor to allow...
2010-03-30 Rafael EspindolaRemember the regparm attribute in FunctionType::ExtInfo.
2010-03-30 Rafael Espindolathe big refactoring bits of PR3782.
2010-02-26 John McCallUse the power of types to track down another canonicali...
2010-02-24 John McCallCanonicalize parameter and return types before computin...
2010-02-05 John McCallStandardize the parsing of function type attributes...
2009-12-24 Anders CarlssonFill in the return value slot in CGExprAgg::VisitCallEx...
2009-12-24 Anders CarlssonAdd a ReturnValueSlot class. Change the argument order...
2009-09-12 Daniel DunbarChange CodeGenModule::ConstructTypeAttributes to return...
2009-09-11 Daniel DunbarAdd CallingConvention argument to CGFunctionInfo.
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-02-05 Daniel DunbarUnbreak CGFunctionInfo::Profile method and reenable...
2009-02-04 Daniel DunbarAdd asserts that the function signature matches the...
2009-02-03 Daniel DunbarMove ABIArgInfo into CGFunctionInfo, computed on creation.
2009-02-03 Daniel DunbarMemoize CGFunctionInfo construction.
2009-02-02 Daniel DunbarChange CGFunctionInfo args iterator to not include...
2009-02-02 Daniel DunbarThread CGFunctionInfo construction through CodeGenTypes.
2009-02-02 Daniel DunbarABI handling API changes.
2009-01-31 Daniel DunbarKill off CGCallInfo, always use CGFunctionInfo for...
2008-09-25 Devang Patel Large mechanical patch.
2008-09-24 Devang Patels/ParamAttrsWithIndex/FnAttributeWithIndex/g
2008-09-10 Daniel DunbarMove FunctionType conversion into CGCall.cpp:
2008-09-10 Daniel DunbarTweak CGCall functions:
2008-09-09 Daniel DunbarFactor CodeGenFunction::StartFunction out of GenerateCo...
2008-09-09 Daniel DunbarChange CodeGen to emit calls using (RValue,Type) list:
2008-09-08 Daniel DunbarRefactor parameter attribute handling: