aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-coalesce.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-31tree-ssa-coalesce.c (compare_pairs): Use the elements as secondary keys in or...Nick Clifton1-2/+16
2007-08-01re PR tree-optimization/32919 (SSA corruption because of abnormal edges and PRE)Daniel Jacobowitz1-0/+20
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-5/+7
2007-06-21re PR tree-optimization/31866 (ICE with tree check error: expected ssa_name, ...Jakub Jelinek1-2/+2
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-2/+2
2007-05-26i386.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-03-08tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): RemoveMartin Michlmayr1-1/+1
2007-02-16tree-flow-inline.h (single_imm_use_p): Remove.Richard Guenther1-1/+1
2006-12-22cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-9/+9
2006-12-12re PR tree-optimization/30159 (gcc.c-torture/execute/20010422-1.c is miscompi...Andrew MacLeod1-1/+1
2006-12-11[multiple changes]Diego Novillo1-2/+1
2006-12-10New out of ssa Coalescer.Andrew MacLeod1-0/+1355