Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
[oota-llvm.git] / lib / Transforms / ObjCARC / PtrState.cpp
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-16 Michael Gottesman[objc-arc] Fix indentation of debug logging so it is...
2015-03-16 Michael Gottesman[objc-arc] Make the ARC optimizer more conservative...
2015-03-16 Michael Gottesman[objc-arc] Move initialization of ARCMDKindCache into...
2015-03-06 Yaron KerenSilence C4715 'not all control paths return a value...
2015-03-06 Michael Gottesman[objc-arc] Move the detection of potential uses or...
2015-03-06 Michael Gottesman[objc-arc] Move the checking of whether or not we can...
2015-03-06 Michael Gottesman[objc-arc] Refactor (Re-)initialization of PtrState...
2015-03-05 Michael GottesmanFix build error.
2015-03-05 Michael Gottesman[objc-arc] Extract out state specific to a ref count...