summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-tail-merge.c
Commit message (Expand)AuthorAgeFilesLines
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-3/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-5/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-4/+0
* Fix whitespace in tree-ssa-tail-merge.cvries2015-05-181-7/+6
* Fix indentation issues seen by -Wmisleading-indentationdmalcolm2015-05-051-1/+1
* remove need for store_values_directlytbsaunde2015-04-181-7/+7
* PR tree-optimization/65388mpolacek2015-03-111-1/+1
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+11
* Fix typo in struct same_succ_def commentvries2015-01-061-1/+1
* Update copyright years.jakub2015-01-051-1/+1
* 2014-12-10 Marc Glisse <marc.glisse@inria.fr>glisse2014-12-101-2/+1
* 2014-11-27 Richard Biener <rguenther@suse.de>rguenth2014-11-271-10/+5
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-16/+16
* Fix tail-merge pass for dead type-unsafe codevries2014-11-191-2/+4
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-3/+8
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+6
* 2014-10-09 Richard Biener <rguenther@suse.de>rguenth2014-10-091-3/+3
* Convert tree-ssa-tail-merge to inchashak2014-08-011-12/+10
* 2014-07-31 Richard Biener <rguenther@suse.de>rguenth2014-07-311-11/+3
* Add an abstract incremental hash data typeak2014-07-251-0/+1
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-7/+8
* * tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of aebotcazou2014-06-071-6/+15
* 2014-06-06 Richard Biener <rguenther@suse.de>rguenth2014-06-061-12/+1
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-1/+0
* 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