aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/arc-special-member-functions.mm
AgeCommit message (Expand)Author
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper
2018-04-27[CodeGen] Avoid destructing a callee-destructued struct type in aAkira Hatanaka
2018-04-27Revert "[CodeGen] Avoid destructing a callee-destructued struct type in a"Akira Hatanaka
2018-04-27[CodeGen] Avoid destructing a callee-destructued struct type in aAkira Hatanaka
2018-03-28[ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka
2016-12-14Remove custom handling of array copies in lambda by-value array capture andRichard Smith
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-10-17At -O0, prefer objc_storeStrong with a null new value to theJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-07-28Fix a couple of problems with initialization and assignment toJohn McCall
2011-07-12Switch field destruction over to use the new destroyer-based APIJohn McCall
2011-07-10Fix the clang bootstrap and Jay's testcase from llvm-dev by being completelyChris Lattner
2011-06-15Automatic Reference Counting.John McCall