summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/ObjCARC/PtrState.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ObjC][ARC] Skip debug instructions when computing the insert point ofAkira Hatanaka2019-09-191-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ObjCARC] Prevent code motion into a catchswitchShoaib Meenai2018-05-161-0/+5
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-19/+21
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-271-1/+13
* ObjCARC: do not increment past the end of the BBSaleem Abdulrasool2017-10-241-4/+8
* [ObjCARC] Do not move a release between a call and aAkira Hatanaka2017-04-291-16/+20
* [ObjCARC] Do not sink an objc_retain past a clang.arc.use.Akira Hatanaka2017-04-251-2/+4
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-2/+2
* 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