1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Transforms/ObjCARC
2014-08-27 05:25:25 +00:00
..
ARCRuntimeEntryPoints.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
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 Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
ObjCARCAliasAnalysis.cpp
ObjCARCAliasAnalysis.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
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 Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00