Age | Commit message (Expand) | Author | Files | Lines |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-12-18 | re PR middle-end/55555 (miscompilation at -O2 (number_of_iterations)) | Richard Biener | 1 | -51/+73 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -10/+10 |
2012-10-08 | loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ... | Jan Hubicka | 1 | -0/+8 |
2012-08-14 | cfgexpand.c (expand_used_vars): Use virtual_operand_p. | Richard Guenther | 1 | -3/+3 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+1 |
2012-06-27 | re PR middle-end/53676 (empty loop is not always removed now) | Richard Guenther | 1 | -1/+24 |
2012-04-12 | re PR tree-optimization/52943 (likely wrong code bug caused by predictive com... | Richard Guenther | 1 | -59/+0 |
2012-03-20 | tree.h (enum size_type_kind): Add stk_ prefix to constants, convert in lowerc... | Tristan Gingold | 1 | -1/+1 |
2012-03-09 | tree-scalar-evolution (interpret_rhs_expr): generate chrec for array referenc... | Jiangning Liu | 1 | -9/+62 |
2011-09-25 | tree-eh.c (cleanup_empty_eh): Allow a call to __builtin_stack_restore if ther... | Eric Botcazou | 1 | -2/+2 |
2011-09-01 | expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ... | Richard Guenther | 1 | -1/+2 |
2011-08-17 | tree.h (convert_to_ptrofftype_loc): New function. | Richard Guenther | 1 | -1/+1 |
2011-08-03 | re PR middle-end/49938 (ICE in interpret_loop_phi, at tree-scalar-evolution.c... | Richard Guenther | 1 | -2/+2 |
2011-07-26 | Fix PR48805: Do not instantiate ADDR_EXPRs | Sebastian Pop | 1 | -0/+1 |
2011-06-29 | invoke.texi: Document -scev dump modifier. | Richard Guenther | 1 | -17/+17 |
2011-02-02 | Fix PR47576 and PR47555: add PARAM_SCEV_MAX_EXPR_COMPLEXITY. | Sebastian Pop | 1 | -1/+1 |
2010-12-28 | Do not include unnecessary .h files. | Sebastian Pop | 1 | -8/+0 |
2010-12-18 | re PR tree-optimization/46985 (ICE: SIGSEGV in is_gimple_min_invariant (gimpl... | Jakub Jelinek | 1 | -1/+2 |
2010-12-02 | Fix PR45297: handle ADDR_EXPR in interpret_rhs_expr as in follow_ssa_edge_expr. | Sebastian Pop | 1 | -2/+12 |
2010-09-30 | Also handle ARRAY_REFs in instantiate_scev_r. | Sebastian Pop | 1 | -0/+39 |
2010-09-30 | Fix chrec_contains_symbols_defined_in_loop. | Sebastian Pop | 1 | -11/+14 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -2/+2 |
2010-08-11 | Do not instantiate default definitions in instantiate_scev_name. | Sebastian Pop | 1 | -5/+8 |
2010-07-01 | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 1 | -0/+18 |
2010-06-09 | Call compute_overall_effect_of_inner_loop from instantiate_scev_name. | Sebastian Pop | 1 | -3/+13 |
2010-06-08 | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 1 | -7/+4 |
2010-06-01 | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 1 | -1/+0 |
2010-05-28 | When niter may be zero, return a COND_EXPR with the may_be_zero condition. | Sebastian Pop | 1 | -34/+36 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -0/+2 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -4/+0 |
2010-04-02 | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 1 | -1/+1 |
2010-01-14 | re PR tree-optimization/42732 ([graphite] ICE: verify_ssa failed) | Sebastian Pop | 1 | -3/+17 |
2010-01-09 | re PR middle-end/42512 (integer wrong code bug with loop) | Richard Guenther | 1 | -0/+17 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -288/+288 |
2009-11-25 | re PR middle-end/40281 (-fprefetch-loop-arrays: ICE: in initialize_matrix_A, ... | Sebastian Pop | 1 | -1/+13 |
2009-11-25 | Partially revert the previous patch, except the following. | Sebastian Pop | 1 | -142/+26 |
2009-11-25 | tree-scalar-evolution.c (instantiate_scev_assign): New. | Sebastian Pop | 1 | -32/+150 |
2009-11-25 | tree-scalar-evolution.c (instantiate_scev_binary): Adapted to pass as paramet... | Sebastian Pop | 1 | -10/+12 |
2009-11-25 | tree-scalar-evolution.c (instantiate_scev_bitnot): Renamed instantiate_scev_not. | Sebastian Pop | 1 | -10/+23 |
2009-11-25 | tree-scalar-evolution.c (instantiate_scev_1): Renamed instantiate_scev_r. | Sebastian Pop | 1 | -39/+88 |
2009-11-25 | tree-scalar-evolution.c (instantiate_scev_3): New. | Sebastian Pop | 1 | -26/+50 |
2009-11-25 | tree-scalar-evolution.c (instantiate_scev_poly): New. | Sebastian Pop | 1 | -19/+43 |
2009-11-25 | tree-scalar-evolution.c (instantiate_scev_bitnot): New. | Sebastian Pop | 1 | -18/+41 |
2009-11-25 | tree-scalar-evolution.c (instantiate_scev_convert): New. | Sebastian Pop | 1 | -25/+51 |
2009-11-25 | tree-scalar-evolution.c (instantiate_scev_binary): New. | Sebastian Pop | 1 | -63/+63 |
2009-11-25 | tree-scalar-evolution.c (instantiate_scev_name): New. | Sebastian Pop | 1 | -58/+85 |
2009-10-21 | re PR tree-optimization/41497 (apparent integer wrong code bug) | Sebastian Pop | 1 | -2/+13 |
2009-07-31 | Return unknow from scev instantiation if the result is not above instantiate_... | Sebastian Pop | 1 | -7/+7 |