| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 2010-05-29 | 1 | -4/+4 |
* | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 2010-05-21 | 1 | -0/+2 |
* | re PR tree-optimization/43949 (bogus warning: array subscript is above array ... | Richard Guenther | 2010-05-04 | 1 | -18/+15 |
* | re PR tree-optimization/43949 (bogus warning: array subscript is above array ... | Richard Guenther | 2010-05-01 | 1 | -0/+34 |
* | re PR tree-optimization/43833 (false warning: array subscript is above array ... | Jie Zhang | 2010-04-26 | 1 | -15/+33 |
* | re PR middle-end/43796 (ICE in is_overflow_infinity (tree-vrp.c:184) with gfo... | Richard Guenther | 2010-04-19 | 1 | -2/+19 |
* | re PR tree-optimization/43270 (array-bounds false negative) | Richard Guenther | 2010-04-07 | 1 | -19/+39 |
* | re PR tree-optimization/43627 (slow compilation (tree canonical iv takes 75%)) | Richard Guenther | 2010-04-06 | 1 | -2/+14 |
* | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 2010-04-02 | 1 | -1/+2 |
* | re PR middle-end/43255 (ICE in extract_range_from_assert, at tree-vrp.c:1423) | Richard Guenther | 2010-03-11 | 1 | -0/+4 |
* | tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis to loop PHI nodes. | Richard Guenther | 2010-02-17 | 1 | -3/+2 |
* | re PR middle-end/41043 (virtual memory exhausted: Cannot allocate memory) | Richard Guenther | 2010-02-16 | 1 | -8/+11 |
* | re PR tree-optimization/43017 (VRP miscompiles python with -fwrapv, II) | Richard Guenther | 2010-02-10 | 1 | -0/+4 |
* | re PR tree-optimization/43000 (VRP miscompiles python with -fwrapv) | Richard Guenther | 2010-02-09 | 1 | -3/+3 |
* | re PR middle-end/42577 (array bounds false positive with -O3, goes away with ... | Richard Guenther | 2010-01-02 | 1 | -29/+10 |
* | matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v... | Jakub Jelinek | 2009-11-28 | 1 | -5/+1 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -47/+47 |
* | re PR tree-optimization/41919 (optimized code with -O2 or -O3 gives strange r... | Richard Guenther | 2009-11-04 | 1 | -6/+2 |
* | re PR tree-optimization/23821 (DOM and VRP creating harder to optimize code) | Richard Guenther | 2009-10-05 | 1 | -2/+3 |
* | tree-ssa-propagate.h (ssa_prop_fold_stmt_fn): Declare. | Richard Guenther | 2009-09-22 | 1 | -3/+75 |
* | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 2009-09-02 | 1 | -0/+3 |
* | Force block enders to be simulated once. | Richard Henderson | 2009-09-01 | 1 | -5/+10 |
* | tree-vrp.c (vrp_evaluate_conditional): Mark strings for translation. | Manuel López-Ibáñez | 2009-07-14 | 1 | -2/+4 |
* | c-lex.c: Replace %H by an explicit location. | Manuel López-Ibáñez | 2009-07-07 | 1 | -21/+11 |
* | re PR tree-optimization/40579 (gcc -O2 optimization causes infinite loop and ... | Richard Guenther | 2009-06-29 | 1 | -0/+8 |
* | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 2009-06-12 | 1 | -5/+13 |
* | dbxout.c (dbxout_range_type): Add LOW and HIGH parameters. | Eric Botcazou | 2009-05-15 | 1 | -22/+3 |
* | passes.c (init_optimization_passes): Strip now incorrect comment. | Richard Guenther | 2009-05-11 | 1 | -1/+1 |
* | tree.h (SSA_NAME_VALUE): Remove. | Richard Guenther | 2009-04-28 | 1 | -0/+2 |
* | tree-vrp.c (extract_range_from_binary_expr): Handle overflow from unsigned ad... | Richard Guenther | 2009-04-24 | 1 | -0/+16 |
* | tree-vrp.c (ssa_name_nonzero_p): Remove. | Kazu Hirata | 2009-04-18 | 1 | -22/+0 |
* | re PR middle-end/36902 (Array bound warning with dead code after optimization) | Manuel López-Ibáñez | 2009-04-18 | 1 | -23/+53 |
* | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 2009-04-03 | 1 | -2/+2 |
* | graphite.c (exclude_component_ref): Renamed contains_component_ref_p. | Sebastian Pop | 2009-03-18 | 1 | -4/+4 |
* | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2009-02-20 | 1 | -1/+1 |
* | re PR middle-end/38934 (ICE in set_value_range, at tree-vrp.c:398) | Jakub Jelinek | 2009-01-28 | 1 | -2/+2 |
* | re PR middle-end/38572 (ICE in set_value_range, at tree-vrp.c:398) | Paolo Bonzini | 2008-12-30 | 1 | -6/+12 |
* | tree-vrp.c (extract_range_from_binary_expr): Don't shift by floor_log2 of zero. | Alexandre Oliva | 2008-12-12 | 1 | -2/+2 |
* | re PR tree-optimization/38405 ((silent failure) handling bitfield in ternary) | Richard Guenther | 2008-12-07 | 1 | -0/+6 |
* | re PR rtl-optimization/38245 (stack corruption when a call is removed but not... | Jakub Jelinek | 2008-12-01 | 1 | -68/+188 |
* | re PR middle-end/37285 (ICE while building binutils on ppc) | Richard Guenther | 2008-10-01 | 1 | -0/+7 |
* | re PR tree-optimization/37662 (ice: tree check: expected ssa_name, have integ... | Jakub Jelinek | 2008-09-30 | 1 | -5/+13 |
* | re PR tree-optimization/37508 (ICE in in simplify_truth_ops_using_ranges, at ... | Richard Guenther | 2008-09-16 | 1 | -1/+2 |
* | tree-vrp.c (simplify_truth_ops_using_ranges): Fix types. | Richard Guenther | 2008-09-12 | 1 | -2/+1 |
* | dojump.c (do_jump): Move below. | Paolo Bonzini | 2008-09-11 | 1 | -21/+222 |
* | tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges): Break out ... | Jan Hubicka | 2008-09-04 | 1 | -20/+43 |
* | re PR tree-optimization/37327 (another ice in set_value_range, at tree-vrp.c:... | Richard Guenther | 2008-09-02 | 1 | -0/+8 |
* | re PR bootstrap/37086 (GCC 3.4 miscompiles trunk (for cross compiling)) | Joseph Myers | 2008-08-30 | 1 | -0/+5 |
* | re PR tree-optimization/37207 (ice at tree-ssa-ifcombine.c:222 for -Os) | Richard Guenther | 2008-08-29 | 1 | -3/+6 |
* | re PR tree-optimization/37143 (ICE in VRP with the auto-vectorizer) | Richard Guenther | 2008-08-22 | 1 | -1/+4 |