summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-tail-merge.c
Commit message (Expand)AuthorAgeFilesLines
* * tree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRESS_OF andhubicka2015-11-061-1/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-9/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-6/+5
* remove many typedefstbsaunde2015-10-011-52/+48
* PR tree-optimization/67690mpolacek2015-09-301-0/+4
* switch from gimple to gimple*tbsaunde2015-09-201-14/+14
* Fix double word typos.aldyh2015-07-131-1/+1
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-15/+5
* gcc/rsandifo2015-06-251-3/+1
* 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