aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
AgeCommit message (Expand)Author
2013-02-23Fixed a careless mistake.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-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-29Extracted ObjCARCContract from ObjCARCOpts into its own file.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-28Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpand.cpp.Michael Gottesman
2013-01-28Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman