This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hubicka/honza-gcc-benchmark-branch in repository gcc.
from 92aa769b409 Merge remote-tracking branch 'origin/master' into honza-gcc [...] new 5f43c74e697 Try TBAA
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog.testing | 4 + gcc/Makefile.in | 1 + gcc/ipa-devirt.c | 21 ++- gcc/ipa-pure-const.c | 3 +- gcc/ipa-tbaa-modref.c | 505 ++++++++++++++++++++++++++++++++++++++++++++++++++ gcc/ipa-tbaa-modref.h | 28 +++ gcc/passes.def | 3 + gcc/timevar.def | 1 + gcc/tree-pass.h | 1 + gcc/tree-sra.c | 6 +- gcc/tree-ssa-alias.c | 95 +++++++++- 11 files changed, 659 insertions(+), 9 deletions(-) create mode 100644 gcc/ipa-tbaa-modref.c create mode 100644 gcc/ipa-tbaa-modref.h