| Age | Commit message (Expand) | Author |
| 2011-12-06 | Fix an extremely stupid bug causing terrible miscompilations | John McCall |
| 2011-11-29 | Make sure that forward declarations are marked as such in the debug info | Eric Christopher |
| 2011-11-15 | The optimizers figured out how to make this store 6. | Nick Lewycky |
| 2011-11-14 | In ARC, don't reclaim objects of Class type. | John McCall |
| 2011-11-10 | Add invariant.load metadata to loads from selector references. Allows these ... | Pete Cooper |
| 2011-11-10 | Whenever explicitly activating or deactivating a cleanup, we | John McCall |
| 2011-11-10 | Fix a subtle bug with cleanups: when activating | John McCall |
| 2011-11-10 | Enter the cleanups for a block outside the enclosing | John McCall |
| 2011-11-09 | Emit the copy and dipose helpers for ARC __strong | John McCall |
| 2011-11-09 | Extract the blocks-related ARC tests into their own file. | John McCall |
| 2011-11-08 | Bind function "r-values" as l-values when emitting them as | John McCall |
| 2011-10-31 | In x86_64, when calling an Objective-C method that returns a _Complex long do... | Anders Carlsson |
| 2011-10-28 | Fix test for LLVM change r143186. | Nick Lewycky |
| 2011-10-27 | objc: fix an ir-gen crash caused by recent | Fariborz Jahanian |
| 2011-10-27 | Move these test from checking assembly to checking LLVM IR. Should fix fallout | Nick Lewycky |
| 2011-10-26 | Objective-c: fix an ir-gen crash where objc messag returns a _Complex | Fariborz Jahanian |
| 2011-10-19 | Add block information for ObjC @catch blocks. | Eric Christopher |
| 2011-10-17 | Strip qualifiers off the type of an implicit property defined by | John McCall |
| 2011-10-06 | When constructing debug information for synthesized variables for the | Eric Christopher |
| 2011-10-04 | Mark calls to objc_retainBlock that don't result from casts | John McCall |
| 2011-10-02 | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall |
| 2011-10-01 | When performing an @throw in ARC, retain + autorelease | John McCall |
| 2011-10-01 | Parse attributes written in an ObjC method parameter type as | John McCall |
| 2011-10-01 | Allow the results of cf_returns_not_retained function | John McCall |
| 2011-09-30 | objc gc: assigning to an objc object struct member through an ivar | Fariborz Jahanian |
| 2011-09-23 | objc-gc: Fix a corner case where clang fails to generate GC | Fariborz Jahanian |
| 2011-09-19 | Throw the switch to convert clang to the new exception handling model! | Bill Wendling |
| 2011-09-19 | Tighten check to match an ivar with corresponding property by using ObjCImple... | Devang Patel |
| 2011-09-13 | Correctly generate IR for casted "builtin" functions, where | John McCall |
| 2011-09-13 | Turn off the generation of unaligned atomic load/store; I'm going to explicit... | Eli Friedman |
| 2011-09-13 | A strong property of block type has "copy" setter semantics, not "retain". | John McCall |
| 2011-09-13 | Don't use native atomics on ivars whose size is not a power of two, | John McCall |
| 2011-09-13 | This test seems pretty low-value. | John McCall |
| 2011-09-13 | Always emit bitfield properties using expression behavior, even if they're | John McCall |
| 2011-09-13 | Unify the decision of how to emit property getters and setters into a | John McCall |
| 2011-09-10 | When converting a block pointer to an Objective-C pointer type, extend | John McCall |
| 2011-09-08 | Allow C++0x enumerations with a fixed underlying type in | Douglas Gregor |
| 2011-09-06 | objc-gc: Adds support for "weak" property attribute under GC. | Fariborz Jahanian |
| 2011-08-20 | Remove XFAIL/XTARGET since this is passing on the other bots. | Eric Christopher |
| 2011-08-20 | Migrate, update and FileCheckize: | Eric Christopher |
| 2011-08-20 | Migrate, update and FileCheckize: | Eric Christopher |
| 2011-08-20 | Migrate, FileCheckize and update: | Eric Christopher |
| 2011-08-19 | Add new test. | Devang Patel |
| 2011-08-19 | objc-arc: @property definitions should default to (strong) when not | Fariborz Jahanian |
| 2011-08-05 | The continue label in an ARC for-in loop should not involve | John McCall |
| 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 |