summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-coalesce.c
Commit message (Expand)AuthorAgeFilesLines
* 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