summaryrefslogtreecommitdiff
path: root/lib/Transforms/ObjCARC/ObjCARCUtil.cpp
Commit message (Expand)AuthorAge
* [objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky's suggestion. Also re...Michael Gottesman2013-07-10
* [objc-arc] Teach the ARC optimizer that objc_sync_enter/objc_sync_exit do not...Michael Gottesman2013-07-07
* [ObjCARC Annotations] Added support for displaying the state of pointers at t...Michael Gottesman2013-03-26
* Kill every call to @clang.arc.use in the ARC contract phase.John McCall2013-03-22
* Fixed 2 more header comments...Michael 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
* Created ObjCARCUtil.cpp for functions which in my humble opinion are too larg...Michael Gottesman2013-01-28