aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-3/+3
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-3/+5
2004-08-10tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in...Andrew MacLeod1-1/+2
2004-07-30gimplify.c (gimplify_expr): Don't replace with DECL_INITIAL if fb_lvalue.Richard Henderson1-0/+5
2004-07-29tree-ssa-ccp.c (visit_assignment): Move code to prevent setting a non-registe...Diego Novillo1-6/+6
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo1-2/+2
2004-07-23expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson1-2/+1
2004-07-22tree-ssa-ccp.c (latticevalue): Add UNKNOWN_VAL.Brian Booth1-41/+190
2004-07-20rtl.h (plus_constant): Delete.Zack Weinberg1-1/+1
2004-07-16tree-def (WITH_SIZE_EXPR): New.Richard Henderson1-5/+11
2004-07-11builtins.c (fold_builtin_fputs): Don't bother converting the return type to i...Roger Sayle1-10/+1
2004-07-11re PR tree-optimization/16383 (internal compiler error: in generate_element_c...Richard Henderson1-32/+13
2004-07-09tree-ssa-ccp.c (ccp_fold_builtin): Strip conversion exprs with prejudice.Richard Henderson1-1/+10
2004-07-08builtins.c (fold_builtin_strcpy): Merge functionality from simplify_builtin_s...Roger Sayle1-37/+42
2004-07-08tree-cfg.c (make_exit_edges): Use get_call_expr_in.Richard Henderson1-41/+55
2004-07-08tree-ssa-ccp.c (fold_stmt): Get type directly from OBJ_TYPE_REF_OBJECT.Richard Henderson1-1/+6
2004-07-04tree-ssa-ccp.c (set_rhs): Change function to return a bool.Roger Sayle1-10/+23
2004-07-03tree-ssa.c (tree_ssa_useless_type_conversion): Also look at VIEW_CONVERT_EXPR...Richard Kenner1-1/+0
2004-06-28tree-cfg.c (verify_stmt): Add last_in_block parameter.Richard Henderson1-2/+7
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-3/+31
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-50/+101
2004-06-18tree-dfa.c (create_var_ann): tree_ann -> tree_ann_t.Daniel Berlin1-1/+1
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-10/+12
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-3/+3
2004-06-10Makefile.in (tree-ssanames.o): Depend on TREE_FLOW_H.Diego Novillo1-3/+3
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-14/+39
2004-06-09tree-complex.c (expand_complex_comparison): Use fold_convert instead of convert.Andrew Pinski1-1/+1
2004-06-03tree-ssa-ccp.c (varying_ssa_edges): New worklist.Daniel Berlin1-25/+65
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-4/+4