aboutsummaryrefslogtreecommitdiff
path: root/gcc/domwalk.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-04-01re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Biener1-4/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-02-01domwalk.h (dom_walker::dom_walker): Add additional constructor for specifying...Richard Biener1-3/+6
2018-01-23-Warray-bounds: Fix false positive in some "switch" stmts (PR tree-optimizati...David Malcolm1-10/+32
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-14vrp_prop: Use dom_walker for -Warray-bounds (PR tree-optimization/83312)David Malcolm1-1/+1
2017-09-27invoke.texi (graphite-max-bbs-per-function): Remove.Richard Biener1-3/+16
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law1-3/+28
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-2/+2
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders1-45/+23
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-4/+2
2009-06-27domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini1-51/+4
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-27domwalk.c (walk_dominator_tree, [...]): Use VEC instead of VARRAY.Kazu Hirata1-2/+6
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-0/+8
2004-11-13c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-06-12configure.ac: Don't invoke ACX_HEADER_STDBOOL.Zack Weinberg1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+112