This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7253eba Update .po files. new a54071b Patch for performing interprocedural bitwise constant propagation.
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 | 57 +++++ gcc/common.opt | 4 + gcc/doc/invoke.texi | 9 +- gcc/ipa-cp.c | 384 ++++++++++++++++++++++++++++++++++ gcc/ipa-prop.c | 163 ++++++++++++++- gcc/ipa-prop.h | 47 ++++- gcc/opts.c | 4 + gcc/testsuite/ChangeLog | 7 + gcc/testsuite/gcc.dg/ipa/propbits-1.c | 19 ++ gcc/testsuite/gcc.dg/ipa/propbits-2.c | 41 ++++ gcc/testsuite/gcc.dg/ipa/propbits-3.c | 22 ++ gcc/tree-ssa-ccp.c | 92 ++++---- gcc/{signop.h => tree-ssa-ccp.h} | 20 +- 13 files changed, 804 insertions(+), 65 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/propbits-1.c create mode 100644 gcc/testsuite/gcc.dg/ipa/propbits-2.c create mode 100644 gcc/testsuite/gcc.dg/ipa/propbits-3.c copy gcc/{signop.h => tree-ssa-ccp.h} (59%)