This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 872892e Daily bump. new fff44d9 Add pass parameter to TERMINATE_PASS_LIST new d572fcf Propagate dump flags in pass_manager::register_pass new 67add97 Add debug_varinfo and debug_varmap new c6f8236 Only finalize dot files that have been initialized new 2b330f0 Simplify loop in pp_write_text_as_dot_label_to_stream new 813d446 Fix record-shape escapes in pp_write_text_as_dot_label_to_stream new ace1bf5 Handle backslash in pp_write_text_as_dot_label_to_stream
The 7 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 | 47 +++++++++ gcc/dumpfile.c | 22 ++--- gcc/dumpfile.h | 4 + gcc/pass_manager.h | 2 +- gcc/passes.c | 36 ++++--- gcc/passes.def | 12 +-- gcc/pretty-print.c | 41 +++++--- gcc/testsuite/ChangeLog | 5 + .../gcc.target/i386/vzeroupper-dump-flags.c | 10 ++ gcc/tree-pass.h | 5 - gcc/tree-ssa-structalias.c | 108 +++++++++++++++++++++ 11 files changed, 242 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/vzeroupper-dump-flags.c