summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/arc.m
Commit message (Expand)AuthorAgeFilesLines
* Make sure we perform the relevant implied conversions correctly for ObjC meth...Eli Friedman2012-03-301-12/+4
* Make sure null initialization in arrays works correctly with ARC types. <rda...Eli Friedman2012-02-221-0/+12
* objc-arc: Perform null check on receiver before sending methods whichFariborz Jahanian2012-01-301-2/+7
* revert r149184Fariborz Jahanian2012-01-291-6/+2
* When emitting an ARC epilogue that looks like a return of 'self',John McCall2012-01-291-0/+11
* Get a little bit smarter about killing off the ReturnValue allocaJohn McCall2012-01-291-30/+15
* objc-arc: Perform null check on receiver before sending methods whichFariborz Jahanian2012-01-281-2/+6
* In ARC, don't reclaim objects of Class type.John McCall2011-11-141-0/+24
* Extract the blocks-related ARC tests into their own file.John McCall2011-11-091-428/+0
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-2/+2
* Parse attributes written in an ObjC method parameter type asJohn McCall2011-10-011-0/+24
* A strong property of block type has "copy" setter semantics, not "retain".John McCall2011-09-131-0/+20
* When converting a block pointer to an Objective-C pointer type, extendJohn McCall2011-09-101-0/+37
* objc-arc: @property definitions should default to (strong) when notFariborz Jahanian2011-08-191-0/+16
* This test still hangs on win32, despite XFAIL it. Remove XFAIL.Ted Kremenek2011-08-041-1/+0
* XFAIL arc.m codegen test on win32 because it is currently hanging. Need to i...Ted Kremenek2011-08-041-0/+1
* Use the general conditional-cleanup framework instead of rolling ourJohn McCall2011-08-031-3/+52
* In ARC, don't try to reclaim the result of a call to performSelectorJohn McCall2011-08-031-0/+36
* Fix a couple of problems with initialization and assignment toJohn McCall2011-07-281-0/+70
* The lock operand to an @synchronized statement is also John McCall2011-07-271-0/+18
* Document the existing objc_precise_lifetime attribute.John McCall2011-07-221-0/+50
* In ARC, non-atomic getters do not need to retain and autoreleaseJohn McCall2011-07-221-0/+38
* In Objective-C, pull arbitrary attributes from overriddenJohn McCall2011-07-221-0/+26
* Don't crash if defining -dealloc in a category.John McCall2011-07-131-0/+10
* Okay, that rule about zero-length arrays applies to destroyingJohn McCall2011-07-131-2/+4
* In ARC mode, consider Objective-C lifetime types (object pointers andDouglas Gregor2011-07-121-0/+14
* Switch field destruction over to use the new destroyer-based APIJohn McCall2011-07-121-5/+4
* keep track of whether being in a RS_StructPointer stateChris Lattner2011-07-101-4/+4
* Fix the clang bootstrap and Jay's testcase from llvm-dev by being completelyChris Lattner2011-07-101-3/+3
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-9/+9
* A number of array-related IR-gen cleanups.John McCall2011-07-091-22/+16
* In ARC, reclaim all return values of retainable type, not just thoseJohn McCall2011-07-071-15/+36
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-2/+2
* Change the IR-generation of VLAs so that we capture bounds,John McCall2011-06-241-17/+20
* Automatic Reference Counting.John McCall2011-06-151-0/+1511