summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
Commit message (Expand)AuthorAgeFilesLines
* * tree-ssa-address.c: New file.rakdver2005-06-071-1/+4
* 2005-06-01 Diego Novillo <dnovillo@redhat.com>dnovillo2005-06-021-1/+1
* * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c,ghazi2005-06-011-1/+0
* * tree-ssa-ccp.c (const_val): Make it static.kazu2005-05-301-1/+1
* * tree-ssa-ccp.c (ccp_fold): Return immediately after callingkazu2005-05-291-12/+2
* * tree-ssa-ccp.c (ccp_fold): Remove code that produceskazu2005-05-281-32/+0
* gcc/kazu2005-05-271-2/+2
* * tree-cfg.c (tree_can_merge_blocks_p): Allow phi nodes in therakdver2005-05-171-0/+26
* PR tree-opt/21399rth2005-05-161-1/+2
* gcc/kazu2005-05-081-3/+128
* * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Use STRIP_TYPE_NOPSlaw2005-05-031-1/+1
* 2005-05-03 Andrew MacLeod <amacleod@redhat.com>amacleod2005-05-031-27/+21
* * lambda.h (lambda_vector_min_nz): Likewise.nathan2005-04-211-1/+1
* * tree-flow-inline.h (get_stmt_operands): Remove.kazu2005-04-171-4/+0
* PR tree-optimization/20936.kazu2005-04-151-1/+1
* Merge from tree-cleanup-branch: VRP, store CCP, storednovillo2005-04-091-548/+630
* 2005-04-05 Andrew MacLeod <amacleod@redhat.com>amacleod2005-04-051-15/+2
* * params.c (set_param_value): Use gcc_assert & gcc_unreachable.nathan2005-04-031-2/+6
* * cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c,kazu2005-04-011-1/+1
* * builtins.c (fold_builtin): Take decomposed arguments ofkazu2005-03-211-4/+7
* * builtins.c (expand_movstr): Update a call tokazu2005-03-161-2/+10
* * tree-ssa-ccp.c (visit_assignment): Verify that result ofkenner2005-02-241-6/+12
* 2005-02-18 James A. Morrison <phython@gcc.gnu.org>phython2005-02-191-6/+4
* * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.nathan2005-02-171-2/+2
* * cfganal.c, real.h, reorg.c, timevar.def, tree-ssa-ccp.c,kazu2005-01-221-1/+2
* * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Always subtractrakdver2005-01-191-28/+23
* PR/18662, also backported from tree-cleanup-branch.kenner2004-11-291-7/+9
* PR/18664kenner2004-11-291-8/+22
* * fold-const.c (nondestructive_fold_binary_to_constant): Renamesayle2004-11-231-6/+2
* 2004-11-16 Daniel Berlin <dberlin@dberlin.org>dberlin2004-11-171-4/+1
* * tree-cfg.c (find_taken_edge): Reject VAL begin NULL.kazu2004-11-041-1/+1
* 2004-10-27 Daniel Berlin <dberlin@dberlin.org>dberlin2004-10-271-1/+1
* PR tree-optimization/17697jakub2004-09-291-0/+8
* PR 15089rth2004-09-291-9/+14
* PR tree-optimization/17474rakdver2004-09-251-3/+5
* 2004-09-23 Diego Novillo <dnovillo@redhat.com>jakub2004-09-231-3/+41
* * tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE ratherlaw2004-09-231-4/+4
* * tree-ssa-ccp.c (get_default_value): If we have a constantlaw2004-09-221-1/+28
* 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>zack2004-09-171-5/+6
* * tree-outof-ssa.c (free_temp_expr_table): Add missed assert.nathan2004-09-091-2/+2
* * targhooks.c (default_unwind_emit, default_scalar_mode_supported_p):nathan2004-09-091-42/+19
* 2004-09-06 Paolo Bonzini <bonzini@gnu.org>bonzini2004-09-061-3/+4
* * c-common.c, c-decl.c, combine.c, defaults.h, fold-const.c,kazu2004-09-051-3/+3
* * c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.kenner2004-08-311-1/+1
* * tree-ssa-ccp.c (ccp_visit_stmt): Remove #if 0 guards.dnovillo2004-08-291-2/+0
* * Makefile.in (OBJS-common): Add tree-ssa-propagate.odnovillo2004-08-291-1342/+830
* 2004-08-25 Andrew MacLeod <amacleod@redhat.com>amacleod2004-08-251-66/+25
* * tree.h (build_int_cst): New, sign extended constant.nathan2004-08-251-3/+3
* .:nathan2004-08-151-3/+5
* 2004-08-10 Andrew MacLeod <amacleod@redhat.com>amacleod2004-08-101-1/+2