aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-16re PR tree-optimization/22303 (CCP does not handle STRING_CSTs)Richard Guenther1-4/+19
2006-04-03builtins.c (dummy_object): Use build_int_cst instead of convert.Roger Sayle1-3/+3
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-3/+6
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-4/+4
2006-03-01re PR tree-optimization/26443 (ICE in add_virtual_operand, at tree-ssa-operan...Daniel Berlin1-4/+4
2006-03-01re PR middle-end/26022 (ICE with references and virtual functions)Andrew Pinski1-0/+34
2006-02-18re PR tree-optimization/25680 (Store CCP does not understand REALPART_EXPR < ...Andrew Pinski1-5/+13
2006-01-23re PR middle-end/24437 (OBJ_TYPE_REF handling in fold_stmt should be moved to...Andrew Pinski1-32/+0
2005-12-21tree-data-ref.c (estimate_niter_from_size_of_data): Replace fold_build2 with ...Kazu Hirata1-5/+5
2005-12-19tree-flow.h (struct stmt_ann_d): Remove makes_aliased_loads and makes_aliased...Zdenek Dvorak1-3/+1
2005-12-18tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis1-3/+3
2005-12-16basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-12-14tree-ssa-ccp.c (fold_stmt_r): DATA argument is now a pointer to a structure c...Jeff Law1-4/+35
2005-12-09tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo1-1/+1
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-0/+1
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-5/+5
2005-11-21re PR tree-optimization/24653 (EON regressed seriously on x86-64)Jan Hubicka1-0/+4
2005-11-19re PR tree-optimization/24665 (internal compiler error: get_indirect_ref_oper...Richard Henderson1-2/+28
2005-10-11re PR tree-optimization/23946 (ICE: verify_ssa failed ("definition ... follow...Andrew Pinski1-1/+1
2005-09-29re PR tree-optimization/23911 (Failure to propagate constants from a const in...Steven Bosscher1-0/+9
2005-08-17re PR tree-optimization/21574 (store_ccp doesn't see through a store.)Steven Bosscher1-4/+14
2005-08-17fold-const.c (optimize_bit_field_compare): Remove extra fold call.James A. Morrison1-5/+5
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-1/+1
2005-07-25re PR tree-optimization/22484 (ICE: verify_stmts failed with -O3)Andrew Pinski1-0/+1
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-12/+10
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