aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/ObjCARC
AgeCommit message (Expand)Author
2013-03-29Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...Michael Gottesman
2013-03-29Removed trailing whitespace.Michael Gottesman
2013-03-28Removed dead code from ObjCARCOpts relating to tracking objc_retainBlocks thr...Michael Gottesman
2013-03-28Non optimizable objc_retainBlock calls are not forwarding.Michael Gottesman
2013-03-28[ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...Michael Gottesman
2013-03-26[ObjCARC Annotations] Added support for displaying the state of pointers at t...Michael Gottesman
2013-03-26[ObjCARC Annotations] Implemented ARC annotation metadata to expose the ARC d...Michael Gottesman
2013-03-25Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc...Michael Gottesman
2013-03-23Change method name ClearRefCount => ClearKnownPositiveRefCount to match the n...Michael Gottesman
2013-03-23Changed the method name PtrState.IsKnownIncremented() to PtrState.HasKnownPos...Michael Gottesman
2013-03-22Kill every call to @clang.arc.use in the ARC contract phase.John McCall
2013-02-23Fixed a careless mistake.Michael Gottesman
2013-02-15Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer
2013-02-12Changed isStoredObjCPointer => IsStoredObjCPointer. No functionality change.Michael Gottesman
2013-02-07Moved some comments due to the recent refactoring of ObjCARC.Michael Gottesman
2013-02-05Removed explicit inline as per the LLVM style guide.Michael Gottesman
2013-01-29Made certain small functions in PtrState inlined.Michael Gottesman
2013-01-29Removed trailing comma in last element of enum declaration.Michael Gottesman
2013-01-29Moved S_Stop back to its previous position in the sequence order.Michael Gottesman
2013-01-29Fixed a few debug messages and some 80+ violations.Michael Gottesman
2013-01-29Added some periods to some comments and added an overload for operator<< for ...Michael Gottesman
2013-01-29Changed DoesObjCBlockEscape => DoesRetainableObjPtrEscape so I can use it to ...Michael Gottesman
2013-01-29Hopefully fix the Windows build failure introduced in r173769Timur Iskhodzhanov
2013-01-29Fixed 2 more header comments...Michael Gottesman
2013-01-29Fixed header comment.Michael Gottesman
2013-01-29Fixed some whitespace/80+ violations. Also added a space after a namespace de...Michael Gottesman
2013-01-29Added missing dashes from header declaration comment.Michael Gottesman
2013-01-29Juggled Debug.h from ObjCARC.h to only the including cpp files thatMichael Gottesman
2013-01-29Sorted includes using utils/sort_includes.Michael Gottesman
2013-01-29Added two missing headers from ObjCARCAliasAnalysis.h.Michael Gottesman
2013-01-29Removed InstCombine/Targets as library dependencies for libObjCARCOpts since ...Michael Gottesman
2013-01-29Extracted ObjCARCContract from ObjCARCOpts into its own file.Michael Gottesman
2013-01-29Removed some cruft from ObjCARCAliasAnalysis.cpp.Michael Gottesman
2013-01-28Created ObjCARCUtil.cpp for functions which in my humble opinion are too larg...Michael Gottesman
2013-01-28Cleaned up includes in various ObjCARC files and removed some whitespace viol...Michael Gottesman
2013-01-28Refactor ObjCARCAliasAnalysis into its own file.Michael Gottesman
2013-01-28Refactored out pass ObjCARCAPElim from ObjCARCOpts.cpp => ObjCARCAPElim.cpp.Michael Gottesman
2013-01-28Fixed case insensitive issue.Michael Gottesman
2013-01-28Removed extraneous doxygen end module statement.Michael Gottesman
2013-01-28Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpand.cpp.Michael Gottesman
2013-01-28Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman