summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/ObjCARC/PtrState.cpp
Commit message (Expand)AuthorAgeFilesLines
* ObjCARC: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-191-4/+4
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-3/+5
* [objc-arc] Fix indentation of debug logging so it is easy to read the output.Michael Gottesman2015-03-161-15/+20
* [objc-arc] Make the ARC optimizer more conservative by forcing it to be non-s...Michael Gottesman2015-03-161-1/+0
* [objc-arc] Move initialization of ARCMDKindCache into the class itself. I als...Michael Gottesman2015-03-161-2/+4
* Silence C4715 'not all control paths return a value' warnings.Yaron Keren2015-03-061-0/+3
* [objc-arc] Move the detection of potential uses or altering of a ref count on...Michael Gottesman2015-03-061-0/+153
* [objc-arc] Move the checking of whether or not we can match onto PtrStates an...Michael Gottesman2015-03-061-0/+50
* [objc-arc] Refactor (Re-)initialization of PtrState from dataflow -> {TopDown...Michael Gottesman2015-03-061-0/+51
* Fix build error.Michael Gottesman2015-03-051-1/+25
* [objc-arc] Extract out state specific to a ref count from the main objc arc s...Michael Gottesman2015-03-051-0/+115
OpenPOWER on IntegriCloud