aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-13bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka1-1/+1
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-26tree-ssa-sccvn.c (copy_nary): Adjust.Richard Guenther1-62/+60
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-05-14re PR tree-optimization/44124 (valgrind reports invalid read while compiling ...Richard Guenther1-2/+3
2010-04-07re PR tree-optimization/43270 (array-bounds false negative)Richard Guenther1-1/+77
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-01-04tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate a new entry only ...Richard Guenther1-13/+15
2010-01-04tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use iterative_hash_* as inte...Richard Guenther1-31/+18
2009-12-19re PR tree-optimization/42108 (50% performance regression)Richard Guenther1-2/+16
2009-12-18tree-ssa-sccvn.c (copy_nary): New function.Richard Guenther1-3/+59
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-2/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-22/+22
2009-10-31tree-ssa-sccvn.c (vn_reference_lookup_3): Bail out instead of aborting if the...Eric Botcazou1-1/+3
2009-09-14Squash commit of EH in gimpleRichard Henderson1-4/+0
2009-09-08tree-ssa-sccvn.c (vn_reference_lookup_3): Don't assume there are more VR->OPE...Richard Henderson1-2/+3
2009-08-06tree-ssa.c (useless_type_conversion_p_1): Make function and array type compar...Richard Guenther1-23/+12
2009-06-16bitmap.c (bitmap_clear): Don't declare as inline.Ian Lance Taylor1-1/+1
2009-06-12re PR tree-optimization/38865 (missing FRE with VIEW_CONVERT_EXPR)Andrew Pinski1-0/+6
2009-06-03tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE consistently.Richard Guenther1-1/+1
2009-06-02tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE for field decls.Richard Guenther1-1/+1
2009-05-28tree-ssa-alias.c (ao_ref_init): New function.Richard Guenther1-77/+190
2009-05-25re PR tree-optimization/36327 (SCCVN should look through struct copies)Richard Guenther1-9/+166
2009-05-21tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL.Richard Guenther1-5/+11
2009-05-15re PR tree-optimization/39999 (gcc 4.4.0 compiles in infinite loop)Richard Guenther1-3/+3
2009-05-14tree-ssa-sccvn.c (compare_ops): Stabilize qsort.Doug Kwan1-4/+7
2009-04-15tree-ssa-pre.c (eliminate): When replacing a PHI node carry out a necessary c...Richard Guenther1-1/+2
2009-04-11re PR tree-optimization/39713 (ICE in get_expr_value_id)Richard Guenther1-3/+4
2009-04-08tree-ssa-sccvn.c (valueize_refs): Do not continue to valueize random data.Richard Guenther1-1/+4
2009-04-05re PR c/39648 (internal compiler error: in fold_convert, at fold-const.c:2506)Richard Biener1-0/+17
2009-04-04re PR c++/8781 (Pessimization of C++ (functional) code)Richard Guenther1-32/+87
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-287/+103
2009-03-28re PR tree-optimization/38513 (Only postreload will remove a no-op store)Richard Guenther1-0/+4
2009-03-04re PR tree-optimization/39362 (ICE failing to coalesce ab SSA names)Richard Guenther1-8/+13
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-06re PR target/35659 (Miscompiled code with -O2 (but not with -O2 -funroll-loop...Paolo Bonzini1-3/+20
2009-01-28re PR tree-optimization/38926 (ice in find_or_generate_expression, at tree-ss...Richard Guenther1-1/+1
2009-01-23re PR middle-end/38932 (ICE in set_value_range, at tree-vrp.c:398)Paolo Bonzini1-4/+5
2009-01-18re PR tree-optimization/38819 (trapping expression wrongly hoisted out of loop)Richard Guenther1-0/+47
2008-11-20re PR middle-end/29215 (extra store for memcpy)Jakub Jelinek1-1/+1
2008-11-02re PR tree-optimization/37542 (PRE doesn't simplify during phi-translation)Richard Guenther1-3/+21
2008-11-02re PR tree-optimization/37991 (excessive memory consumption - possible hang)Richard Guenther1-2/+7
2008-10-04tree-ssa-sccvn.c (vn_reference_op_eq): Use types_compatible_p instead of poin...Richard Guenther1-2/+2
2008-09-22re PR tree-optimization/37145 (XFAILs from PRE rewrite, SCCVN union optimizat...Richard Guenther1-11/+14
2008-09-18re PR tree-optimization/37258 (ice in simplify_subreg, at simplify-rtx.c:4957)Richard Guenther1-0/+14
2008-09-08re PR tree-optimization/37421 (ICE in vn_reference_insert_pieces at tree-ssa-...Richard Guenther1-3/+7
2008-08-21tree-ssa-pre.c (insert_into_preds_of_block): Before inserting a PHI ask VN if...Richard Guenther1-1/+1
2008-08-19re PR tree-optimization/35972 (load-PRE missed opportunities without SFTs)Richard Guenther1-2/+112
2008-08-13gimple.h (gimple_call_set_chain): Accept SSA variables.Eric Botcazou1-3/+2