summaryrefslogtreecommitdiff
path: root/lib/Transforms/ObjCARC/CMakeLists.txt
AgeCommit message (Expand)Author
2016-11-17[CMake] NFC. Updating CMake dependency specificationsChris Bieneman
2015-08-20[ARC] Pull the ObjC ARC components that really serve the role ofChandler Carruth
2015-03-05[objc-arc] Extract out state specific to a ref count from the main objc arc s...Michael Gottesman
2015-02-19[objc-arc] Change the InstructionClass to be an enum class called ARCInstKind.Michael Gottesman
2015-02-11Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner
2014-11-17Add back r222061 with a fix.Rafael Espindola
2014-11-15Revert "Don't make assumptions about the name of private global variables."Reid Kleckner
2014-11-14Don't make assumptions about the name of private global variables.Rafael Espindola
2013-01-29Extracted ObjCARCContract from ObjCARCOpts into its own file.Michael Gottesman
2013-01-28Created ObjCARCUtil.cpp for functions which in my humble opinion are too larg...Michael Gottesman
2013-01-28Refactor ObjCARCAliasAnalysis into its own file.Michael Gottesman
2013-01-28Refactored out pass ObjCARCAPElim from ObjCARCOpts.cpp => ObjCARCAPElim.cpp.Michael Gottesman
2013-01-28Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpand.cpp.Michael Gottesman
2013-01-28Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman