aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-07re PR tree-optimization/47615 (ICE: too deep recursion in phi_translate/phi_t...Richard Guenther1-4/+9
2011-01-21re PR tree-optimization/47365 (wrong code with -O -ftree-pre)Richard Guenther1-8/+12
2010-12-16tree-ssa-sccvn.c (vn_reference_lookup_3): Always punt if the call to get_ref_...Eric Botcazou1-4/+7
2010-12-08tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use a shift instead of a divi...Richard Guenther1-3/+4
2010-11-23tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid doing work twice.Richard Guenther1-20/+28
2010-11-16tree-ssa-sccvn.c (visit_unary_op): Rename to ...Richard Guenther1-33/+8
2010-11-10re PR tree-optimization/46398 (early FRE miscompiles simple testcase)Richard Biener1-3/+14
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-2/+2
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-4/+1
2010-10-09re PR tree-optimization/45950 (ICE segmentation fault compiling __udivdi3)Nathan Froyd1-4/+10
2010-10-08tree-ssa-sccvn.c (init_vn_nary_op_from_pieces): New function.Nathan Froyd1-166/+159
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-9/+0
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-7/+9
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-9/+9
2010-08-16tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther1-1/+0
2010-07-26re PR tree-optimization/45071 (ICE: tree check: expected ssa_name, have integ...Richard Guenther1-5/+3
2010-07-22re PR middle-end/45017 (miscompile with bitfield and optimization)Richard Guenther1-0/+15
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov1-1/+1
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-1/+1
2010-07-08tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix stmt check for PO...Richard Guenther1-2/+2
2010-07-08tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): New function.Richard Guenther1-0/+81
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-9/+0
2010-07-042010-07-4 Richard Guenther <rguenther@suse.de>Richard Guenther1-4/+4
2010-07-04re PR tree-optimization/44656 (VN should value-replace operands during alias-...Richard Guenther1-0/+17
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-112/+216
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-0/+4
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