| Commit message (Expand) | Author | Age | Files | Lines |
* | * tree.h (categorize_ctor_elements): Adjust prototype and add | hainque | 2006-07-18 | 1 | -7/+10 |
* | * gimplify.c (gimplify_scalar_mode_aggregate_compare): New function. | hainque | 2006-06-24 | 1 | -10/+43 |
* | * tree.c (max_int_size_in_bytes): New function, inspired from | hainque | 2006-06-23 | 1 | -4/+36 |
* | PR debug/26754 | ebotcazou | 2006-06-13 | 1 | -7/+27 |
* | * gimplify.c (gimplify_expr): Treat VIEW_CONVERT_EXPR like other | ebotcazou | 2006-06-12 | 1 | -1/+3 |
* | PR c++/20103 | mmitchel | 2006-05-25 | 1 | -4/+6 |
* | 2006-05-23 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2006-05-23 | 1 | -1/+1 |
* | PR middle-end/27415 | jakub | 2006-05-17 | 1 | -6/+22 |
* | PR c/27499 | jakub | 2006-05-16 | 1 | -1/+0 |
* | PR middle-end/27388 | jakub | 2006-05-04 | 1 | -6/+11 |
* | PR fortran/27395 | jakub | 2006-05-03 | 1 | -2/+2 |
* | PR middle-end/27337 | jakub | 2006-05-02 | 1 | -0/+17 |
* | PR 26651 | rth | 2006-04-13 | 1 | -1/+2 |
* | Add missing word in comment. | ebotcazou | 2006-04-05 | 1 | -1/+1 |
* | * builtins.c (dummy_object): Use build_int_cst instead of convert. | sayle | 2006-04-03 | 1 | -4/+4 |
* | * gimplify.c (gimplify_scan_omp_clauses) <OMP_CLAUSE_IF>: Call | sayle | 2006-04-02 | 1 | -1/+5 |
* | PR middle-end/26611 | jakub | 2006-03-24 | 1 | -11/+12 |
* | PR middle-end/18859 | ebotcazou | 2006-03-13 | 1 | -9/+23 |
* | PR c/26004 | jason | 2006-03-10 | 1 | -1/+2 |
* | * builtins.c, c-pragma.h, c-typeck.c, cgraph.c, cgraphunit.c, | kazu | 2006-03-04 | 1 | -3/+3 |
* | PR middle-end/26412 | jakub | 2006-02-23 | 1 | -1/+1 |
* | PR middle-end/26092 | jakub | 2006-02-13 | 1 | -13/+15 |
* | PR c++/25979 | jason | 2006-02-09 | 1 | -43/+62 |
* | * tree.def (CHAR_TYPE): Remove. | sayle | 2006-02-08 | 1 | -3/+1 |
* | 2006-02-07 Richard Guenther <rguenther@suse.de> | rguenth | 2006-02-07 | 1 | -9/+0 |
* | PR c++/25979 | jason | 2006-02-03 | 1 | -1/+4 |
* | 2006-01-30 Richard Guenther <rguenther@suse.de> | rguenth | 2006-01-30 | 1 | -0/+9 |
* | * tree.h (TREE_RANGE_CHECK): Fix range predicate. | dnovillo | 2006-01-26 | 1 | -7/+8 |
* | * tree-pretty-print.c (dump_generic_node): Handle | dnovillo | 2006-01-19 | 1 | -94/+19 |
* | 2006-01-18 Richard Henderson <rth@redhat.com> | dnovillo | 2006-01-18 | 1 | -24/+1208 |
* | * tree-vn.c (vn_add): Use XNEW. | gdr | 2005-12-18 | 1 | -2/+2 |
* | * tree.c (recompute_tree_invariant_for_addr_expr): Rename from | dnovillo | 2005-12-09 | 1 | -1/+1 |
* | 2005-12-02 Richard Guenther <rguenther@suse.de> | rguenth | 2005-12-02 | 1 | -57/+57 |
* | PR c++/24686 | jason | 2005-11-11 | 1 | -1/+5 |
* | 2005-11-03 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2005-11-03 | 1 | -0/+9 |
* | 2005-11-03 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2005-11-03 | 1 | -5/+6 |
* | * gimplify.c (gimplify_var_or_parm_decl): Split out from ... | rth | 2005-10-16 | 1 | -32/+51 |
* | 2005-10-05 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2005-10-05 | 1 | -6/+0 |
* | * gimplify.c (find_single_pointer_decl_1): New static function. | ian | 2005-10-03 | 1 | -0/+60 |
* | gcc: | bonzini | 2005-09-29 | 1 | -0/+6 |
* | * c-common.c (handle_mode_attribute): When not modifying in place, | rth | 2005-09-24 | 1 | -1/+1 |
* | 2005-09-18 Richard Guenther <rguenther@suse.de> | rguenth | 2005-09-18 | 1 | -1/+2 |
* | * gimplify.c (gimplify_init_ctor_eval): Don't discard a zero-sized | hainque | 2005-09-14 | 1 | -1/+6 |
* | * gimplify.c, ipa-prop.h, varasm.c, config/vxlib.c, | kazu | 2005-09-06 | 1 | -1/+1 |
* | PR c++/23167 | mmitchel | 2005-09-02 | 1 | -1/+9 |
* | 2005-08-27 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2005-08-27 | 1 | -6/+12 |
* | PR tree-optimization/22043 | jakub | 2005-08-23 | 1 | -4/+9 |
* | 2005-08-16 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2005-08-17 | 1 | -0/+17 |
* | ./ | ian | 2005-08-16 | 1 | -3/+7 |
* | PR middle-end/23312 | rth | 2005-08-11 | 1 | -1/+3 |