summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/ObjCARC/PtrState.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-3/+3
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-271-18/+21
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [ARC] Pull the ObjC ARC components that really serve the role ofChandler Carruth2015-08-201-1/+1
* Fix some comment typos.Benjamin Kramer2015-08-081-3/+3
* [objc-arc] Move initialization of ARCMDKindCache into the class itself. I als...Michael Gottesman2015-03-161-1/+1
* [objc-arc] Move the detection of potential uses or altering of a ref count on...Michael Gottesman2015-03-061-0/+12
* [objc-arc] Move the checking of whether or not we can match onto PtrStates an...Michael Gottesman2015-03-061-0/+13
* [objc-arc] Refactor (Re-)initialization of PtrState from dataflow -> {TopDown...Michael Gottesman2015-03-061-2/+11
* [objc-arc] Create two subclasses of PtrState in preparation for moving per pt...Michael Gottesman2015-03-061-1/+12
* Fix build error.Michael Gottesman2015-03-051-20/+4
* [objc-arc] Extract out state specific to a ref count from the main objc arc s...Michael Gottesman2015-03-051-0/+181
OpenPOWER on IntegriCloud