aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-26re PR tree-optimization/41783 (r151561 (PRE fix) regresses zeusmp)Michael Matz1-26/+63
2009-10-23re PR tree-optimization/41778 (missed dead store elimination)Richard Guenther1-5/+10
2009-09-14Squash commit of EH in gimpleRichard Henderson1-16/+1
2009-09-09re PR tree-optimization/41101 (ICE in compute_antic, at tree-ssa-pre.c:2419)Richard Guenther1-49/+26
2009-08-08re PR tree-optimization/40991 (ICE: at optimization -02)Richard Guenther1-1/+6
2009-08-06tree-ssa.c (useless_type_conversion_p_1): Make function and array type compar...Richard Guenther1-3/+19
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-2/+3
2009-07-22re PR tree-optimization/35229 (Vectorizer doesn't support dependence created...Michael Matz1-3/+63
2009-07-17re PR tree-optimization/40321 (internal compiler error: in compute_antic, at ...Richard Guenther1-14/+22
2009-06-07errors.c (internal_error): Commentary typo fix.Bernhard Reutner-Fischer1-4/+4
2009-05-28tree-ssa-alias.c (ao_ref_init): New function.Richard Guenther1-32/+20
2009-05-21tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL.Richard Guenther1-6/+39
2009-05-15tree-ssa-pre.c (eliminate): Use TODO_update_ssa_only_virtuals, not TODO_updat...Richard Guenther1-1/+1
2009-05-11passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther1-2/+2
2009-05-02re PR java/39940 (failure in jc1 on i686-apple-darwin9 host)Richard Guenther1-1/+3
2009-04-29re PR middle-end/39941 (ice in passes.c:execute_todo())Richard Guenther1-0/+5
2009-04-17tree-ssa-pre.c (create_expression_by_pieces): Remove assertion for AVAIL_OUT.Diego Novillo1-1/+0
2009-04-17omp-low.c (create_omp_child_function): Set DECL_CONTEXT for DECL.Diego Novillo1-0/+1
2009-04-17tree-ssa-dom.c (gimple_assign_unary_useless_conversion_p): Remove.Richard Guenther1-2/+4
2009-04-15tree-ssa-pre.c (eliminate): When replacing a PHI node carry out a necessary c...Richard Guenther1-0/+2
2009-04-11* tree-ssa-pre.c (eliminate): Fix call of update_stmt.Jan Hubicka1-1/+1
2009-04-06re PR tree-optimization/28868 (Not eliminating the PHIs which have the same a...Richard Guenther1-5/+88
2009-04-04re PR c++/8781 (Pessimization of C++ (functional) code)Richard Guenther1-3/+33
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-103/+174
2009-03-31re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther1-1/+3
2009-03-28re PR tree-optimization/38723 (default definitions not in avail_out)Richard Guenther1-35/+17
2009-03-28re PR tree-optimization/38513 (Only postreload will remove a no-op store)Richard Guenther1-1/+56
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-17re PR tree-optimization/39204 (ICE in compute_antic)Richard Guenther1-0/+3
2009-02-06re PR target/35659 (Miscompiled code with -O2 (but not with -O2 -funroll-loop...Paolo Bonzini1-22/+26
2009-01-28re PR tree-optimization/38926 (ice in find_or_generate_expression, at tree-ss...Richard Guenther1-17/+10
2009-01-18re PR tree-optimization/38819 (trapping expression wrongly hoisted out of loop)Richard Guenther1-0/+9
2009-01-02re PR tree-optimization/33649 (cc1 segfaults when multiple tree opts disabled)Mark Mitchell1-2/+2
2008-12-10re PR tree-optimization/36792 (Revision 137631 causes many failures)Richard Guenther1-0/+1
2008-12-10re PR tree-optimization/36792 (Revision 137631 causes many failures)Daniel Berlin1-4/+1
2008-12-03* tree-ssa-pre.c (do_regular_insertion): Initialise edoubleprime.Ben Elliston1-1/+1
2008-11-02re PR tree-optimization/37542 (PRE doesn't simplify during phi-translation)Richard Guenther1-22/+33
2008-10-20tree-ssa-pre.c (insert_into_preds_of_block): Don't rewrite constant part of e...Daniel Berlin1-11/+3
2008-10-16tree-ssa-pre.c (phi_translate_set): Add constants to phi translation cache.Daniel Berlin1-3/+2
2008-10-01re PR tree-optimization/37617 (ICE on valid code)Richard Guenther1-1/+2
2008-09-22re PR tree-optimization/37145 (XFAILs from PRE rewrite, SCCVN union optimizat...Richard Guenther1-2/+3
2008-09-22re PR tree-optimization/37145 (XFAILs from PRE rewrite, SCCVN union optimizat...Richard Guenther1-2/+58
2008-09-11* tree-ssa-pre.c (phi_translate_1): Fix memory leakJan Hubicka1-1/+6
2008-09-10tree-ssa-pre.c (phi_translate_1): Fix memory leak.Richard Guenther1-6/+12
2008-08-30parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka1-1/+2
2008-08-21tree-ssa-pre.c (insert_into_preds_of_block): Before inserting a PHI ask VN if...Richard Guenther1-6/+16
2008-08-20tree-vrp.c (found_in_subgraph): Remove.Richard Guenther1-17/+11
2008-08-19re PR tree-optimization/35972 (load-PRE missed opportunities without SFTs)Richard Guenther1-9/+19
2008-08-13gimple.h (gimple_call_set_chain): Accept SSA variables.Eric Botcazou1-1/+9
2008-08-01tree-ssa-pre.c (fini_pre): Take in_fre parameter.Richard Guenther1-3/+3