summaryrefslogtreecommitdiff
path: root/gcc/domwalk.c
Commit message (Expand)AuthorAgeFilesLines
* domwalk.h (dom_walker::dom_walker): Add additional constructor for specifying...Richard Biener2018-02-011-5/+36
* -Warray-bounds: Fix false positive in some "switch" stmts (PR tree-optimizati...David Malcolm2018-01-231-16/+33
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* invoke.texi (graphite-max-bbs-per-function): Remove.Richard Biener2017-09-271-27/+45
* domwalk: optimize basic block sortingAlexander Monakov2017-07-251-17/+35
* Introduce dump_flags_t type and use it instead of int type.Martin Liska2017-05-171-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* domwalk.c (dom_walker::walk): Use RPO order.Richard Biener2016-10-191-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law2015-12-101-2/+105
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-1/+0
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-7/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate last_basic_block macro.David Malcolm2013-12-091-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+2
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-2/+3
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-5/+5
* compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders2013-09-171-75/+12
* re PR c/56113 (out of memory when compiling a function with many goto labels ...Richard Biener2013-03-181-39/+43
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-2/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-11/+11
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-3/+3
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher2010-05-221-1/+1
* re PR tree-optimization/43571 (domwalk sucks)Richard Guenther2010-05-061-1/+39
* Remove trailing white spaces.H.J. Lu2009-11-251-12/+12
* domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini2009-06-271-57/+6
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-11/+13
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+3
* re PR tree-optimization/33302 (dead-store not eliminated)Richard Guenther2007-09-061-1/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* i386.c, [...]: Fix comment typos.Kazu Hirata2007-05-261-1/+1
* domwalk.c (walk_dominator_tree): Reorganize to non-recursive implementation.Jan Hubicka2006-08-031-87/+111
* Update FSF address.Kelley Cook2005-06-251-2/+2
* domwalk.c (walk_dominator_tree, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-271-21/+12
* attribs.c, [...]: Update copyright.Kazu Hirata2005-04-281-1/+1
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-2/+10
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-1/+1
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-1/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+265