summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-coalesce.c
Commit message (Expand)AuthorAgeFilesLines
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-1/+0
* * basic-block.h (single_succ_edge): Use gcc_checking_assert.froydnj2010-10-211-10/+6
* * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call tofroydnj2010-08-191-5/+2
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-0/+1
* * gimplify.c: Do not include except.h and optabs.h.steven2010-06-011-1/+0
* * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h orjsm282010-05-211-0/+1
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* 2010-01-04 Richard Guenther <rguenther@suse.de>rguenth2010-01-041-8/+9
* Remove trailing white spaces.hjl2009-11-251-57/+57
* PR lto/40758matz2009-09-261-1/+4
* gcc/ChangeLog:aoliva2009-09-021-0/+5
* * 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