summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
Commit message (Expand)AuthorAgeFilesLines
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-548/+630
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-15/+2
* params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell2005-04-031-2/+6
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2005-04-011-1/+1
* builtins.c (fold_builtin): Take decomposed arguments of CALL_EXPR.Kazu Hirata2005-03-211-4/+7
* builtins.c (expand_movstr): Update a call to fold_builtin_strcpy.Kazu Hirata2005-03-161-2/+10
* tree-ssa-ccp.c (visit_assignment): Verify that result of VIEW_CONVERT_EXPR is...Richard Kenner2005-02-241-6/+12
* tree-ssa-ccp.c (widen_bitfield): Pass type to build_int_cst and don't call fo...James A. Morrison2005-02-191-6/+4
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-2/+2
* cfganal.c, [...]: Update copyright.Kazu Hirata2005-01-221-1/+2
* tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Always subtract the offs...Zdenek Dvorak2005-01-191-28/+23
* PR/18662, also backported from tree-cleanup-branch.Richard Kenner2004-11-281-7/+9
* tree-ssa-operands.c (build_ssa_operands, [...]): Ignore a VIEW_CONVERT_EXPR o...Richard Kenner2004-11-281-8/+22
* fold-const.c (nondestructive_fold_binary_to_constant): Rename to fold_binary_...Roger Sayle2004-11-231-6/+2
* re PR tree-optimization/18519 (ICE: Segmentation fault with optimization)Daniel Berlin2004-11-171-4/+1
* tree-cfg.c (find_taken_edge): Reject VAL begin NULL.Kazu Hirata2004-11-041-1/+1
* re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin2004-10-271-1/+1
* re PR tree-optimization/17697 (ICE: Statement marked for throw, but doesn't -...Jakub Jelinek2004-09-291-0/+8
* re PR tree-optimization/15089 (local register variable with a specified regis...Richard Henderson2004-09-281-9/+14
* re PR tree-optimization/17474 (Compiling at -01 yields different results)Zdenek Dvorak2004-09-251-3/+5
* tree-flow.h (find_new_referenced_vars): Add prototype.Jakub Jelinek2004-09-231-3/+41
* tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather than SSA_NAME_E...Jeff Law2004-09-231-4/+4
* tree-ssa-ccp.c (get_default_value): If we have a constant value recorded for ...Jeff Law2004-09-211-1/+28
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-5/+6
* tree-outof-ssa.c (free_temp_expr_table): Add missed assert.Nathan Sidwell2004-09-091-2/+2
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-42/+19
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-3/+4
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-3/+3
* c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.Richard Kenner2004-08-311-1/+1
* tree-ssa-ccp.c (ccp_visit_stmt): Remove #if 0 guards.Diego Novillo2004-08-291-2/+0
* Makefile.in (OBJS-common): Add tree-ssa-propagate.oDiego Novillo2004-08-291-1342/+830
* tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod2004-08-251-66/+25
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-3/+3
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-3/+5
* tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in...Andrew MacLeod2004-08-101-1/+2
* gimplify.c (gimplify_expr): Don't replace with DECL_INITIAL if fb_lvalue.Richard Henderson2004-07-301-0/+5
* tree-ssa-ccp.c (visit_assignment): Move code to prevent setting a non-registe...Diego Novillo2004-07-291-6/+6
* tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo2004-07-281-2/+2
* expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson2004-07-231-2/+1
* tree-ssa-ccp.c (latticevalue): Add UNKNOWN_VAL.Brian Booth2004-07-221-41/+190
* rtl.h (plus_constant): Delete.Zack Weinberg2004-07-201-1/+1
* tree-def (WITH_SIZE_EXPR): New.Richard Henderson2004-07-161-5/+11
* builtins.c (fold_builtin_fputs): Don't bother converting the return type to i...Roger Sayle2004-07-111-10/+1
* re PR tree-optimization/16383 (internal compiler error: in generate_element_c...Richard Henderson2004-07-111-32/+13
* tree-ssa-ccp.c (ccp_fold_builtin): Strip conversion exprs with prejudice.Richard Henderson2004-07-091-1/+10
* builtins.c (fold_builtin_strcpy): Merge functionality from simplify_builtin_s...Roger Sayle2004-07-081-37/+42
* tree-cfg.c (make_exit_edges): Use get_call_expr_in.Richard Henderson2004-07-081-41/+55
* tree-ssa-ccp.c (fold_stmt): Get type directly from OBJ_TYPE_REF_OBJECT.Richard Henderson2004-07-081-1/+6
* tree-ssa-ccp.c (set_rhs): Change function to return a bool.Roger Sayle2004-07-041-10/+23
* tree-ssa.c (tree_ssa_useless_type_conversion): Also look at VIEW_CONVERT_EXPR...Richard Kenner2004-07-031-1/+0