Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for...
authorMichael Gottesman <mgottesman@apple.com>
Mon, 28 Jan 2013 01:35:51 +0000 (01:35 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 28 Jan 2013 01:35:51 +0000 (01:35 +0000)
commit24c4898973a074713201fb9351d302b9f7733e92
treef43dcb2d89136a2f7e532fd5b76b471f20e9021a
parenta9b9f0ad802ef6973534a9a247716e4a8e079635
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173647 91177308-0d34-0410-b5e6-96231b3b80d8
26 files changed:
include/llvm-c/Initialization.h
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/ObjCARC.h [new file with mode: 0644]
include/llvm/Transforms/Scalar.h
lib/CodeGen/LLVMBuild.txt
lib/Transforms/CMakeLists.txt
lib/Transforms/IPO/LLVMBuild.txt
lib/Transforms/LLVMBuild.txt
lib/Transforms/Makefile
lib/Transforms/ObjCARC/CMakeLists.txt [new file with mode: 0644]
lib/Transforms/ObjCARC/LLVMBuild.txt [new file with mode: 0644]
lib/Transforms/ObjCARC/Makefile [new file with mode: 0644]
lib/Transforms/ObjCARC/ObjCARC.cpp [new file with mode: 0644]
lib/Transforms/ObjCARC/ObjCARCOpts.cpp [new file with mode: 0644]
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/ObjCARC.cpp [deleted file]
lib/Transforms/Scalar/Scalar.cpp
tools/bugpoint/CMakeLists.txt
tools/bugpoint/LLVMBuild.txt
tools/bugpoint/Makefile
tools/bugpoint/bugpoint.cpp
tools/opt/CMakeLists.txt
tools/opt/LLVMBuild.txt
tools/opt/Makefile
tools/opt/opt.cpp