summaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix PR/46316Xinliang David Li2010-11-091-4/+9
* tree-vrp.c (extract_range_from_binary_expr): If flag_non_call_exceptions don'...Ian Lance Taylor2010-10-231-0/+16
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-21/+10
* tree-vrp.c (adjust_range_with_scev): Use number of iteration estimate.Richard Guenther2010-09-011-83/+109
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-3/+3
* tree-ssa-propagate.h (struct prop_value_d, [...]): Move ...Richard Guenther2010-08-041-28/+34
* double-int.h (double_int_and_not): New function.Richard Guenther2010-07-291-8/+4
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-3/+3
* tree-vrp.c (simplify_bit_ops_using_ranges): New function.Jakub Jelinek2010-07-131-0/+92
* re PR tree-optimization/28632 (VRP should understand bitwise OR and AND)Jakub Jelinek2010-07-091-94/+107
* tree-vrp.c (extract_range_from_binary_expr): If both ranges are range_int_cst...Jakub Jelinek2010-07-091-0/+52
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* tree-ssa-structalias.c (find_func_aliases): Handle pointer alignment via BIT_...Richard Guenther2010-07-021-8/+23
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-4/+48
* re PR bootstrap/44699 (Bootstrap failure for x86_64-apple-darwin10: ICE while...Michael Matz2010-06-301-3/+4
* double-int.h (force_fit_type_double): Remove declaration.Anatoly Sokolov2010-06-281-8/+8
* With large parts from Jim Wilson:Bernd Schmidt2010-06-251-0/+4
* re PR tree-optimization/44508 (libgomp.fortran/vla1.f90 ICE on s390)Jakub Jelinek2010-06-141-1/+1
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-4/+4
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* re PR tree-optimization/43949 (bogus warning: array subscript is above array ...Richard Guenther2010-05-041-18/+15
* re PR tree-optimization/43949 (bogus warning: array subscript is above array ...Richard Guenther2010-05-011-0/+34
* re PR tree-optimization/43833 (false warning: array subscript is above array ...Jie Zhang2010-04-261-15/+33
* re PR middle-end/43796 (ICE in is_overflow_infinity (tree-vrp.c:184) with gfo...Richard Guenther2010-04-191-2/+19
* re PR tree-optimization/43270 (array-bounds false negative)Richard Guenther2010-04-071-19/+39
* re PR tree-optimization/43627 (slow compilation (tree canonical iv takes 75%))Richard Guenther2010-04-061-2/+14
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* re PR middle-end/43255 (ICE in extract_range_from_assert, at tree-vrp.c:1423)Richard Guenther2010-03-111-0/+4
* tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis to loop PHI nodes.Richard Guenther2010-02-171-3/+2
* re PR middle-end/41043 (virtual memory exhausted: Cannot allocate memory)Richard Guenther2010-02-161-8/+11
* re PR tree-optimization/43017 (VRP miscompiles python with -fwrapv, II)Richard Guenther2010-02-101-0/+4
* re PR tree-optimization/43000 (VRP miscompiles python with -fwrapv)Richard Guenther2010-02-091-3/+3
* re PR middle-end/42577 (array bounds false positive with -O3, goes away with ...Richard Guenther2010-01-021-29/+10
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-5/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-47/+47
* re PR tree-optimization/41919 (optimized code with -O2 or -O3 gives strange r...Richard Guenther2009-11-041-6/+2
* re PR tree-optimization/23821 (DOM and VRP creating harder to optimize code)Richard Guenther2009-10-051-2/+3
* tree-ssa-propagate.h (ssa_prop_fold_stmt_fn): Declare.Richard Guenther2009-09-221-3/+75
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+3
* Force block enders to be simulated once.Richard Henderson2009-09-011-5/+10
* tree-vrp.c (vrp_evaluate_conditional): Mark strings for translation.Manuel López-Ibáñez2009-07-141-2/+4
* c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez2009-07-071-21/+11
* re PR tree-optimization/40579 (gcc -O2 optimization causes infinite loop and ...Richard Guenther2009-06-291-0/+8
* 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