aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-coalesce.c
AgeCommit message (Expand)Author
2016-05-06 * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,Eric Botcazou
2016-05-04 * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in headEric Botcazou
2016-04-08 PR middle-end/70593Jakub Jelinek
2016-03-29 * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo inJeff Law
2016-03-23 PR tree-optimization/64058Jeff Law
2016-03-11 PR tree-optimization/64058Jeff Law
2016-01-04 Update copyright years.Jakub Jelinek
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-27revert to assign_parms assignments using default defsAlexandre Oliva
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-08-19[PR64164] fix regressions reported on m68k and armebAlexandre Oliva
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva
2015-07-25 Revert:David Edelsohn
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva
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-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva
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-19Use std::swap instead of explicit swapsMikhail Maltsev
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-03-192015-03-19 Richard Biener <rguenther@suse.de>Richard Biener
2015-03-102015-03-10 Richard Biener <rguenther@suse.de>Richard Biener
2015-03-062015-03-06 Richard Biener <rguenther@suse.de>Richard Biener
2015-01-222015-01-22 Richard Biener <rguenther@suse.de>Richard Biener
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders
2014-03-05 PR lto/60404Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-11-22 * gimple.h: Remove all includes.Andrew Macleod
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-13 * gimple-walk.h: New File. Relocate prototypes from gimple.h.Andrew Macleod
2013-11-13 * cfgexpand.c (expand_used_vars): Allocate space for partitions basedEric Botcazou
2013-10-29 * tree-outof-ssa.h: Remove include files.Andrew Macleod
2013-10-23 * tree-ssa.h: Remove all #include'sAndrew Macleod
2013-10-01 * tree-ssa-live.h (coalesce_ssa_name): Move Prototype to...Andrew Macleod
2013-09-28gcc/Richard Sandiford
2013-09-262013-09-26 Richard Biener <rguenther@suse.de>Richard Biener
2013-09-12 * tree-ssa.h: New. Move content from tree-flow.h andAndrew Macleod
2013-06-14 * gimple.h (gimple_can_coalesce_p): Prototype.Jeff Law