summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-coalesce.c
Commit message (Expand)AuthorAgeFilesLines
* * tree-ssa-coalesce.c (compare_pairs): Use the elements as secondary keys nickc2007-08-311-2/+16
* PR tree-optimization/32919drow2007-08-011-0/+20
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* * c-common.c (fname_as_string, c_type_hash): Constify.ghazi2007-07-251-5/+7
* PR tree-optimization/31866jakub2007-06-211-2/+2
* * tree-ssa-alias-warnings.c (maybe_add_match): Cast according to thetneumann2007-06-061-2/+2
* * config/i386/i386.c, config/pa/pa.c, config/spu/spu.c,kazu2007-05-261-1/+1
* tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Removetbm2007-03-081-1/+1
* 2007-02-16 Richard Guenther <rguenther@suse.de>rguenth2007-02-161-1/+1
* * cgraphunit.c, config/i386/i386.c, config/ia64/ia64.c, cse.c,kazu2006-12-221-9/+9
* 2006-12-12 Andrew Macleod <amacleod@redhat.com>amacleod2006-12-121-1/+1
* 2006-12-11 Diego Novillo <dnovillo@redhat.com>dnovillo2006-12-121-2/+1
* New out of ssa Coalescer.amacleod2006-12-101-0/+1355