summaryrefslogtreecommitdiff
path: root/lib/Transforms/ObjCARC/ObjCARCContract.cpp
Commit message (Expand)AuthorAge
* [objc-arc] Updated ObjCARCContract to use ARCRuntimeEntryPoints.Michael Gottesman2013-07-06
* [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman2013-04-29
* Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc...Michael Gottesman2013-03-25
* Kill every call to @clang.arc.use in the ARC contract phase.John McCall2013-03-22
* Moved some comments due to the recent refactoring of ObjCARC.Michael Gottesman2013-02-07
* Fixed 2 more header comments...Michael Gottesman2013-01-29
* Fixed some whitespace/80+ violations. Also added a space after a namespace de...Michael Gottesman2013-01-29
* Juggled Debug.h from ObjCARC.h to only the including cpp files thatMichael Gottesman2013-01-29
* Sorted includes using utils/sort_includes.Michael Gottesman2013-01-29
* Extracted ObjCARCContract from ObjCARCOpts into its own file.Michael Gottesman2013-01-29