aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-tail-merge.c
AgeCommit message (Expand)Author
2016-05-06 * gimple.c (gimple_call_same_target_p): Unique functions are eq.Nathan Sidwell
2016-03-07Skip ubsan/asan internal fns with different location in tail-mergeTom de Vries
2016-02-11 * cgraph.c: Spelling fixes - behaviour -> behavior andJakub Jelinek
2016-01-04 Update copyright years.Jakub Jelinek
2015-11-06 * tree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRESS_OF andJan Hubicka
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-01remove many typedefsTrevor Saunders
2015-09-30 PR tree-optimization/67690Marek Polacek
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-13Fix double word typos.Aldy Hernandez
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-25gcc/Richard Sandiford
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-05-18Fix whitespace in tree-ssa-tail-merge.cTom de Vries
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-03-11 PR tree-optimization/65388Marek Polacek
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-06Fix typo in struct same_succ_def commentTom de Vries
2015-01-05 Update copyright years.Jakub Jelinek
2014-12-102014-12-10 Marc Glisse <marc.glisse@inria.fr>Marc Glisse
2014-11-272014-11-27 Richard Biener <rguenther@suse.de>Richard Biener
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-11-19Fix tail-merge pass for dead type-unsafe codeTom de Vries
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-092014-10-09 Richard Biener <rguenther@suse.de>Richard Biener
2014-08-01Convert tree-ssa-tail-merge to inchashAndi Kleen
2014-07-312014-07-31 Richard Biener <rguenther@suse.de>Richard Biener
2014-07-25Add an abstract incremental hash data typeAndi Kleen
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders
2014-06-07 * tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of aEric Botcazou
2014-06-062014-06-06 Richard Biener <rguenther@suse.de>Richard Biener
2014-05-062014-05-06 Richard Biener <rguenther@suse.de>Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm
2013-11-22 * gimple.h: Remove all includes.Andrew Macleod
2013-11-21 * tree-ssa-tail-merge.c (stmt_local_def): Return false if the statementEric Botcazou
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm
2013-11-17 * gimple.h: Reorder prototypes to match .c declaration order, and removeAndrew Macleod
2013-11-14Handle GIMPLE_ASSIGNs with different vuse in gimple_equal_pTom de Vries
2013-11-14Factor out gimple_operand_equal_value_p from gimple_equal_pTom de Vries
2013-11-14Add is_tm_endingTom de Vries