aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-14tree-vrp.c (vrp_evaluate_conditional): Mark strings for translation.Manuel López-Ibáñez1-2/+4
2009-07-07c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez1-21/+11
2009-06-29re PR tree-optimization/40579 (gcc -O2 optimization causes infinite loop and ...Richard Guenther1-0/+8
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-5/+13
2009-05-15dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.Eric Botcazou1-22/+3
2009-05-11passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther1-1/+1
2009-04-28tree.h (SSA_NAME_VALUE): Remove.Richard Guenther1-0/+2
2009-04-24tree-vrp.c (extract_range_from_binary_expr): Handle overflow from unsigned ad...Richard Guenther1-0/+16
2009-04-18tree-vrp.c (ssa_name_nonzero_p): Remove.Kazu Hirata1-22/+0
2009-04-18re PR middle-end/36902 (Array bound warning with dead code after optimization)Manuel López-Ibáñez1-23/+53
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-2/+2
2009-03-18graphite.c (exclude_component_ref): Renamed contains_component_ref_p.Sebastian Pop1-4/+4
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-28re PR middle-end/38934 (ICE in set_value_range, at tree-vrp.c:398)Jakub Jelinek1-2/+2
2008-12-30re PR middle-end/38572 (ICE in set_value_range, at tree-vrp.c:398)Paolo Bonzini1-6/+12
2008-12-12tree-vrp.c (extract_range_from_binary_expr): Don't shift by floor_log2 of zero.Alexandre Oliva1-2/+2
2008-12-07re PR tree-optimization/38405 ((silent failure) handling bitfield in ternary)Richard Guenther1-0/+6
2008-12-01re PR rtl-optimization/38245 (stack corruption when a call is removed but not...Jakub Jelinek1-68/+188
2008-10-01re PR middle-end/37285 (ICE while building binutils on ppc)Richard Guenther1-0/+7
2008-09-30re PR tree-optimization/37662 (ice: tree check: expected ssa_name, have integ...Jakub Jelinek1-5/+13
2008-09-16re PR tree-optimization/37508 (ICE in in simplify_truth_ops_using_ranges, at ...Richard Guenther1-1/+2
2008-09-12tree-vrp.c (simplify_truth_ops_using_ranges): Fix types.Richard Guenther1-2/+1
2008-09-11dojump.c (do_jump): Move below.Paolo Bonzini1-21/+222
2008-09-04tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges): Break out ...Jan Hubicka1-20/+43
2008-09-02re PR tree-optimization/37327 (another ice in set_value_range, at tree-vrp.c:...Richard Guenther1-0/+8
2008-08-30re PR bootstrap/37086 (GCC 3.4 miscompiles trunk (for cross compiling))Joseph Myers1-0/+5
2008-08-29re PR tree-optimization/37207 (ice at tree-ssa-ifcombine.c:222 for -Os)Richard Guenther1-3/+6
2008-08-22re PR tree-optimization/37143 (ICE in VRP with the auto-vectorizer)Richard Guenther1-1/+4
2008-08-21re PR tree-optimization/37181 (FAIL: Divide_1 -O3)Richard Guenther1-2/+4
2008-08-20tree-vrp.c (op_with_constant_singleton_value_range): New function.Richard Guenther1-0/+47
2008-08-20tree-vrp.c (found_in_subgraph): Remove.Richard Guenther1-132/+133
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-6/+3
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-6/+6
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-424/+557
2008-07-24tree-vrp.c (infer_value_range): Ignore asm statements when looking for memory...Ian Lance Taylor1-1/+3
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+3
2008-05-31re PR tree-optimization/34244 (VRP/SCEV miscompiles Firefox)Richard Guenther1-34/+6
2008-05-20tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.Richard Guenther1-3/+2
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-6/+3
2008-05-02Rolled back the following changes made in revision 134865:Simon Baldwin1-2/+2
2008-05-01c-common.h (warn_array_subscript_range): New function.Simon Baldwin1-2/+2
2008-04-28re PR tree-optimization/36066 (ICE with -O1 -finline-small-functions -ftree-v...Richard Guenther1-4/+1
2008-04-24tree-flow.h (vrp_evaluate_conditional): Change signature.Rafael Avila de Espindola1-67/+34
2008-04-23tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily1-3/+1
2008-04-18tree-vrp.c (find_case_label_index): Fix the binary search.Rafael Avila de Espindola1-69/+100
2008-04-11re PR tree-optimization/35869 (ICE in calc_dfs_tree at -O2 -gnatp after VRP o...Richard Guenther1-14/+18
2008-04-10tree-vrp.c (extract_range_from_binary_expr): Don't handle TRUTH_ANDIF_EXPR or...Rafael Avila de Espindola1-7/+1
2008-04-06re PR middle-end/35400 (-Wtype-limits -O2 causes ICE tree check: expected ssa...Richard Guenther1-1/+2
2008-04-03tree-vrp.c (extract_range_from_unary_expr): Handle all conversions.Richard Guenther1-55/+47
2008-04-02re PR tree-optimization/14495 ([tree-ssa] Propagate range info into a switch ...Richard Guenther1-4/+141