summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/ObjCARC/ObjCARC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove redundant includes from lib/Transforms.Michael Zolotukhin2017-12-131-1/+0
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-1/+1
* [ARC] Pull the ObjC ARC components that really serve the role ofChandler Carruth2015-08-201-8/+0
* Add back r222061 with a fix.Rafael Espindola2014-11-171-0/+1
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+0
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+1
* [objc-arc] Added descriptions for EnableARCAnnotations, EnableCheckForCFGHaza...Michael Gottesman2013-04-171-0/+1
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-151-0/+1
* Fixed some whitespace/80+ violations. Also added a space after a namespace de...Michael Gottesman2013-01-291-1/+1
* Cleaned up includes in various ObjCARC files and removed some whitespace viol...Michael Gottesman2013-01-281-6/+5
* Fixed case insensitive issue.Michael Gottesman2013-01-281-1/+1
* Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpand.cpp.Michael Gottesman2013-01-281-1/+11
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-281-0/+38
OpenPOWER on IntegriCloud