| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [arcmt] Before applying '__weak' check whether the objc class is annotated ↵ | Argyrios Kyrtzidis | 2011-07-12 | 1 | -2/+2 |
| | | | | | | | | | | | with objc_arc_weak_reference_unavailable or is in a list of classes not supporting 'weak'. rdar://9489367. llvm-svn: 135002 | ||||
| * | Change the driver's logic about Objective-C runtimes: abstract out a | John McCall | 2011-07-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | structure to hold inferred information, then propagate each invididual bit down to -cc1. Separate the bits of "supports weak" and "has a native ARC runtime"; make the latter a CodeGenOption. The tool chain is still driving this decision, because it's the place that has the required deployment target information on Darwin, but at least it's better-factored now. llvm-svn: 134453 | ||||
| * | [arcmt] Break apart Transforms.cpp. | Argyrios Kyrtzidis | 2011-06-21 | 1 | -0/+143 |
| llvm-svn: 133539 | |||||

