| Age | Commit message (Expand) | Author |
| 2013-02-13 | objective-C: Make order of ivars which are synthesized | Fariborz Jahanian |
| 2013-02-12 | Properly assemble PHIs after a null-checked invoke of objc_msgSend. | John McCall |
| 2013-02-12 | In ARC, emit non-peepholed +1s within the full-expression instead | John McCall |
| 2013-02-12 | Split a couple of tests out into their own file. | John McCall |
| 2013-02-05 | Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_RE... | Michael Gottesman |
| 2013-02-02 | On platforms which do not support ARC natively, do not mark objc_retain/objc_... | Michael Gottesman |
| 2013-02-02 | Generalize DebugInfo tests by avoiding explicit metadata numbers | David Blaikie |
| 2013-01-28 | Tests: remove disabled llvm-gcc invocations | Dmitri Gribenko |
| 2013-01-26 | PR14566: Debug Info: avoid top level lexical blocks in functions | David Blaikie |
| 2013-01-17 | objC block layout: Patch reorders block layout to | Fariborz Jahanian |
| 2013-01-11 | Enable the new (more C++-like, less broken) EH model when targeting the GNUstep | David Chisnall |
| 2013-01-05 | In my last patch initialize the destination to null (with a simple store) bef... | Fariborz Jahanian |
| 2013-01-05 | Fix testing case for Release build (r171493) | Manman Ren |
| 2013-01-04 | objective-C arc: in copy helper function for | Fariborz Jahanian |
| 2013-01-04 | Debug Info: fix the line location for cleanup code of a block function | Manman Ren |
| 2012-12-28 | Change this to an IR test instead of an assembly test (as per comment in r171... | David Blaikie |
| 2012-12-27 | Update test for backend change. | Eric Christopher |
| 2012-12-20 | Robustify the @encode code and add support for _Atomic. | John McCall |
| 2012-12-17 | Reapply r170344, this time without forgetting to commit the header changes. | David Chisnall |
| 2012-12-17 | Revert "Added support for new property helpers (GNUstep runtime)." | Benjamin Kramer |
| 2012-12-17 | Added support for new property helpers (GNUstep runtime). | David Chisnall |
| 2012-12-12 | Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue | Chad Rosier |
| 2012-12-11 | objective-C blocks: Check for record type when deciding if | Fariborz Jahanian |
| 2012-12-07 | Fix the required args count for variadic blocks. | John McCall |
| 2012-12-07 | clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit t... | NAKAMURA Takumi |
| 2012-12-06 | Rework the bitfield access IR generation to address PR13619 and | Chandler Carruth |
| 2012-12-04 | objective-c blocks: Consider padding due to alignment | Fariborz Jahanian |
| 2012-11-28 | objective-C blocks: Make sure that identical logic is used | Fariborz Jahanian |
| 2012-11-27 | objective-C arc: load of a __weak object happens via call to | Fariborz Jahanian |
| 2012-11-15 | block extended signatur option. Change previous option | Fariborz Jahanian |
| 2012-11-15 | objective-C blocks: make cc1 flag -encode-extended-block-signature | Fariborz Jahanian |
| 2012-11-14 | objective-C blocks: under cc1 flag -encode-extended-block-signature, | Fariborz Jahanian |
| 2012-11-14 | objective-C blocks: Provide layout map for byref | Fariborz Jahanian |
| 2012-11-10 | objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31. | Fariborz Jahanian |
| 2012-11-07 | Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note that | David Chisnall |
| 2012-11-06 | Put something sane in the DWARF offset field for bitfield ObjC ivars. | Eli Friedman |
| 2012-11-06 | Fix a silly mistake in r167437. | Eli Friedman |
| 2012-11-06 | Minor fix to ObjC layout bitmap metadata. Found while I was trying to | Eli Friedman |
| 2012-11-05 | Tests for 32bit version of block ivar layout metadata. | Fariborz Jahanian |
| 2012-11-04 | Fixes liftime of captured block variables in mrr mode, per John's feedback, as | Fariborz Jahanian |
| 2012-11-03 | Simplify these tests again, now that we're past the version skew. | David Blaikie |
| 2012-11-02 | Avoid version skew by making ObjC strict metadata tests resilient to new field. | David Blaikie |
| 2012-11-02 | objective-C mrr block. Block variable layout metadata in | Fariborz Jahanian |
| 2012-11-01 | Update the front end to use minsize attribute | Quentin Colombet |
| 2012-11-01 | objective-C block meta-data. This patch completes meta-data | Fariborz Jahanian |
| 2012-10-26 | Don't crash synthesizing an ObjC property with an empty struct type. <rdar:/... | Eli Friedman |
| 2012-10-25 | Correct test inovocations to use %clang_cc1 rather than direct invocation (so... | David Tweed |
| 2012-10-24 | A number of test cases assume that an "int" parameter or return value | Ulrich Weigand |
| 2012-10-24 | Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corres... | NAKAMURA Takumi |
| 2012-10-24 | clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532. | NAKAMURA Takumi |