summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjCXX/arc.mm
Commit message (Expand)AuthorAgeFilesLines
* In ARC, peephole the initialization of a __weak variable withJohn McCall2015-10-211-0/+10
* Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer2015-04-221-0/+27
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-1/+1
* Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber2015-04-111-27/+0
* Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison2015-04-101-0/+27
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-11/+11
* Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison2014-12-011-27/+0
* Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison2014-12-011-0/+27
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-1/+1
* Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison2014-10-081-27/+0
* Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison2014-10-081-0/+27
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-10/+10
* Drop ObjCIndirectCopyRestoreExprs during template instantiation.John McCall2013-04-111-0/+22
* Under ARC, when we're passing the address of a strong variableJohn McCall2013-03-231-0/+2
* objective-C arc: load of a __weak object happens via call toFariborz Jahanian2012-11-271-1/+6
* Don't crash *or* insert a bogus autorelease when emitting aJohn McCall2012-07-311-0/+16
* Fix a Sema invariant bug that I recently introduced involvingJohn McCall2012-04-061-0/+11
* Make sure that we infer __strong, etc. when we instantiate variablesDouglas Gregor2011-12-101-0/+17
* Use the right CHECK prefix so that we actually do this checking. Miraculously...Douglas Gregor2011-12-101-13/+13
* When we manage to re-use an expression during tree transformation (=Douglas Gregor2011-12-101-0/+15
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Clean up the analysis of the collection operand to ObjCJohn McCall2011-07-271-0/+45
* In ARC, reclaim all return values of retainable type, not just thoseJohn McCall2011-07-071-8/+12
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-1/+1
* Be sure to try a final ARC-production even in Objective-C++.John McCall2011-06-161-0/+10
* Automatic Reference Counting.John McCall2011-06-151-0/+152
OpenPOWER on IntegriCloud