aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-09tree-ssa-ccp.c (maybe_fold_stmt_addition): Move non-constant indices into an ...Richard Guenther1-3/+36
2009-04-08re PR tree-optimization/36291 (GCC is slow and memory-hungry building sipQtGu...Richard Guenther1-1/+21
2009-04-06re PR tree-optimization/39643 (cris-elf gcc.dg/torture/builtin-math-3.c -O1 ...Richard Guenther1-3/+8
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-11/+14
2009-03-28Add dbg count support for ccpXinliang David Li1-1/+23
2009-03-28re PR tree-optimization/38180 (CCP does not propagate through constant initia...Richard Guenther1-75/+69
2009-03-03re PR tree-optimization/39343 (Wrong result for __builtin_object_size (x, 1))Jakub Jelinek1-2/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-18re PR target/39179 (Wrong code in c++ for const members initialized in extern...Jason Merrill1-1/+2
2009-01-23re PR middle-end/38932 (ICE in set_value_range, at tree-vrp.c:398)Paolo Bonzini1-15/+2
2008-12-31re PR middle-end/38505 (Revision 142061 caused ICE on __builtin_memcpy)Jakub Jelinek1-0/+4
2008-12-30re PR tree-optimization/38645 (ICE with volatile)Richard Guenther1-4/+13
2008-12-09re PR tree-optimization/35468 (LHS of assignment can be folded to a constant ...Jakub Jelinek1-2/+7
2008-12-03re PR middle-end/38360 (ICE in gimple_op, at gimple.h:1636)Jakub Jelinek1-10/+15
2008-11-05re PR middle-end/37742 (ICE in vectorizer with restrict pointer)Richard Guenther1-6/+27
2008-10-21re PR middle-end/37669 (ice for legal code with -O2)Adam Nemet1-16/+10
2008-10-01re PR tree-optimization/37662 (ice: tree check: expected ssa_name, have integ...Paolo Bonzini1-0/+11
2008-09-09re PR tree-optimization/37433 (tree check: expected function_decl, have strin...Richard Guenther1-0/+1
2008-09-04rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor1-2/+2
2008-09-01re PR tree-optimization/37305 (ice in set_value_range, at tree-vrp.c:397)Richard Guenther1-21/+46
2008-08-29common.opt (ftree-store-ccp): Mark as preserved for backward compatibility.Richard Guenther1-154/+9
2008-08-21tree-ssa-ccp.c (ccp_fold): Fold VIEW_CONVERT_EXPRs of constants.Richard Guenther1-1/+11
2008-08-21cgraph.c (first_cgraph_function_insertion_hook): New variable.Jan Hubicka1-0/+1
2008-08-20tree-ssa-ccp.c (maybe_fold_stmt_indirect): Do not mess with TREE_THIS_VOLATIL...Richard Guenther1-3/+10
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-3/+2
2008-08-15tree-ssa-ccp.c (maybe_fold_offset_to_reference): Do not strip components for ...Richard Guenther1-0/+1
2008-08-13tree.h (maybe_fold_offset_to_address): Declare.Richard Guenther1-34/+100
2008-08-08tree-ssa-ccp.c (likely_value): Calls are not all varying.Richard Guenther1-17/+49
2008-08-01re PR middle-end/36988 (ICE in gimple_rhs_has_side_effects, at gimple.c:2369)Richard Guenther1-1/+7
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-571/+849
2008-07-14tree-ssa-sccvn.c (pre_info): Remove.Richard Guenther1-11/+2
2008-07-09gimplify.c (struct gimplify_ctx): Move to tree-gimple.h.Jakub Jelinek1-1/+2
2008-07-06config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz1-8/+10
2008-07-04Revert 137452.Kai Tietz1-10/+8
2008-07-04config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz1-8/+10
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-09re PR tree-optimization/36129 (ICE with -fprofile-use)Uros Bizjak1-0/+5
2008-04-30re PR tree-optimization/21636 (Missed ccp optimization)Richard Guenther1-1/+51
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-2/+2
2008-03-27re PR tree-optimization/32810 (Not folding of const element for goto)Richard Guenther1-5/+14
2008-03-26tree-flow.h (widen_bitfield): Remove declaration.Richard Guenther1-102/+0
2008-03-22tree-cfg.c (verify_expr): Recurse again for invariant addresses.Richard Guenther1-27/+2
2008-03-20tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove special casing of...Richard Guenther1-1/+13
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-9/+15
2008-03-17re PR tree-optimization/19637 (Missed VRP and FRE opportunities in the presen...Richard Guenther1-0/+17
2008-03-15tree-ssa-ccp.c (ccp_fold): Also read from constant values and fold constant a...Richard Guenther1-10/+25
2008-03-15tree-ssa-ccp.c (get_symbol_constant_value): Export.Richard Guenther1-8/+12
2008-03-15re PR middle-end/35593 (spurious warning "array subscript is below array boun...Richard Guenther1-10/+28
2008-03-10re PR tree-optimization/35494 (Revision 132991 breaks C++ static member)H.J. Lu1-1/+4
2008-03-06re PR tree-optimization/35402 (Store CCP will not inline static const variabl...Andrew Pinski1-0/+6