summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-coalesce.c
Commit message (Expand)AuthorAgeFilesLines
* * tree-ssa-coalesce.c (coalesce_cost): Do not take ciriticalhubicka2009-05-021-11/+32
* gcc/matz2009-04-261-30/+5
* * tree-ssa-copyrename.c (rename_ssa_copies): Don't iteratematz2009-04-261-1/+1
* 2009-04-03 Richard Guenther <rguenther@suse.de>rguenth2009-04-031-6/+3
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-2/+2
* PR middle-end/38981ebotcazou2009-02-091-7/+6
* * loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.hubicka2008-08-291-9/+5
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-44/+58
* * cgraph.c (cgraph_add_new_function): Do early local passes.hubicka2008-07-201-0/+50
* * ggc.h (GGC_RESIZEVAR): New, reorder macros.ghazi2008-06-201-2/+2
* gcc/rwild2008-06-061-2/+3
* * predict.c (maybe_hot_frequency_p): Break out of...hubicka2008-06-021-1/+1
* * 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