summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/40321 (internal compiler error: in compute_antic, at ...Richard Guenther2009-07-171-14/+22
* errors.c (internal_error): Commentary typo fix.Bernhard Reutner-Fischer2009-06-071-4/+4
* tree-ssa-alias.c (ao_ref_init): New function.Richard Guenther2009-05-281-32/+20
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL.Richard Guenther2009-05-211-6/+39
* tree-ssa-pre.c (eliminate): Use TODO_update_ssa_only_virtuals, not TODO_updat...Richard Guenther2009-05-151-1/+1
* passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther2009-05-111-2/+2
* re PR java/39940 (failure in jc1 on i686-apple-darwin9 host)Richard Guenther2009-05-021-1/+3
* re PR middle-end/39941 (ice in passes.c:execute_todo())Richard Guenther2009-04-291-0/+5
* tree-ssa-pre.c (create_expression_by_pieces): Remove assertion for AVAIL_OUT.Diego Novillo2009-04-171-1/+0
* omp-low.c (create_omp_child_function): Set DECL_CONTEXT for DECL.Diego Novillo2009-04-171-0/+1
* tree-ssa-dom.c (gimple_assign_unary_useless_conversion_p): Remove.Richard Guenther2009-04-171-2/+4
* tree-ssa-pre.c (eliminate): When replacing a PHI node carry out a necessary c...Richard Guenther2009-04-151-0/+2
* * tree-ssa-pre.c (eliminate): Fix call of update_stmt.Jan Hubicka2009-04-111-1/+1
* re PR tree-optimization/28868 (Not eliminating the PHIs which have the same a...Richard Guenther2009-04-061-5/+88
* re PR c++/8781 (Pessimization of C++ (functional) code)Richard Guenther2009-04-041-3/+33
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-103/+174
* re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther2009-03-311-1/+3
* re PR tree-optimization/38723 (default definitions not in avail_out)Richard Guenther2009-03-281-35/+17
* re PR tree-optimization/38513 (Only postreload will remove a no-op store)Richard Guenther2009-03-281-1/+56
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR tree-optimization/39204 (ICE in compute_antic)Richard Guenther2009-02-171-0/+3
* re PR target/35659 (Miscompiled code with -O2 (but not with -O2 -funroll-loop...Paolo Bonzini2009-02-061-22/+26
* re PR tree-optimization/38926 (ice in find_or_generate_expression, at tree-ss...Richard Guenther2009-01-281-17/+10
* re PR tree-optimization/38819 (trapping expression wrongly hoisted out of loop)Richard Guenther2009-01-181-0/+9
* re PR tree-optimization/33649 (cc1 segfaults when multiple tree opts disabled)Mark Mitchell2009-01-021-2/+2
* re PR tree-optimization/36792 (Revision 137631 causes many failures)Richard Guenther2008-12-101-0/+1
* re PR tree-optimization/36792 (Revision 137631 causes many failures)Daniel Berlin2008-12-101-4/+1
* * tree-ssa-pre.c (do_regular_insertion): Initialise edoubleprime.Ben Elliston2008-12-031-1/+1
* re PR tree-optimization/37542 (PRE doesn't simplify during phi-translation)Richard Guenther2008-11-021-22/+33
* tree-ssa-pre.c (insert_into_preds_of_block): Don't rewrite constant part of e...Daniel Berlin2008-10-201-11/+3
* tree-ssa-pre.c (phi_translate_set): Add constants to phi translation cache.Daniel Berlin2008-10-161-3/+2
* re PR tree-optimization/37617 (ICE on valid code)Richard Guenther2008-10-011-1/+2
* re PR tree-optimization/37145 (XFAILs from PRE rewrite, SCCVN union optimizat...Richard Guenther2008-09-221-2/+3
* re PR tree-optimization/37145 (XFAILs from PRE rewrite, SCCVN union optimizat...Richard Guenther2008-09-221-2/+58
* * tree-ssa-pre.c (phi_translate_1): Fix memory leakJan Hubicka2008-09-111-1/+6
* tree-ssa-pre.c (phi_translate_1): Fix memory leak.Richard Guenther2008-09-101-6/+12
* parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka2008-08-301-1/+2
* tree-ssa-pre.c (insert_into_preds_of_block): Before inserting a PHI ask VN if...Richard Guenther2008-08-211-6/+16
* tree-vrp.c (found_in_subgraph): Remove.Richard Guenther2008-08-201-17/+11
* re PR tree-optimization/35972 (load-PRE missed opportunities without SFTs)Richard Guenther2008-08-191-9/+19
* gimple.h (gimple_call_set_chain): Accept SSA variables.Eric Botcazou2008-08-131-1/+9
* tree-ssa-pre.c (fini_pre): Take in_fre parameter.Richard Guenther2008-08-011-3/+3
* re PR tree-optimization/36945 (PRE/SCCVN do not handle aggregate function arg...Richard Guenther2008-07-291-82/+69
* tree-ssa-pre.c (insert_into_preds_of_block): Remove dead code.Richard Guenther2008-07-281-131/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-356/+414
* re PR bootstrap/36864 (Yet another bootstrap failure on i686-apple-darwin9)Richard Guenther2008-07-191-1/+10
* tree-ssa-sccvn.c (expressions_equal_p): Check type equality.Daniel Berlin2008-07-151-25/+52
* tree-ssa-pre.c (insert_into_preds_of_block): Do not call convert.Richard Guenther2008-07-141-9/+2
* tree-ssa-pre.c (fully_constant_expression): Add fold_convert calls.Daniel Berlin2008-07-141-8/+19
* tree-ssa-pre.c (create_expression_by_pieces): Add fold_convert calls.Daniel Berlin2008-07-101-4/+17