Go to file
Michael Gottesman cd4de0f9bb [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.
This will allow for verification and analysis of the merge function of
the data flow analyses in the ARC optimizer.

The actual implementation of this feature is by introducing calls to
the functions llvm.arc.annotation.{bottomup,topdown}.{bbstart,bbend}
which are only declared. Each such call takes in a pointer to a global
with the same name as the pointer whose provenance is being tracked and
a pointer whose name is one of our Sequence states and points to a
string that contains the same name.

To ensure that the optimizer does not consider these annotations in any
way, I made it so that the annotations are considered to be of IC_None
type.

A test case is included for this commit and the previous
ObjCARCAnnotation commit.

llvm-svn: 177952
2013-03-26 00:42:09 +00:00
clang Objective-C: Property declaration overiding one in 2013-03-25 23:59:42 +00:00
clang-tools-extra Adding a failing test case for cpp11-migrate's Loop Convert Transform 2013-03-25 19:24:24 +00:00
compiler-rt Add a GetTid() implementation for Windows 2013-03-25 22:04:29 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Added debug tests for indexing, pop_back and both forms of erase. Added an improved error message for erasing a single element with end(). 2013-03-25 22:12:26 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [ELF] fix dynamic symbol table entries and update tests 2013-03-25 16:41:14 +00:00
lldb Checking that the wrong syntax does not give a correct summary after clearing the error messages here 2013-03-26 00:24:27 +00:00
llvm [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
polly RegisterPasses: Improve comments 2013-03-23 21:35:52 +00:00