| Commit message (Expand) | Author | Age | Files | Lines |
* | 2015-06-17 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-06-17 | 1 | -3/+0 |
* | 2015-06-08 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-06-08 | 1 | -5/+0 |
* | 2015-06-04 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-06-04 | 1 | -4/+0 |
* | Fix whitespace in tree-ssa-tail-merge.c | vries | 2015-05-18 | 1 | -7/+6 |
* | Fix indentation issues seen by -Wmisleading-indentation | dmalcolm | 2015-05-05 | 1 | -1/+1 |
* | remove need for store_values_directly | tbsaunde | 2015-04-18 | 1 | -7/+7 |
* | PR tree-optimization/65388 | mpolacek | 2015-03-11 | 1 | -1/+1 |
* | 2015-01-09 Michael Collison <michael.collison@linaro.org> | prathamesh3492 | 2015-01-09 | 1 | -4/+11 |
* | Fix typo in struct same_succ_def comment | vries | 2015-01-06 | 1 | -1/+1 |
* | Update copyright years. | jakub | 2015-01-05 | 1 | -1/+1 |
* | 2014-12-10 Marc Glisse <marc.glisse@inria.fr> | glisse | 2014-12-10 | 1 | -2/+1 |
* | 2014-11-27 Richard Biener <rguenther@suse.de> | rguenth | 2014-11-27 | 1 | -10/+5 |
* | Merger of git branch "gimple-classes-v2-option-3" | dmalcolm | 2014-11-19 | 1 | -16/+16 |
* | Fix tail-merge pass for dead type-unsafe code | vries | 2014-11-19 | 1 | -2/+4 |
* | 2014-10-27 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2014-10-27 | 1 | -3/+8 |
* | 2014-10-16 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2014-10-16 | 1 | -0/+6 |
* | 2014-10-09 Richard Biener <rguenther@suse.de> | rguenth | 2014-10-09 | 1 | -3/+3 |
* | Convert tree-ssa-tail-merge to inchash | ak | 2014-08-01 | 1 | -12/+10 |
* | 2014-07-31 Richard Biener <rguenther@suse.de> | rguenth | 2014-07-31 | 1 | -11/+3 |
* | Add an abstract incremental hash data type | ak | 2014-07-25 | 1 | -0/+1 |
* | Remove a layer of indirection from hash_table | tbsaunde | 2014-06-24 | 1 | -7/+8 |
* | * tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a | ebotcazou | 2014-06-07 | 1 | -6/+15 |
* | 2014-06-06 Richard Biener <rguenther@suse.de> | rguenth | 2014-06-06 | 1 | -12/+1 |
* | 2014-05-06 Richard Biener <rguenther@suse.de> | rguenth | 2014-05-06 | 1 | -1/+0 |
* | Update copyright years in gcc/ | rsandifo | 2014-01-02 | 1 | -1/+1 |
* | Eliminate FOR_EACH_BB macro. | dmalcolm | 2013-12-09 | 1 | -2/+2 |
* | Eliminate last_basic_block macro. | dmalcolm | 2013-12-09 | 1 | -1/+1 |
* | Eliminate BASIC_BLOCK macro. | dmalcolm | 2013-12-09 | 1 | -13/+13 |
* | * gimple.h: Remove all includes. | amacleod | 2013-11-22 | 1 | -2/+6 |
* | * tree-ssa-tail-merge.c (stmt_local_def): Return false if the statement | ebotcazou | 2013-11-21 | 1 | -0/+1 |
* | Factor unrelated declarations out of tree.h. | dnovillo | 2013-11-19 | 1 | -0/+2 |
* | Eliminate n_basic_blocks macro | dmalcolm | 2013-11-19 | 1 | -3/+3 |
* | * gimple.h: Reorder prototypes to match .c declaration order, and remove | amacleod | 2013-11-17 | 1 | -0/+1 |
* | Handle GIMPLE_ASSIGNs with different vuse in gimple_equal_p | vries | 2013-11-14 | 1 | -2/+11 |
* | Factor out gimple_operand_equal_value_p from gimple_equal_p | vries | 2013-11-14 | 1 | -7/+21 |
* | Add is_tm_ending | vries | 2013-11-14 | 1 | -15/+6 |
* | Simplify code in gimple_equal_p | vries | 2013-11-14 | 1 | -6/+2 |
* | * gimple-walk.h: New File. Relocate prototypes from gimple.h. | amacleod | 2013-11-13 | 1 | -0/+1 |
* | 2013-10-29 Teresa Johnson <tejohnson@google.com> | tejohnson | 2013-10-29 | 1 | -5/+11 |
* | Add missing check in stmt_local_def for tail-merge. | vries | 2013-10-23 | 1 | -1/+2 |
* | * tree-ssa.h: Remove all #include's | amacleod | 2013-10-23 | 1 | -2/+6 |
* | 2013-10-18 Teresa Johnson <tejohnson@google.com> | tejohnson | 2013-10-18 | 1 | -0/+14 |
* | * tree-ssa.h: New. Move content from tree-flow.h and | amacleod | 2013-09-12 | 1 | -1/+1 |
* | Fix typos. | mrs | 2013-07-21 | 1 | -1/+1 |
* | Preserve loops in tail-merge | vries | 2013-04-29 | 1 | -13/+22 |
* | Update tail-merge header comment. | vries | 2013-04-29 | 1 | -3/+5 |
* | 2013-03-26 Richard Biener <rguenther@suse.de> | rguenth | 2013-04-26 | 1 | -0/+12 |
* | 2013-01-31 Richard Biener <rguenther@suse.de> | rguenth | 2013-01-31 | 1 | -11/+8 |
* | Update copyright years in gcc/ | rsandifo | 2013-01-10 | 1 | -1/+1 |
* | This patch rewrites the old VEC macro-based interface into a new one | dnovillo | 2012-11-18 | 1 | -46/+41 |