summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the CGCXXABI member on CodeGenTypes.Mark Lacey2013-10-021-2/+1
* Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occursNick Lewycky2013-10-021-13/+17
* No functionality change. Reflow lines that could fit on one line. Break linesNick Lewycky2013-10-011-3/+5
* Fix constructor-related typos.Benjamin Kramer2013-09-091-1/+1
* Add ms_abi and sysv_abi attribute handling.Charles Davis2013-08-301-0/+2
* Delete CC_Default and use the target default CC everywhereReid Kleckner2013-08-271-15/+0
* Only add this attribute when it's set. If it's not there, the assumption is t...Bill Wendling2013-08-221-15/+2
* Abstract out virtual calls and virtual function prologue code generation; imp...Timur Iskhodzhanov2013-08-211-2/+14
* Use function attributes to indicate if we don't want to realign the stack.Bill Wendling2013-08-011-0/+3
* Use the new boolean to StringRef function to generate the proper StringRefs.Bill Wendling2013-07-261-6/+6
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-251-0/+12
* Use the updated name for the attribute.Bill Wendling2013-07-221-1/+1
* Use function attributes to pass along the stack protector buffer size instead...Bill Wendling2013-07-121-0/+2
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-051-1/+1
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-301-27/+8
* [ms-cxxabi] Destroy temporary record arguments in the calleeReid Kleckner2013-06-211-2/+41
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-191-8/+27
* CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin2013-06-181-27/+8
* Simplify: we don't need any special-case lifetime extension when initializingRichard Smith2013-06-121-2/+1
* Fix a FIXME in a testcase about packed structs and calls I left aroundEli Friedman2013-06-111-1/+10
* Fix CoerceIntOrPtrToIntOrPtr on big-endian targets.Jakob Stoklund Olesen2013-06-051-2/+23
* Heed ABIArgInfo::getInReg() for return values.Jakob Stoklund Olesen2013-06-051-1/+4
* 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
OpenPOWER on IntegriCloud