summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Do not reuse the debug location of the return value's store if there is autor...Adrian Prantl2013-05-301-2/+4
* Fix bad indentation.Jakob Stoklund Olesen2013-05-291-4/+4
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-8/+4
* Correctly emit certain implicit references to 'self' even withinJohn McCall2013-05-031-1/+1
* Ensure that the line table for functions with cleanups is sequential.Adrian Prantl2013-05-021-2/+5
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-5/+4
* Fix uninitialized read of CalleeWithThisReturn.Manman Ren2013-03-261-1/+1
* Fix uninitialized read of CalleeWithThisReturn.Evgeniy Stepanov2013-03-261-1/+1
* Under ARC, when we're passing the address of a strong variableJohn McCall2013-03-231-10/+81
* Exploit this-return of a callsite in a this-return function.Manman Ren2013-03-201-0/+25
* revert r177211 due to its potential issuesManman Ren2013-03-161-12/+0
* Exploit this-return of a callsite in a this-return function.Manman Ren2013-03-161-0/+12
* Have these attriubtes set to 'true' or 'false'.Bill Wendling2013-03-131-52/+16
* Fix indirect byval passing of records in address spaced memory. Allocate memo...Guy Benyei2013-03-101-2/+8
* Change hasAggregateLLVMType, which conflates complex andJohn McCall2013-03-071-69/+55
* Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of aRichard Smith2013-03-051-1/+4
* Add more of the command line options as attribute flags.Bill Wendling2013-02-281-0/+60
* Use the actual ABI-determined C calling convention for runtimeJohn McCall2013-02-281-6/+79
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-13/+0
* Temporarily revert r176133 until testcases are modified.Bill Wendling2013-02-261-0/+13
* Don't set the -target-cpu and -target-features attributes just now.Bill Wendling2013-02-261-13/+0
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-59/+1
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-1/+59
* Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne2013-02-231-4/+0
* Make sure we apply attributes to correct places.Bill Wendling2013-02-221-13/+17
* Add support for coldcc to clangPeter Collingbourne2013-02-221-0/+4
* Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-b...Bill Wendling2013-02-221-3/+8
* Temporarily revert r175471 for more review.Bill Wendling2013-02-191-3/+0
* Add a 'no-builtin' attribute if we do not want to simplify calls.Bill Wendling2013-02-181-0/+3
* Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling2013-02-151-0/+13
* Revert accidental commit.Bill Wendling2013-02-141-13/+0
* Pass the target options through to code generation.Bill Wendling2013-02-141-0/+13
* Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled asRichard Smith2013-01-301-8/+6
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-271-22/+13
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-231-4/+6
* Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith2013-01-171-1/+2
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-3/+3
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-1/+2
* Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei2012-12-251-0/+4
* Rename llvm::Attributes to llvm::Attribute.Bill Wendling2012-12-201-40/+40
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-40/+40
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-40/+40
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-3/+3
* Fix the required args count for variadic blocks.John McCall2012-12-071-12/+47
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* Merge function types in C.Rafael Espindola2012-11-291-1/+9
* ABI: comments from Eli on r168820.Manman Ren2012-11-281-0/+2
* ABI: modify CreateCoercedLoad and CreateCoercedStore to not use load or store ofManman Ren2012-11-281-12/+12
* objective-C arc: load of a __weak object happens via call toFariborz Jahanian2012-11-271-4/+12
* Update method calls to the new interface re r168354.Bill Wendling2012-11-201-1/+2
OpenPOWER on IntegriCloud