| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
also made it lazy.
llvm-svn: 232348
|
| |
|
|
|
|
| |
onto PtrState.
llvm-svn: 231446
|
| |
|
|
|
|
|
|
|
|
|
| |
and out of the main dataflow.
These refactored computations check whether or not we are at a stage
of the sequence where we can perform a match. This patch moves the
computation out of the main dataflow and into
{BottomUp,TopDown}PtrState.
llvm-svn: 231439
|
| |
|
|
|
|
|
|
|
|
| |
{TopDown,BottomUp}PtrState Class.
This initialization occurs when we see a new retain or release. Before
we performed the actual initialization inline in the dataflow. That is
just messy.
llvm-svn: 231438
|
| |
|
|
|
|
|
|
|
|
|
| |
ptr state change behavior onto a PtrState class.
This will enable the main ObjCARCOpts dataflow to work with higher
level concepts such as "can this ptr state be modified by this ref
count" and not need to understand the nitty gritty details of how that
is determined. This makes the dataflow cleaner.
llvm-svn: 231437
|
| |
|
|
| |
llvm-svn: 231430
|
|
|
sequence dataflow. This will allow me to separate the actual ARC queries from the meat of the dataflow algorithm.
llvm-svn: 231426
|