summaryrefslogtreecommitdiff
path: root/gcc/domwalk.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-08-01domwalk: use gcc_sort_rRichard Biener
2019-04-01re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-02-01domwalk.h (dom_walker::dom_walker): Add additional constructor for specifying...Richard Biener
2018-01-23-Warray-bounds: Fix false positive in some "switch" stmts (PR tree-optimizati...David Malcolm
2018-01-03Update copyright years.Jakub Jelinek
2017-09-27invoke.texi (graphite-max-bbs-per-function): Remove.Richard Biener
2017-07-25domwalk: optimize basic block sortingAlexander Monakov
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-10-19domwalk.c (dom_walker::walk): Use RPO order.Richard Biener
2016-01-04Update copyright years.Jakub Jelinek
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-05Update copyright years.Jakub Jelinek
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders
2013-03-18re PR c/56113 (out of memory when compiling a function with many goto labels ...Richard Biener
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher
2010-05-06re PR tree-optimization/43571 (domwalk sucks)Richard Guenther
2009-11-25Remove trailing white spaces.H.J. Lu
2009-06-27domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues
2007-09-06re PR tree-optimization/33302 (dead-store not eliminated)Richard Guenther
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-05-26i386.c, [...]: Fix comment typos.Kazu Hirata
2006-08-03domwalk.c (walk_dominator_tree): Reorganize to non-recursive implementation.Jan Hubicka
2005-06-25Update FSF address.Kelley Cook
2005-05-27domwalk.c (walk_dominator_tree, [...]): Use VEC instead of VARRAY.Kazu Hirata
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata