Age | Commit message (Expand) | Author |
---|---|---|
2013-03-29 | Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present... | Michael Gottesman |
2013-03-28 | Non optimizable objc_retainBlock calls are not forwarding. | Michael Gottesman |
2013-03-25 | Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc... | Michael Gottesman |
2013-03-22 | Kill every call to @clang.arc.use in the ARC contract phase. | John McCall |
2013-01-29 | Fixed some whitespace/80+ violations. Also added a space after a namespace de... | Michael Gottesman |
2013-01-29 | Juggled Debug.h from ObjCARC.h to only the including cpp files that | Michael Gottesman |
2013-01-29 | Extracted ObjCARCContract from ObjCARCOpts into its own file. | Michael Gottesman |
2013-01-28 | Created ObjCARCUtil.cpp for functions which in my humble opinion are too larg... | Michael Gottesman |
2013-01-28 | Refactor ObjCARCAliasAnalysis into its own file. | Michael Gottesman |
2013-01-28 | Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpand.cpp. | Michael Gottesman |