..
ARCInstKind.cpp
[objc-arc] Treat memcpy, memove, memset as just using pointers, not decrementing them.
2015-03-16 07:02:32 +00:00
ARCInstKind.h
[objc-arc] Add the predicate CanDecrementRefCount.
2015-02-20 00:02:45 +00:00
ARCRuntimeEntryPoints.h
[objc-arc] Move initialization of ARCMDKindCache into the class itself. I also made it lazy.
2015-03-16 07:02:27 +00:00
BlotMapVector.h
[objc-arc] Extract blot map vector into its own file. NFC.
2015-03-05 23:28:58 +00:00
CMakeLists.txt
[objc-arc] Extract out state specific to a ref count from the main objc arc sequence dataflow. This will allow me to separate the actual ARC queries from the meat of the dataflow algorithm.
2015-03-05 23:29:03 +00:00
DependencyAnalysis.cpp
DataLayout is mandatory, update the API to reflect it with references.
2015-03-10 02:37:25 +00:00
DependencyAnalysis.h
[objc-arc-contract] We can not move retains over instructions which can not conservatively be proven to not decrement the retain's RCIdentity.
2015-02-20 00:02:49 +00:00
LLVMBuild.txt
Added missing dashes from header declaration comment.
2013-01-29 04:53:55 +00:00
Makefile
ObjCARC.cpp
Add back r222061 with a fix.
2014-11-17 02:28:27 +00:00
ObjCARC.h
[objc-arc] Move initialization of ARCMDKindCache into the class itself. I also made it lazy.
2015-03-16 07:02:27 +00:00
ObjCARCAliasAnalysis.cpp
DataLayout is mandatory, update the API to reflect it with references.
2015-03-10 02:37:25 +00:00
ObjCARCAliasAnalysis.h
Make DataLayout Non-Optional in the Module
2015-03-04 18:43:29 +00:00
ObjCARCAPElim.cpp
[objc-arc] Change the InstructionClass to be an enum class called ARCInstKind.
2015-02-19 19:51:32 +00:00
ObjCARCContract.cpp
[objc-arc] Move initialization of ARCMDKindCache into the class itself. I also made it lazy.
2015-03-16 07:02:27 +00:00
ObjCARCExpand.cpp
[objc-arc] Change the InstructionClass to be an enum class called ARCInstKind.
2015-02-19 19:51:32 +00:00
ObjCARCOpts.cpp
[objc-arc] Rename ConnectTDBUTraversals => PairUpRetainsReleases.
2015-03-16 07:02:30 +00:00
ProvenanceAnalysis.cpp
DataLayout is mandatory, update the API to reflect it with references.
2015-03-10 02:37:25 +00:00
ProvenanceAnalysis.h
DataLayout is mandatory, update the API to reflect it with references.
2015-03-10 02:37:25 +00:00
ProvenanceAnalysisEvaluator.cpp
DataLayout is mandatory, update the API to reflect it with references.
2015-03-10 02:37:25 +00:00
PtrState.cpp
[objc-arc] Move initialization of ARCMDKindCache into the class itself. I also made it lazy.
2015-03-16 07:02:27 +00:00
PtrState.h
[objc-arc] Move initialization of ARCMDKindCache into the class itself. I also made it lazy.
2015-03-16 07:02:27 +00:00