summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Darwin x86-32: Multi-dimensional arrays were not handled correctly,Daniel Dunbar2009-05-111-9/+12
* Darwin x86_32: Treat records with unnamed bit-fields as "empty".Daniel Dunbar2009-05-111-19/+27
* Correct for renaming PaddedSize -> AllocSize inDuncan Sands2009-05-091-4/+4
* x86_64 ABI: Ignore padding bit-fields during classification.Daniel Dunbar2009-05-081-2/+5
* Darwin x86_32: When coercing a "single element" structure, make sureDaniel Dunbar2009-05-081-4/+8
* Darwin x86_32: Ignore padding bit-fields when looking for "singleDaniel Dunbar2009-05-081-4/+8
* Darwin x86_32: Improve bit-field handling for returning records.Daniel Dunbar2009-05-081-4/+0
* Darwin x86_32: Ignore arrays of empty structures inside records.Daniel Dunbar2009-05-081-0/+7
* fix i128 to return in 2 64-bit registers (rax/rdx on x86-64)Chris Lattner2009-04-301-2/+2
* initial support for __[u]int128_t, which should be basicallyChris Lattner2009-04-301-1/+3
* x86-32 ABI: Fix crash on return of structure with flexible arrayDaniel Dunbar2009-04-271-4/+10
* Remove getIntegerConstantExprValue in favor of using EvaluateAsInt.Eli Friedman2009-04-261-2/+1
* Pass and return aggregate types directly to function calls.Sanjiv Gupta2009-04-211-0/+41
* Make CodeGenFunction::EmitCallArgs a template function that takes a generic "...Anders Carlsson2009-04-181-32/+0
* Update to use hasAttr() instead of getAttr().Daniel Dunbar2009-04-131-4/+4
* Don't set both readnone and readonly.Daniel Dunbar2009-04-101-2/+2
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-22/+24
* Add code for emitting call arguments (not used yet).Anders Carlsson2009-04-081-0/+36
* Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379.Anders Carlsson2009-04-081-13/+0
OpenPOWER on IntegriCloud