aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-19tree-ssa-pre.c (try_combine_conversion): Strip useless type conversions after...Richard Guenther1-3/+8
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-4/+4
2006-05-04re PR tree-optimization/14287 ([tree-ssa] does not remove unnecessary extensi...Richard Guenther1-3/+49
2006-05-04re PR tree-optimization/26447 (verify_flow_info failed, load PRE with java pr...Richard Guenther1-8/+11
2006-03-23re PR tree-optimization/26795 (ACATS ICE c37213d on x86 in valid_in_set, at t...Andrew Pinski1-9/+0
2006-03-21re PR tree-optimization/26781 (ICE in tree-ssa-pre.c at create_component_ref_...Andrew Pinski1-0/+1
2006-03-20re PR tree-optimization/26629 (tree load PRE does not work on array references)Andrew Pinski1-25/+109
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+4
2006-02-09re PR tree-optimization/26179 (ICE while compiling mozilla in tree-ssa-pre.c)Andrew Pinski1-0/+1
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-2/+2
2006-02-06tree-ssa-pre.c (bb_value_sets_t): Add antic_safe_loads.Daniel Berlin1-28/+201
2006-02-05tree-vrp.c (cfg_loops): Removed.Zdenek Dvorak1-1/+1
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2006-01-24re PR tree-optimization/25860 (ice with -g -O2 -fPIC)Andrew Pinski1-1/+2
2006-01-23re PR tree-optimization/25315 (testsuite failure:27_io/basic_ostream/inserter...Andrew Pinski1-0/+4
2006-01-13re PR tree-optimization/25771 (ice in coalesce_abnormal_edges, at tree-outof-...Daniel Berlin1-0/+3
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-1/+1
2006-01-06tree-dfa.c (mark_new_vars_to_rename): Create stmt annotation, if necessary.Richard Guenther1-3/+1
2005-12-31re PR tree-optimization/25612 (Ada bootstrap failure on x86_64 find_or_genera...Andrew Pinski1-0/+13
2005-12-30tree.h (VALUE_HANDLE_VUSES): New.Daniel Berlin1-112/+859
2005-12-28global.c, [...]: Move DEF_VEC_P(basic_block) and DEF_VEC_ALLOC_P(basic_block,...Kazu Hirata1-2/+0
2005-12-24tree-pass.h (pass_eliminate_useless_stores): Remove.Daniel Berlin1-132/+0
2005-12-18tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis1-12/+12
2005-12-16basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-12-07tree-ssa-pre.c (bitmap_set_and): New function.Daniel Berlin1-0/+127
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-1/+1
2005-10-19re PR tree-optimization/24231 (SSA corruption with C++ code and exceptions an...Daniel Berlin1-2/+5
2005-09-06tree-ssa-pre.c (try_look_through_load): New function.Steven Bosscher1-0/+75
2005-07-17re PR tree-optimization/22531 (ICE in mark_sym_for_renaming while compiling d...Daniel Berlin1-0/+1
2005-07-17tree-optimize.c (init_tree_optimization_passes): Add pass_eliminate_useless_s...Daniel Berlin1-0/+132
2005-07-12re PR middle-end/21840 (ICE while building Linux kernel (seg fault), missing ...Andrew Pinski1-0/+9
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-6/+6
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-18re PR tree-optimization/22116 (PRE of COMPLEX_EXPR causes ICE)Richard Henderson1-0/+4
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-25re PR tree-optimization/21705 (FRE does not eliminate a redundant pure call.)Daniel Berlin1-6/+25
2005-05-18tree-ssa-pre.c (find_or_generate_expression): CALL_EXPR is okay too.Daniel Berlin1-1/+2
2005-05-16re PR tree-optimization/21399 (libstdc++ 12077.cc ICE)Richard Henderson1-1/+1
2005-05-16* tree-ssa-pre.c: Fix a comment typo.Kazu Hirata1-1/+1
2005-05-16re PR tree-optimization/21576 (FRE does not eliminate a redundant builtin call.)Daniel Berlin1-12/+269
2005-05-12re PR tree-optimization/21520 (missing PRE opportunity with operand after ope...Steven Bosscher1-17/+37
2005-05-12re PR tree-optimization/21532 (ICE caused by PRE dead instruction removal)Daniel Berlin1-0/+2
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-24/+15
2005-04-27* tree-ssa-pre.c: Fix a comment typo.Kazu Hirata1-1/+1
2005-04-25re PR tree-optimization/21173 (miscompiled pointer subtraction broke Linux ke...Steven Bosscher1-86/+54
2005-04-24tree-ssa-copy.c (copy_prop_visit_cond_stmt): Use COMPARISON_CLASS_P.Kazu Hirata1-2/+2
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell1-4/+3
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-24/+37
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-3/+0