Age | Commit message (Expand) | Author |
2013-03-23 | Make clang to mark static stack allocations with lifetime markers to enable a... | Nadav Rotem |
2013-03-23 | Under ARC, when we're passing the address of a strong variable | John McCall |
2013-03-19 | Add a clarifying note when a return statement is rejected because | John McCall |
2013-03-13 | Tighten up the rules for precise lifetime and document | John McCall |
2013-02-28 | Add more of the command line options as attribute flags. | Bill Wendling |
2013-02-27 | Reapply r176133 with testcase fixes. | Bill Wendling |
2013-02-25 | Revert "Add more attributes from the command line to functions." | Anna Zaks |
2013-02-25 | Add more attributes from the command line to functions. | Bill Wendling |
2013-02-22 | Update to use references to attribute groups instead of listing the attribute... | Bill Wendling |
2013-02-21 | objective-C arc IR-gen. Retaining of strong | Fariborz Jahanian |
2013-02-20 | Modify the tests to use attribute group references instead of listing the | Bill Wendling |
2013-02-15 | Add the 'target-cpu' and 'target-features' attributes to functions. | Bill Wendling |
2013-02-12 | Split a couple of tests out into their own file. | John McCall |
2013-02-02 | On platforms which do not support ARC natively, do not mark objc_retain/objc_... | Michael Gottesman |
2012-12-12 | Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue | Chad Rosier |
2012-11-27 | objective-C arc: load of a __weak object happens via call to | Fariborz Jahanian |
2012-10-17 | Set a special flag in class metadata when an Objective-C class | John McCall |
2012-09-06 | Fixing the return type information for objc_sync_enter and objc_sync_exit. P... | Aaron Ballman |
2012-08-07 | objc-arc: set nonlazybind attribute on objc_retain/ | Fariborz Jahanian |
2012-03-30 | Make sure we perform the relevant implied conversions correctly for ObjC meth... | Eli Friedman |
2012-02-22 | Make sure null initialization in arrays works correctly with ARC types. <rda... | Eli Friedman |
2012-01-30 | objc-arc: Perform null check on receiver before sending methods which | Fariborz Jahanian |
2012-01-29 | revert r149184 | Fariborz Jahanian |
2012-01-29 | When emitting an ARC epilogue that looks like a return of 'self', | John McCall |
2012-01-29 | Get a little bit smarter about killing off the ReturnValue alloca | John McCall |
2012-01-28 | objc-arc: Perform null check on receiver before sending methods which | Fariborz Jahanian |
2011-11-14 | In ARC, don't reclaim objects of Class type. | John McCall |
2011-11-09 | Extract the blocks-related ARC tests into their own file. | John McCall |
2011-10-02 | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall |
2011-10-01 | Parse attributes written in an ObjC method parameter type as | John McCall |
2011-09-13 | A strong property of block type has "copy" setter semantics, not "retain". | John McCall |
2011-09-10 | When converting a block pointer to an Objective-C pointer type, extend | John McCall |
2011-08-19 | objc-arc: @property definitions should default to (strong) when not | Fariborz Jahanian |
2011-08-04 | This test still hangs on win32, despite XFAIL it. Remove XFAIL. | Ted Kremenek |
2011-08-04 | XFAIL arc.m codegen test on win32 because it is currently hanging. Need to i... | Ted Kremenek |
2011-08-03 | Use the general conditional-cleanup framework instead of rolling our | John McCall |
2011-08-03 | In ARC, don't try to reclaim the result of a call to performSelector | John McCall |
2011-07-28 | Fix a couple of problems with initialization and assignment to | John McCall |
2011-07-27 | The lock operand to an @synchronized statement is also | John McCall |
2011-07-22 | Document the existing objc_precise_lifetime attribute. | John McCall |
2011-07-22 | In ARC, non-atomic getters do not need to retain and autorelease | John McCall |
2011-07-22 | In Objective-C, pull arbitrary attributes from overridden | John McCall |
2011-07-13 | Don't crash if defining -dealloc in a category. | John McCall |
2011-07-13 | Okay, that rule about zero-length arrays applies to destroying | John McCall |
2011-07-12 | In ARC mode, consider Objective-C lifetime types (object pointers and | Douglas Gregor |
2011-07-12 | Switch field destruction over to use the new destroyer-based API | John McCall |
2011-07-10 | keep track of whether being in a RS_StructPointer state | Chris Lattner |
2011-07-10 | Fix the clang bootstrap and Jay's testcase from llvm-dev by being completely | Chris Lattner |
2011-07-09 | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner |
2011-07-09 | A number of array-related IR-gen cleanups. | John McCall |