summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-sccvn.c (copy_nary): Adjust.Richard Guenther2010-05-261-62/+60
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* re PR tree-optimization/44124 (valgrind reports invalid read while compiling ...Richard Guenther2010-05-141-2/+3
* re PR tree-optimization/43270 (array-bounds false negative)Richard Guenther2010-04-071-1/+77
* 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-13/+15
* tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use iterative_hash_* as inte...Richard Guenther2010-01-041-31/+18
* re PR tree-optimization/42108 (50% performance regression)Richard Guenther2009-12-191-2/+16
* tree-ssa-sccvn.c (copy_nary): New function.Richard Guenther2009-12-181-3/+59
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-2/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-22/+22
* tree-ssa-sccvn.c (vn_reference_lookup_3): Bail out instead of aborting if the...Eric Botcazou2009-10-311-1/+3
* Squash commit of EH in gimpleRichard Henderson2009-09-141-4/+0
* tree-ssa-sccvn.c (vn_reference_lookup_3): Don't assume there are more VR->OPE...Richard Henderson2009-09-081-2/+3
* tree-ssa.c (useless_type_conversion_p_1): Make function and array type compar...Richard Guenther2009-08-061-23/+12
* bitmap.c (bitmap_clear): Don't declare as inline.Ian Lance Taylor2009-06-161-1/+1
* re PR tree-optimization/38865 (missing FRE with VIEW_CONVERT_EXPR)Andrew Pinski2009-06-121-0/+6
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE consistently.Richard Guenther2009-06-031-1/+1
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE for field decls.Richard Guenther2009-06-021-1/+1
* tree-ssa-alias.c (ao_ref_init): New function.Richard Guenther2009-05-281-77/+190
* re PR tree-optimization/36327 (SCCVN should look through struct copies)Richard Guenther2009-05-251-9/+166
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL.Richard Guenther2009-05-211-5/+11
* re PR tree-optimization/39999 (gcc 4.4.0 compiles in infinite loop)Richard Guenther2009-05-151-3/+3
* tree-ssa-sccvn.c (compare_ops): Stabilize qsort.Doug Kwan2009-05-141-4/+7
* tree-ssa-pre.c (eliminate): When replacing a PHI node carry out a necessary c...Richard Guenther2009-04-151-1/+2
* re PR tree-optimization/39713 (ICE in get_expr_value_id)Richard Guenther2009-04-111-3/+4
* tree-ssa-sccvn.c (valueize_refs): Do not continue to valueize random data.Richard Guenther2009-04-081-1/+4
* re PR c/39648 (internal compiler error: in fold_convert, at fold-const.c:2506)Richard Biener2009-04-051-0/+17
* re PR c++/8781 (Pessimization of C++ (functional) code)Richard Guenther2009-04-041-32/+87
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-287/+103
* re PR tree-optimization/38513 (Only postreload will remove a no-op store)Richard Guenther2009-03-281-0/+4
* re PR tree-optimization/39362 (ICE failing to coalesce ab SSA names)Richard Guenther2009-03-041-8/+13
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR target/35659 (Miscompiled code with -O2 (but not with -O2 -funroll-loop...Paolo Bonzini2009-02-061-3/+20
* re PR tree-optimization/38926 (ice in find_or_generate_expression, at tree-ss...Richard Guenther2009-01-281-1/+1
* re PR middle-end/38932 (ICE in set_value_range, at tree-vrp.c:398)Paolo Bonzini2009-01-231-4/+5
* re PR tree-optimization/38819 (trapping expression wrongly hoisted out of loop)Richard Guenther2009-01-181-0/+47
* re PR middle-end/29215 (extra store for memcpy)Jakub Jelinek2008-11-201-1/+1
* re PR tree-optimization/37542 (PRE doesn't simplify during phi-translation)Richard Guenther2008-11-021-3/+21
* re PR tree-optimization/37991 (excessive memory consumption - possible hang)Richard Guenther2008-11-021-2/+7
* tree-ssa-sccvn.c (vn_reference_op_eq): Use types_compatible_p instead of poin...Richard Guenther2008-10-041-2/+2
* re PR tree-optimization/37145 (XFAILs from PRE rewrite, SCCVN union optimizat...Richard Guenther2008-09-221-11/+14
* re PR tree-optimization/37258 (ice in simplify_subreg, at simplify-rtx.c:4957)Richard Guenther2008-09-181-0/+14
* re PR tree-optimization/37421 (ICE in vn_reference_insert_pieces at tree-ssa-...Richard Guenther2008-09-081-3/+7
* tree-ssa-pre.c (insert_into_preds_of_block): Before inserting a PHI ask VN if...Richard Guenther2008-08-211-1/+1
* re PR tree-optimization/35972 (load-PRE missed opportunities without SFTs)Richard Guenther2008-08-191-2/+112
* gimple.h (gimple_call_set_chain): Accept SSA variables.Eric Botcazou2008-08-131-3/+2
* re PR tree-optimization/36945 (PRE/SCCVN do not handle aggregate function arg...Richard Guenther2008-07-291-27/+15
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-220/+496