aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-29re PR tree-optimization/36945 (PRE/SCCVN do not handle aggregate function arg...Richard Guenther1-82/+69
2008-07-28tree-ssa-pre.c (insert_into_preds_of_block): Remove dead code.Richard Guenther1-131/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-356/+414
2008-07-19re PR bootstrap/36864 (Yet another bootstrap failure on i686-apple-darwin9)Richard Guenther1-1/+10
2008-07-15tree-ssa-sccvn.c (expressions_equal_p): Check type equality.Daniel Berlin1-25/+52
2008-07-14tree-ssa-pre.c (insert_into_preds_of_block): Do not call convert.Richard Guenther1-9/+2
2008-07-14tree-ssa-pre.c (fully_constant_expression): Add fold_convert calls.Daniel Berlin1-8/+19
2008-07-10tree-ssa-pre.c (create_expression_by_pieces): Add fold_convert calls.Daniel Berlin1-4/+17
2008-07-09tree-ssa-pre.c (phi_translate_1): Update placement of add_to_value calls.Daniel Berlin1-2/+2
2008-07-08Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-opt...Daniel Berlin1-1406/+1567
2008-06-23re PR tree-optimization/36508 (ICE in compute_antic)Jakub Jelinek1-2/+6
2008-06-21tree-ssa-pre.c (fini_antic): Bitmap_sets have to be freed before the grand_bi...Bernhard Fischer1-2/+2
2008-06-20tree-ssa-pre.c: Fix typo in comment.Bernhard Fischer1-53/+82
2008-05-16tree-ssa-dse (max_stmt_uid): Removed.Kenneth Zadeck1-2/+1
2008-05-15tree-pass.h (current_pass): Declare.Richard Guenther1-16/+10
2008-05-07[multiple changes]Kenneth Zadeck1-1/+1
2008-03-20tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop): Use is_gimp...Richard Guenther1-1/+0
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+10
2008-03-18tree-ssa-sccvn.c (visit_reference_op_load): If the lookup found an expression...Richard Guenther1-8/+48
2008-03-15re PR middle-end/35595 (build broke in newlib erf_lgamma.c for cris-elf)Richard Guenther1-1/+2
2008-03-14re PR tree-optimization/34043 (Missed optimization causing extra loads and st...Richard Guenther1-46/+150
2008-03-10re PR tree-optimization/34677 (PREs insert_fake_stores is mostly useless)Richard Guenther1-85/+17
2008-03-10tree-ssa-pre.c (get_sccvn_value): Simplify.Richard Guenther1-19/+2
2008-02-29tree-ssa-pre.c (get_sccvn_value): Create missing VNs via vn_lookup_or_add.Richard Guenther1-1/+3