summaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ObjCARCInstKind.cpp
AgeCommit message (Expand)Author
2022-01-24[ObjCARC] Use "UnsafeClaimRV" to refer to unsafeClaim in enums. NFC.Ahmed Bougacha
2021-11-18[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-03-04[ObjC][ARC] Use operand bundle 'clang.arc.attachedcall' instead ofAkira Hatanaka
2021-03-03Revert "[ObjC][ARC] Use operand bundle 'clang.arc.attachedcall' instead of ex...Hans Wennborg
2021-02-12[ObjC][ARC] Use operand bundle 'clang.arc.attachedcall' instead ofAkira Hatanaka
2021-02-09Revert "[ObjC][ARC] Use operand bundle 'clang.arc.rv' instead of explicitly"Nico Weber
2021-02-05[ObjC][ARC] Use operand bundle 'clang.arc.rv' instead of explicitlyAkira Hatanaka
2021-02-05Revert "[ObjC][ARC] Use operand bundle 'clang.arc.rv' instead of explicitly"Akira Hatanaka
2021-02-05[ObjC][ARC] Use operand bundle 'clang.arc.rv' instead of explicitlyAkira Hatanaka
2021-01-21[llvm] Don't include StringSwitch.h where unnecessary (NFC)Kazu Hirata
2020-06-20[Analysis/Transforms/Sanitizers] As part of using inclusive languageEric Christopher
2020-04-23[llvm][NFC][CallSite] Remove remaining {Immutable}CallSite usesMircea Trofin
2019-06-14[ObjC][ARC] Delete ObjC runtime calls on global variables annotatedAkira Hatanaka
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-18Change the objc ARC optimizer to use the new objc.* intrinsicsPete Cooper
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-10-12Create llvm.addressofreturnaddress intrinsicAlbert Gutowski
2016-08-17ObjCARC: Don't increment or dereference end() when scanning argsDuncan P. N. Exon Smith
2016-01-27Add support for objc_unsafeClaimAutoreleasedReturnValue to theJohn McCall
2015-10-10Analysis: Remove implicit ilist iterator conversionsDuncan P. N. Exon Smith
2015-08-20[ARC] Pull the ObjC ARC components that really serve the role ofChandler Carruth