llvm-6502/lib/Transforms/ObjCARC
2014-08-27 05:25:25 +00:00
..
ARCRuntimeEntryPoints.h
CMakeLists.txt
DependencyAnalysis.cpp Use range based for loops to avoid needing to re-mention SmallPtrSet size. 2014-08-24 23:23:06 +00:00
DependencyAnalysis.h Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size. 2014-08-21 05:55:13 +00:00
LLVMBuild.txt
Makefile
ObjCARC.cpp
ObjCARC.h
ObjCARCAliasAnalysis.cpp
ObjCARCAliasAnalysis.h
ObjCARCAPElim.cpp
ObjCARCContract.cpp Use range based for loops to avoid needing to re-mention SmallPtrSet size. 2014-08-24 23:23:06 +00:00
ObjCARCExpand.cpp
ObjCARCOpts.cpp Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. 2014-08-27 05:25:25 +00:00
ObjCARCUtil.cpp
ProvenanceAnalysis.cpp
ProvenanceAnalysis.h