aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-27builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6.Jakub Jelinek1-60/+134
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-4/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-1/+4
2005-06-01[multiple changes]Diego Novillo1-1/+1
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-30* tree-ssa-ccp.c (const_val): Make it static.Kazu Hirata1-1/+1
2005-05-29tree-ssa-ccp.c (ccp_fold): Return immediately after calling fold_unary and fo...Kazu Hirata1-12/+2
2005-05-28tree-ssa-ccp.c (ccp_fold): Remove code that produces non-gimple min minvariant.Kazu Hirata1-32/+0
2005-05-27re PR tree-optimization/21658 (CCP does not propagate ADDR_EXPR far enough.)Kazu Hirata1-2/+2
2005-05-17tree-cfg.c (tree_can_merge_blocks_p): Allow phi nodes in the merged block.Zdenek Dvorak1-0/+26
2005-05-16re PR tree-optimization/21399 (libstdc++ 12077.cc ICE)Richard Henderson1-1/+2
2005-05-08PR tree-optimization/14841, tree-optimization/15838Steven Bosscher1-3/+128
2005-05-03tree-ssa-ccp.c (maybe_fold_stmt_indirect): Use STRIP_TYPE_NOPS rather than ST...Richard Guenther1-1/+1
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-27/+21
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell1-1/+1
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-4/+0
2005-04-15re PR tree-optimization/20936 (tree check: accessed operand 2 of view_convert...Kazu Hirata1-1/+1
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-548/+630
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-15/+2
2005-04-03params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell1-2/+6
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-03-21builtins.c (fold_builtin): Take decomposed arguments of CALL_EXPR.Kazu Hirata1-4/+7
2005-03-16builtins.c (expand_movstr): Update a call to fold_builtin_strcpy.Kazu Hirata1-2/+10
2005-02-24tree-ssa-ccp.c (visit_assignment): Verify that result of VIEW_CONVERT_EXPR is...Richard Kenner1-6/+12
2005-02-19tree-ssa-ccp.c (widen_bitfield): Pass type to build_int_cst and don't call fo...James A. Morrison1-6/+4
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-2/+2
2005-01-22cfganal.c, [...]: Update copyright.Kazu Hirata1-1/+2
2005-01-19tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Always subtract the offs...Zdenek Dvorak1-28/+23
2004-11-28PR/18662, also backported from tree-cleanup-branch.Richard Kenner1-7/+9
2004-11-28tree-ssa-operands.c (build_ssa_operands, [...]): Ignore a VIEW_CONVERT_EXPR o...Richard Kenner1-8/+22
2004-11-23fold-const.c (nondestructive_fold_binary_to_constant): Rename to fold_binary_...Roger Sayle1-6/+2
2004-11-17re PR tree-optimization/18519 (ICE: Segmentation fault with optimization)Daniel Berlin1-4/+1
2004-11-04tree-cfg.c (find_taken_edge): Reject VAL begin NULL.Kazu Hirata1-1/+1
2004-10-27re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin1-1/+1
2004-09-29re PR tree-optimization/17697 (ICE: Statement marked for throw, but doesn't -...Jakub Jelinek1-0/+8
2004-09-28re PR tree-optimization/15089 (local register variable with a specified regis...Richard Henderson1-9/+14
2004-09-25re PR tree-optimization/17474 (Compiling at -01 yields different results)Zdenek Dvorak1-3/+5
2004-09-23tree-flow.h (find_new_referenced_vars): Add prototype.Jakub Jelinek1-3/+41
2004-09-23tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather than SSA_NAME_E...Jeff Law1-4/+4
2004-09-21tree-ssa-ccp.c (get_default_value): If we have a constant value recorded for ...Jeff Law1-1/+28
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-5/+6
2004-09-09tree-outof-ssa.c (free_temp_expr_table): Add missed assert.Nathan Sidwell1-2/+2
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-42/+19
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-3/+4
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-3/+3
2004-08-31c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.Richard Kenner1-1/+1
2004-08-29tree-ssa-ccp.c (ccp_visit_stmt): Remove #if 0 guards.Diego Novillo1-2/+0
2004-08-29Makefile.in (OBJS-common): Add tree-ssa-propagate.oDiego Novillo1-1342/+830
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod1-66/+25