summaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
Commit message (Expand)AuthorAgeFilesLines
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-5/+13
* dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.Eric Botcazou2009-05-151-22/+3
* passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther2009-05-111-1/+1
* tree.h (SSA_NAME_VALUE): Remove.Richard Guenther2009-04-281-0/+2
* tree-vrp.c (extract_range_from_binary_expr): Handle overflow from unsigned ad...Richard Guenther2009-04-241-0/+16
* tree-vrp.c (ssa_name_nonzero_p): Remove.Kazu Hirata2009-04-181-22/+0
* re PR middle-end/36902 (Array bound warning with dead code after optimization)Manuel López-Ibáñez2009-04-181-23/+53
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-2/+2
* graphite.c (exclude_component_ref): Renamed contains_component_ref_p.Sebastian Pop2009-03-181-4/+4
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR middle-end/38934 (ICE in set_value_range, at tree-vrp.c:398)Jakub Jelinek2009-01-281-2/+2
* re PR middle-end/38572 (ICE in set_value_range, at tree-vrp.c:398)Paolo Bonzini2008-12-301-6/+12
* tree-vrp.c (extract_range_from_binary_expr): Don't shift by floor_log2 of zero.Alexandre Oliva2008-12-121-2/+2
* re PR tree-optimization/38405 ((silent failure) handling bitfield in ternary)Richard Guenther2008-12-071-0/+6
* re PR rtl-optimization/38245 (stack corruption when a call is removed but not...Jakub Jelinek2008-12-011-68/+188
* re PR middle-end/37285 (ICE while building binutils on ppc)Richard Guenther2008-10-011-0/+7
* re PR tree-optimization/37662 (ice: tree check: expected ssa_name, have integ...Jakub Jelinek2008-09-301-5/+13
* re PR tree-optimization/37508 (ICE in in simplify_truth_ops_using_ranges, at ...Richard Guenther2008-09-161-1/+2
* tree-vrp.c (simplify_truth_ops_using_ranges): Fix types.Richard Guenther2008-09-121-2/+1
* dojump.c (do_jump): Move below.Paolo Bonzini2008-09-111-21/+222
* tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges): Break out ...Jan Hubicka2008-09-041-20/+43
* re PR tree-optimization/37327 (another ice in set_value_range, at tree-vrp.c:...Richard Guenther2008-09-021-0/+8
* re PR bootstrap/37086 (GCC 3.4 miscompiles trunk (for cross compiling))Joseph Myers2008-08-301-0/+5
* re PR tree-optimization/37207 (ice at tree-ssa-ifcombine.c:222 for -Os)Richard Guenther2008-08-291-3/+6
* re PR tree-optimization/37143 (ICE in VRP with the auto-vectorizer)Richard Guenther2008-08-221-1/+4
* re PR tree-optimization/37181 (FAIL: Divide_1 -O3)Richard Guenther2008-08-211-2/+4
* tree-vrp.c (op_with_constant_singleton_value_range): New function.Richard Guenther2008-08-201-0/+47
* tree-vrp.c (found_in_subgraph): Remove.Richard Guenther2008-08-201-132/+133
* tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily2008-08-181-6/+3
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-6/+6
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-424/+557
* tree-vrp.c (infer_value_range): Ignore asm statements when looking for memory...Ian Lance Taylor2008-07-241-1/+3
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-3/+3
* re PR tree-optimization/34244 (VRP/SCEV miscompiles Firefox)Richard Guenther2008-05-311-34/+6
* tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.Richard Guenther2008-05-201-3/+2
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-6/+3
* Rolled back the following changes made in revision 134865:Simon Baldwin2008-05-021-2/+2
* c-common.h (warn_array_subscript_range): New function.Simon Baldwin2008-05-011-2/+2
* re PR tree-optimization/36066 (ICE with -O1 -finline-small-functions -ftree-v...Richard Guenther2008-04-281-4/+1
* tree-flow.h (vrp_evaluate_conditional): Change signature.Rafael Avila de Espindola2008-04-241-67/+34
* tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily2008-04-231-3/+1
* tree-vrp.c (find_case_label_index): Fix the binary search.Rafael Avila de Espindola2008-04-181-69/+100
* re PR tree-optimization/35869 (ICE in calc_dfs_tree at -O2 -gnatp after VRP o...Richard Guenther2008-04-111-14/+18
* tree-vrp.c (extract_range_from_binary_expr): Don't handle TRUTH_ANDIF_EXPR or...Rafael Avila de Espindola2008-04-101-7/+1
* re PR middle-end/35400 (-Wtype-limits -O2 causes ICE tree check: expected ssa...Richard Guenther2008-04-061-1/+2
* tree-vrp.c (extract_range_from_unary_expr): Handle all conversions.Richard Guenther2008-04-031-55/+47
* re PR tree-optimization/14495 ([tree-ssa] Propagate range info into a switch ...Richard Guenther2008-04-021-4/+141
* re PR tree-optimization/14495 ([tree-ssa] Propagate range info into a switch ...Richard Guenther2008-04-021-6/+144
* tree-vrp.c (extract_code_and_val_from_cond): Remove.Rafael Avila de Espindola2008-04-021-52/+49
* re PR tree-optimization/35787 (Revision 133680 breaks 447.dealII)Richard Guenther2008-04-011-89/+186