llvm-6502/lib/Transforms/ObjCARC
2013-07-06 02:18:56 +00:00
..
ARCRuntimeEntryPoints.h [objc-arc] Performed some small cleanups in ARCRuntimeEntryPoints and added an llvm_unreachable after the switch to quiet -Wreturn_type errors. 2013-07-06 02:18:56 +00:00
CMakeLists.txt
DependencyAnalysis.cpp
DependencyAnalysis.h
LLVMBuild.txt
Makefile
ObjCARC.cpp This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +00:00
ObjCARC.h Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present in a module. 2013-03-29 21:15:23 +00:00
ObjCARCAliasAnalysis.cpp
ObjCARCAliasAnalysis.h
ObjCARCAPElim.cpp
ObjCARCContract.cpp [objc-arc] Updated ObjCARCContract to use ARCRuntimeEntryPoints. 2013-07-06 01:39:26 +00:00
ObjCARCExpand.cpp
ObjCARCOpts.cpp Removed trailing whitespace. 2013-07-06 01:41:35 +00:00
ObjCARCUtil.cpp [ObjCARC Annotations] Added support for displaying the state of pointers at the bottom/top of BBs of the ARC dataflow analysis for both bottomup and topdown analyses. 2013-03-26 00:42:09 +00:00
ProvenanceAnalysis.cpp
ProvenanceAnalysis.h