aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/ObjCARC/ObjCARCContract.cpp
AgeCommit message (Expand)Author
2013-03-25Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc...Michael Gottesman
2013-03-22Kill every call to @clang.arc.use in the ARC contract phase.John McCall
2013-02-07Moved some comments due to the recent refactoring of ObjCARC.Michael Gottesman
2013-01-29Fixed 2 more header comments...Michael Gottesman
2013-01-29Fixed some whitespace/80+ violations. Also added a space after a namespace de...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-29Extracted ObjCARCContract from ObjCARCOpts into its own file.Michael Gottesman