aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/arc-blocks.mm
AgeCommit message (Expand)Author
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka
2018-10-01Revert r343518.Akira Hatanaka
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka
2018-09-09Revert r341754.Akira Hatanaka
2018-09-08Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka
2018-08-28Define variables in test case rather than using values from functionsAkira Hatanaka
2018-08-10[CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka
2018-07-26[CodeGen][ObjC] Make block copy/dispose helper functions exception-safe.Akira Hatanaka
2017-02-13[test] Make Lit tests C++11 Compatible - Objective-C++Charles Li
2016-09-20CodeGen: further merge cstring literal constructionSaleem Abdulrasool
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
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
2014-02-27Use private linkage for globals we already name with \01L and \01l.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-01-22Use the correct field to copy/dispose a __block variable.John McCall