summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-coalesce.c
Commit message (Expand)AuthorAgeFilesLines
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-6/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-5/+5
* remove many typedefstbsaunde2015-10-011-71/+70
* revert to assign_parms assignments using default defsaoliva/pr64164aoliva2015-09-271-38/+193
* switch from gimple to gimple*tbsaunde2015-09-201-2/+2
* [PR64164] fix regressions reported on m68k and armebaoliva2015-08-191-2/+2
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-08-141-7/+377
* Revert:dje2015-07-251-371/+7
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-07-231-7/+371
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-18/+5
* gcc/rsandifo2015-06-251-6/+2
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-3/+0
* Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...aoliva2015-06-101-373/+7
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-06-091-7/+373
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-4/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-3/+0
* Use std::swap instead of explicit swapsmiyuki2015-05-191-6/+4
* remove need for store_values_directlytbsaunde2015-04-181-11/+11
* 2015-03-19 Richard Biener <rguenther@suse.de>rguenth2015-03-191-133/+21
* 2015-03-10 Richard Biener <rguenther@suse.de>rguenth2015-03-101-21/+133
* 2015-03-06 Richard Biener <rguenther@suse.de>rguenth2015-03-061-1/+1
* 2015-01-22 Richard Biener <rguenther@suse.de>rguenth2015-01-221-1/+6
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+10
* Update copyright years.jakub2015-01-051-1/+1
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-13/+16
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+10
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-10/+9
* PR lto/60404jakub2014-03-051-2/+5
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-3/+3
* * gimple.h: Remove all includes.amacleod2013-11-221-1/+6
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-1/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* * cfgexpand.c (expand_used_vars): Allocate space for partitions basedebotcazou2013-11-131-4/+12
* * tree-outof-ssa.h: Remove include files.amacleod2013-10-291-1/+2
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+5
* * tree-ssa-live.h (coalesce_ssa_name): Move Prototype to...amacleod2013-10-011-40/+1
* gcc/rsandifo2013-09-281-1/+1
* 2013-09-26 Richard Biener <rguenther@suse.de>rguenth2013-09-261-5/+6
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* * gimple.h (gimple_can_coalesce_p): Prototype.law2013-06-141-10/+40
* This patch extracts approved portions of the hash_table patches tocrowl2013-04-231-83/+47
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* PR other/54324aldyh2012-12-181-1/+1
* PR middle-end/54630jakub2012-11-191-2/+3
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-15/+15
* Change hash_table to support a comparator type different from thecrowl2012-10-251-4/+5
* * bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.steven2012-09-071-2/+2