summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us half...Anders Carlsson2009-12-241-15/+32
* Pass ReturnValueSlot to EmitCall. No functionality change yet.Anders Carlsson2009-12-241-0/+1
* implement PR5274: mark 'restrict' parameters as noaliasNuno Lopes2009-12-071-0/+3
* Make functions returning a struct indirectly evaluate the returned structEli Friedman2009-12-041-1/+1
* Add VTT parameter to base ctors/dtors with virtual bases. (They aren't used y...Anders Carlsson2009-11-251-0/+36
* It is common for vtables to contain pointers to functions that have either in...Anders Carlsson2009-11-241-0/+26
* The ssp and sspreq function attributes should only be applied to function def...Anders Carlsson2009-11-161-5/+0
* Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.Chandler Carruth2009-11-121-4/+4
* Set OptimizeForSize LLVM function attribute with -Os.Daniel Dunbar2009-10-271-0/+2
* Twinify CodeGenFunction::CreateTempAllocaDaniel Dunbar2009-10-191-3/+2
* Use new predicates for some type equality tests.Benjamin Kramer2009-10-051-2/+1
* Implement code generation of member function pointer calls. Fixes PR5121.Anders Carlsson2009-10-031-0/+15
* Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall2009-09-241-1/+1
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-2/+2
* x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or...Anders Carlsson2009-09-161-1/+3
* Change CodeGenModule::ConstructTypeAttributes to return the calling conventionDaniel Dunbar2009-09-121-6/+9
* Set the calling convention based on the CGFunctionInfo.Daniel Dunbar2009-09-111-3/+3
* Add CallingConvention argument to CGFunctionInfo.Daniel Dunbar2009-09-111-16/+49
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-73/+73
* Update for LLVM API change.Owen Anderson2009-08-131-3/+4
* map previously ignored __attribute((malloc)) to noalias attribute of llvm fun...Ryan Flynn2009-08-091-0/+2
* Add support for global initializers.Anders Carlsson2009-08-081-1/+1
* Use Twine instead of utostrDaniel Dunbar2009-08-021-1/+1
* Update for LLVM API change.Owen Anderson2009-07-311-1/+1
* Allow functions to be marked "implicit return zero" and so mark main().John McCall2009-07-281-0/+13
* Update for LLVM API change, and contextify a bunch of related stuff.Owen Anderson2009-07-141-1/+1
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-6/+6
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-5/+5
* Make the StackProtector bitfield use enums instead of obscure numbers.Bill Wendling2009-06-281-2/+2
* Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling2009-06-281-0/+5
* fix PR4423.Chris Lattner2009-06-231-1/+2
* Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor2009-06-181-5/+6
* Fix PR4372, another case where non-prototyped functions can prevent Chris Lattner2009-06-131-4/+36
* Add new ABIArgInfo kind: Extend. This allows target to implement its own argu...Anton Korobeynikov2009-06-061-20/+26
* Factor out TargetABIInfo stuff into separate file. No functionality change.Anton Korobeynikov2009-06-051-1368/+0
* Set function Attribute::NoImplicitFloat appropriately.Devang Patel2009-06-051-0/+2
* ABI handling: Fix nasty thinko where IRgen could generate an out-of-bounds readDaniel Dunbar2009-06-051-7/+8
* Set function attribute llvm::Attribute::NoRedZone appropriately.Devang Patel2009-06-041-0/+4
* When trying to pass an argument on the stack, assume LLVM will do the rightDaniel Dunbar2009-05-261-3/+19
* x86_64 ABI: Account for sret parameters consuming an integer register.Daniel Dunbar2009-05-221-0/+5
* Set correct calling convention even if there is a bitcast in the way.Torok Edwin2009-05-221-1/+1
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-2/+2
* Add EmitReferenceBindingToExpr. Have EmitCallArg use it for now. Doesn't supp...Anders Carlsson2009-05-201-0/+3
* Pass the destination QualType to EmitStoreOfScalar. No functionality change.Anders Carlsson2009-05-191-3/+3
* Clean up some unnecessary includes.Eli Friedman2009-05-191-2/+0
* Reflow some comments.Mike Stump2009-05-161-52/+45
* ABI handling: Fix invalid assertion, it is possible for a validDaniel Dunbar2009-05-131-6/+16
* static methods don't get this pointers.Chris Lattner2009-05-121-4/+4
* Darwin x86-32 ABI: Now that structure passing is farther along, weDaniel Dunbar2009-05-121-12/+5
* x86-64 ABI: clang incorrectly passes union { long double, float } inDaniel Dunbar2009-05-121-1/+2
OpenPOWER on IntegriCloud