aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/ObjCARC/PtrState.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner1-2/+2
2015-10-19ObjCARC: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-4/+4
2015-03-23Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer1-3/+5
2015-03-16[objc-arc] Fix indentation of debug logging so it is easy to read the output.Michael Gottesman1-15/+20
2015-03-16[objc-arc] Make the ARC optimizer more conservative by forcing it to be non-s...Michael Gottesman1-1/+0
2015-03-16[objc-arc] Move initialization of ARCMDKindCache into the class itself. I als...Michael Gottesman1-2/+4
2015-03-06Silence C4715 'not all control paths return a value' warnings.Yaron Keren1-0/+3
2015-03-06[objc-arc] Move the detection of potential uses or altering of a ref count on...Michael Gottesman1-0/+153
2015-03-06[objc-arc] Move the checking of whether or not we can match onto PtrStates an...Michael Gottesman1-0/+50
2015-03-06[objc-arc] Refactor (Re-)initialization of PtrState from dataflow -> {TopDown...Michael Gottesman1-0/+51
2015-03-05Fix build error.Michael Gottesman1-1/+25
2015-03-05[objc-arc] Extract out state specific to a ref count from the main objc arc s...Michael Gottesman1-0/+115