summaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/lambda-expressions.mm
Commit message (Expand)AuthorAgeFilesLines
* Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper2018-12-181-5/+5
* [CodeGen] Avoid destructing a callee-destructued struct type in aAkira Hatanaka2018-04-271-1/+27
* Revert "[CodeGen] Avoid destructing a callee-destructued struct type in a"Akira Hatanaka2018-04-271-27/+1
* [CodeGen] Avoid destructing a callee-destructued struct type in aAkira Hatanaka2018-04-271-1/+27
* [CodeGen][ObjC] Use the type of the captured field of the enclosingAkira Hatanaka2017-02-141-0/+13
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-2/+2
* CodeGen: mark ObjC cstring literals as unnamed_addrSaleem Abdulrasool2016-09-181-2/+2
* CodeGen: mark ObjC cstring literals as constantSaleem Abdulrasool2016-09-181-2/+2
* [CodeGen][ObjC] Block captures should inherit the type of the capturedAkira Hatanaka2016-09-161-0/+36
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-2/+2
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-1/+1
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-1/+2
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-2/+2
* Use private linkage for globals we already name with \01L and \01l.Rafael Espindola2014-02-271-2/+2
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-7/+7
* Compute 'this' correctly for block in lambda.Eli Friedman2013-07-121-0/+18
* Followup to r183931 to fix the lambda conversion-to-block-pointer member.Eli Friedman2013-06-131-1/+10
* Correctly emit certain implicit references to 'self' even withinJohn McCall2013-05-031-0/+22
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-9/+4
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-4/+9
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-9/+4
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-2/+11
* Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling2013-02-151-2/+2
* block literal irgen: several improvements on naming blockFariborz Jahanian2012-06-261-5/+5
* Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name s...Eli Friedman2012-03-011-0/+2
* Implement "optimization" for lambda-to-block conversion which inlines the gen...Eli Friedman2012-03-011-0/+19
* Basic coverage test for conversion-to-block-pointer for lambda expressions.Eli Friedman2012-02-281-0/+18