summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-coalesce.c
Commit message (Expand)AuthorAgeFilesLines
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-10/+6
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-5/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+1
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate a new entry only ...Richard Guenther2010-01-041-8/+9
* Remove trailing white spaces.H.J. Lu2009-11-251-57/+57
* re PR lto/40758 ([LTO] ICE in partition_view_bitmap, at tree-ssa-live.c:331)Michael Matz2009-09-261-1/+4
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+5
* tree-ssa-coalesce.c (coalesce_cost): Do not take ciritical parameter; update ...Jan Hubicka2009-05-021-11/+32
* Expand from SSA.Michael Matz2009-04-261-30/+5
* tree-ssa-copyrename.c (rename_ssa_copies): Don't iterate beyond num_ssa_names.Michael Matz2009-04-261-1/+1
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-6/+3
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-2/+2
* re PR middle-end/38981 (internal compiler error)Eric Botcazou2009-02-091-7/+6
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-9/+5
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-44/+58
* cgraph.c (cgraph_add_new_function): Do early local passes.Jan Hubicka2008-07-201-0/+50
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-2/+2
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+3
* predict.c (maybe_hot_frequency_p): Break out of...Jan Hubicka2008-06-021-1/+1
* tree-ssa-coalesce.c (compare_pairs): Use the elements as secondary keys in or...Nick Clifton2007-08-311-2/+16
* re PR tree-optimization/32919 (SSA corruption because of abnormal edges and PRE)Daniel Jacobowitz2007-08-011-0/+20
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-5/+7
* re PR tree-optimization/31866 (ICE with tree check error: expected ssa_name, ...Jakub Jelinek2007-06-211-2/+2
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-2/+2
* i386.c, [...]: Fix comment typos.Kazu Hirata2007-05-261-1/+1
* tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): RemoveMartin Michlmayr2007-03-081-1/+1
* tree-flow-inline.h (single_imm_use_p): Remove.Richard Guenther2007-02-161-1/+1
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2006-12-221-9/+9
* re PR tree-optimization/30159 (gcc.c-torture/execute/20010422-1.c is miscompi...Andrew MacLeod2006-12-121-1/+1
* [multiple changes]Diego Novillo2006-12-111-2/+1
* New out of ssa Coalescer.Andrew MacLeod2006-12-101-0/+1355