aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-4/+4
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-2/+1
2007-06-15[multiple changes]Andrew Pinski1-40/+10
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-5/+5
2007-05-01tree.h (maybe_fold_offset_to_component_ref): Remove.Jan Hubicka1-21/+90
2007-04-27re PR tree-optimization/31715 (Array calculation done incorrectly)Richard Guenther1-13/+24
2007-04-12re PR tree-optimization/24689 (operand_equal_p does not return true for some ...Richard Guenther1-3/+1
2007-04-09foldaddr-3.c: New file.Jan Hubicka1-3/+16
2007-04-08tree.h (maybe_fold_offset_to_component_ref): Declare.Jan Hubicka1-1/+1
2007-03-09tree-pass.h (TODO_update_smt_usage): Remove.Diego Novillo1-2/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-38/+58
2007-02-13common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor1-10/+27
2007-01-18tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka1-3/+1
2007-01-18tree-ssa-ccp.c (ccp_finalize): Return if something changed.Jan Hubicka1-23/+18
2007-01-11re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka1-2/+2
2007-01-08tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...Richard Guenther1-1/+1
2007-01-08Better handling of COND_EXPRs in rhsRoberto Costa1-0/+11
2006-12-11[multiple changes]Diego Novillo1-12/+11
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-9/+19
2006-12-05tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin1-2/+2
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-13/+13
2006-12-01[multiple changes]H.J. Lu1-0/+50
2006-11-17re PR tree-optimization/29801 (ICE in set_lattice_value (tree-ssa-ccp.c))Zdenek Dvorak1-9/+33
2006-11-16tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.Dirk Mueller1-2/+1
2006-11-09re PR tree-optimization/29738 (Missed constant propagation into loops)Zdenek Dvorak1-179/+121
2006-11-08tree-ssa-propagate.c (set_rhs): Restructure validity tests as a test for incl...Roger Sayle1-5/+8
2006-10-27builtins.c (fold_builtin): Don't generate NOP_EXPR that is going to be thrown...Jan Hubicka1-4/+13
2006-09-05re PR tree-optimization/28935 (Segfault in operand_equal_p with -ftree-vecto...Richard Guenther1-0/+12
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