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