| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-flow.h: Remove some prototypes. | Andrew MacLeod | 2013-10-02 | 1 | -0/+1 |
* | tree-flow.h: Include new .h files. | Andrew Macleod | 2013-10-02 | 1 | -0/+1 |
* | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 2013-09-28 | 1 | -1/+1 |
* | re PR middle-end/58484 (ICE in chrec_fold_plus_1, at tree-chrec.c:272 buildin... | Richard Biener | 2013-09-20 | 1 | -35/+51 |
* | re PR tree-optimization/58417 (Incorrect optimization in SCEV const-prop) | Richard Biener | 2013-09-18 | 1 | -105/+106 |
* | tree-ssa.h: New. | Andrew MacLeod | 2013-09-12 | 1 | -1/+1 |
* | re PR tree-optimization/57511 (Missing SCEV final value replacement) | Richard Biener | 2013-09-02 | 1 | -0/+1 |
* | Add SCEV cprop dumping. | Marek Polacek | 2013-05-16 | 1 | -0/+17 |
* | tree-scalar-evolution.c (scev_info_hasher): Remove. | Richard Biener | 2013-05-02 | 1 | -82/+91 |
* | function.h (loops_for_fn): New inline function. | Richard Biener | 2013-04-30 | 1 | -3/+3 |
* | This patch is the main part of a consolodation of the hash_table patches to t... | Lawrence Crowl | 2013-04-26 | 1 | -25/+71 |
* | Prune SCEV | Marek Polacek | 2013-04-24 | 1 | -133/+0 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -2/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 2013-01-04 | 1 | -1/+1 |
* | re PR middle-end/55555 (miscompilation at -O2 (number_of_iterations)) | Richard Biener | 2012-12-18 | 1 | -51/+73 |
* | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 2012-11-17 | 1 | -10/+10 |
* | loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ... | Jan Hubicka | 2012-10-08 | 1 | -0/+8 |
* | cfgexpand.c (expand_used_vars): Use virtual_operand_p. | Richard Guenther | 2012-08-14 | 1 | -3/+3 |
* | system.h (dump_file): Do not define. | Steven Bosscher | 2012-07-16 | 1 | -1/+1 |
* | re PR middle-end/53676 (empty loop is not always removed now) | Richard Guenther | 2012-06-27 | 1 | -1/+24 |
* | re PR tree-optimization/52943 (likely wrong code bug caused by predictive com... | Richard Guenther | 2012-04-12 | 1 | -59/+0 |
* | tree.h (enum size_type_kind): Add stk_ prefix to constants, convert in lowerc... | Tristan Gingold | 2012-03-20 | 1 | -1/+1 |
* | tree-scalar-evolution (interpret_rhs_expr): generate chrec for array referenc... | Jiangning Liu | 2012-03-09 | 1 | -9/+62 |
* | tree-eh.c (cleanup_empty_eh): Allow a call to __builtin_stack_restore if ther... | Eric Botcazou | 2011-09-25 | 1 | -2/+2 |
* | expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ... | Richard Guenther | 2011-09-01 | 1 | -1/+2 |
* | tree.h (convert_to_ptrofftype_loc): New function. | Richard Guenther | 2011-08-17 | 1 | -1/+1 |
* | re PR middle-end/49938 (ICE in interpret_loop_phi, at tree-scalar-evolution.c... | Richard Guenther | 2011-08-03 | 1 | -2/+2 |
* | Fix PR48805: Do not instantiate ADDR_EXPRs | Sebastian Pop | 2011-07-26 | 1 | -0/+1 |
* | invoke.texi: Document -scev dump modifier. | Richard Guenther | 2011-06-29 | 1 | -17/+17 |
* | Fix PR47576 and PR47555: add PARAM_SCEV_MAX_EXPR_COMPLEXITY. | Sebastian Pop | 2011-02-02 | 1 | -1/+1 |
* | Do not include unnecessary .h files. | Sebastian Pop | 2010-12-28 | 1 | -8/+0 |
* | re PR tree-optimization/46985 (ICE: SIGSEGV in is_gimple_min_invariant (gimpl... | Jakub Jelinek | 2010-12-18 | 1 | -1/+2 |
* | Fix PR45297: handle ADDR_EXPR in interpret_rhs_expr as in follow_ssa_edge_expr. | Sebastian Pop | 2010-12-02 | 1 | -2/+12 |
* | Also handle ARRAY_REFs in instantiate_scev_r. | Sebastian Pop | 2010-09-30 | 1 | -0/+39 |
* | Fix chrec_contains_symbols_defined_in_loop. | Sebastian Pop | 2010-09-30 | 1 | -11/+14 |
* | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 2010-08-20 | 1 | -2/+2 |
* | Do not instantiate default definitions in instantiate_scev_name. | Sebastian Pop | 2010-08-11 | 1 | -5/+8 |
* | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 2010-07-01 | 1 | -0/+18 |
* | Call compute_overall_effect_of_inner_loop from instantiate_scev_name. | Sebastian Pop | 2010-06-09 | 1 | -3/+13 |
* | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 2010-06-08 | 1 | -7/+4 |
* | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 2010-06-01 | 1 | -1/+0 |
* | When niter may be zero, return a COND_EXPR with the may_be_zero condition. | Sebastian Pop | 2010-05-28 | 1 | -34/+36 |
* | 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 |
* | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 2010-05-21 | 1 | -4/+0 |
* | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 2010-04-02 | 1 | -1/+1 |
* | re PR tree-optimization/42732 ([graphite] ICE: verify_ssa failed) | Sebastian Pop | 2010-01-14 | 1 | -3/+17 |
* | re PR middle-end/42512 (integer wrong code bug with loop) | Richard Guenther | 2010-01-09 | 1 | -0/+17 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -288/+288 |
* | re PR middle-end/40281 (-fprefetch-loop-arrays: ICE: in initialize_matrix_A, ... | Sebastian Pop | 2009-11-25 | 1 | -1/+13 |
* | Partially revert the previous patch, except the following. | Sebastian Pop | 2009-11-25 | 1 | -142/+26 |