summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-tail-merge.c
Commit message (Expand)AuthorAgeFilesLines
* Backport "Fix PR64091"vries2016-01-251-0/+1
* PR tree-optimization/65388mpolacek2015-03-121-1/+1
* Fix tail-merge pass for dead type-unsafe codevries2014-11-191-2/+4
* 2014-10-10 Richard Biener <rguenther@suse.de>rguenth2014-10-101-3/+3
* 2014-08-01 Richard Biener <rguenther@suse.de>rguenth2014-08-011-11/+3
* * tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of aebotcazou2014-06-071-6/+15
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-2/+2
* Eliminate last_basic_block macro.dmalcolm2013-12-091-1/+1
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-13/+13
* * gimple.h: Remove all includes.amacleod2013-11-221-2/+6
* * tree-ssa-tail-merge.c (stmt_local_def): Return false if the statementebotcazou2013-11-211-0/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+2
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-3/+3
* * gimple.h: Reorder prototypes to match .c declaration order, and removeamacleod2013-11-171-0/+1
* Handle GIMPLE_ASSIGNs with different vuse in gimple_equal_pvries2013-11-141-2/+11
* Factor out gimple_operand_equal_value_p from gimple_equal_pvries2013-11-141-7/+21
* Add is_tm_endingvries2013-11-141-15/+6
* Simplify code in gimple_equal_pvries2013-11-141-6/+2
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* 2013-10-29 Teresa Johnson <tejohnson@google.com>tejohnson2013-10-291-5/+11
* Add missing check in stmt_local_def for tail-merge.vries2013-10-231-1/+2
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-2/+6
* 2013-10-18 Teresa Johnson <tejohnson@google.com>tejohnson2013-10-181-0/+14
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* Fix typos.mrs2013-07-211-1/+1
* Preserve loops in tail-mergevries2013-04-291-13/+22
* Update tail-merge header comment.vries2013-04-291-3/+5
* 2013-03-26 Richard Biener <rguenther@suse.de>rguenth2013-04-261-0/+12
* 2013-01-31 Richard Biener <rguenther@suse.de>rguenth2013-01-311-11/+8
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-46/+41
* 2012-11-08 Christian Bruel <christian.bruel@st.com>chrbr2012-11-091-1/+2
* Prevent "illegal" block sharing within transactions.rth2012-11-061-1/+12
* Change hash_table to support a comparator type different from thecrowl2012-10-251-6/+7
* 2012-10-25 Richard Biener <rguenther@suse.de>rguenth2012-10-251-1/+6
* 2012-08-17 Richard Guenther <rguenther@suse.de>rguenth2012-08-171-15/+25
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-31/+23
* 2012-08-14 Richard Guenther <rguenther@suse.de>rguenth2012-08-141-5/+5
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-0/+32
* 2012-08-01 Richard Guenther <rguenther@suse.de>rguenth2012-08-011-33/+1
* gcc/steven2012-07-161-2/+4
* 2012-07-16 Dehao Chen <dehao@google.com>dehao2012-07-161-1/+1
* 2012-07-10 Dehao Chen <dehao@google.com>dehao2012-07-101-1/+1
* 2012-07-06 Tom de Vries <tom@codesourcery.com>vries2012-07-061-0/+8
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* 2012-04-14 Tom de Vries <tom@codesourcery.com>vries2012-04-141-37/+67
* 2012-04-13 Tom de Vries <tom@codesourcery.com>vries2012-04-131-6/+28
* Remove TODO_dump_func completelydavidxl2012-04-111-2/+1
* PR debug/52048jakub2012-01-301-0/+2