Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all DISABLE lines from tests | Alp Toker | 2013-12-08 | 1 | -1/+0 |
| | | | | | | | | There's no evidence that a 'DISABLE' directive ever existed. Let's see if anything breaks.. llvm-svn: 196733 | ||||
* | [arcmt] GC migrator: don't try to remove redundant __strong, it does | Argyrios Kyrtzidis | 2012-02-25 | 1 | -3/+1 |
| | | | | | | | | more harm than good. Fixes rdar://10522805&10521433 llvm-svn: 151424 | ||||
* | objc-arc: introduce -no-finalize-removal which in gc mode, | Fariborz Jahanian | 2012-01-26 | 1 | -0/+92 |
leaves "finalize' behind and in arc mode, does not include it. This allows the migrated source to be compiled in both gc and arc mode. // rdar://10532441 llvm-svn: 149079 |