| Commit message (Expand) | Author | Age | Files | Lines |
* | * c.opt, common.opt, config/bfin/bfin.opt, config/pa/pa.opt, | jsm28 | 2005-07-02 | 1 | -3/+3 |
* | 2005-07-02 Zack Weinberg <zack@codesourcery.com> | jsm28 | 2005-07-02 | 1 | -5/+5 |
* | * coretypes.h (tls_model): Add TLS_MODEL_NONE as 0. | steven | 2005-06-30 | 1 | -2/+3 |
* | PR middle-end/21969 | sje | 2005-06-29 | 1 | -1/+1 |
* | * builtins.c, c-common.c, c-convert.c, c-decl.c, c-typeck.c, | kazu | 2005-06-26 | 1 | -15/+15 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | PR middle-end/21850 | jakub | 2005-06-07 | 1 | -3/+10 |
* | * tree-ssa-address.c: New file. | rakdver | 2005-06-07 | 1 | -1/+40 |
* | 2005-06-01 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2005-06-04 | 1 | -2/+59 |
* | 2005-06-03 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2005-06-02 | 1 | -1/+1 |
* | 2005-05-30 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2005-06-01 | 1 | -0/+94 |
* | * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h, | kazu | 2005-05-26 | 1 | -1/+1 |
* | * common.opt (-Wattributes): New. Default true. | dj | 2005-05-25 | 1 | -1/+2 |
* | 2005-05-18 Richard Guenther <rguenth@gcc.gnu.org> | rguenth | 2005-05-18 | 1 | -6/+0 |
* | * Makefile.in (tree-eh.o: Kill gt-tree-eh.h dependency. | hubicka | 2005-05-11 | 1 | -0/+10 |
* | * ggc.h (ggc_alloc_zone_pass_stat): New macro. | drow | 2005-05-02 | 1 | -8/+7 |
* | PR tree-optimization/18316 | rakdver | 2005-05-01 | 1 | -4/+7 |
* | gcc: | tromey | 2005-04-29 | 1 | -2/+1 |
* | * diagnostic.c (warning): Accept parameter to classify warning option. | dj | 2005-04-23 | 1 | -1/+1 |
* | * Makefile.in (LIBGCOV): Add _gcov_interval_profiler, | rakdver | 2005-04-22 | 1 | -0/+17 |
* | * lambda.h (lambda_vector_min_nz): Likewise. | nathan | 2005-04-21 | 1 | -8/+8 |
* | gcc: | tromey | 2005-03-30 | 1 | -1/+0 |
* | * tree.c (get_set_constructor_bits, | kazu | 2005-03-25 | 1 | -93/+0 |
* | * tree-inline.c (walk_type_fields, walk_tree, | steven | 2005-03-16 | 1 | -0/+352 |
* | PR tree-optimization/17454 | sayle | 2005-03-16 | 1 | -0/+4 |
* | PR middle-end/19331 | sayle | 2005-03-13 | 1 | -2/+5 |
* | * ggc-zone.c: Rewritten. | drow | 2005-03-13 | 1 | -6/+9 |
* | * tree-complex.c (expand_complex_libcall): New. | rth | 2005-02-12 | 1 | -0/+42 |
* | * tree.c (build_function_type_list): Work correctly if there are | ian | 2005-02-11 | 1 | -3/+8 |
* | PR tree-optimization/18687 | rakdver | 2005-02-10 | 1 | -0/+38 |
* | * builtins.c (DEF_BUILTIN): Add COND argument. | rth | 2005-02-10 | 1 | -0/+118 |
* | * tree.c (build_int_cst_type): Take sign of the value into account | rakdver | 2005-02-02 | 1 | -12/+35 |
* | * tree.c (int_fits_type_p): Always honor integer constant | sayle | 2005-01-08 | 1 | -34/+33 |
* | * tree.c (int_fits_type_p): A narrower type always fits in a | sayle | 2005-01-01 | 1 | -4/+11 |
* | * tree.c (int_fits_type_p): Compare the result of force_fit_type | sayle | 2005-01-01 | 1 | -5/+6 |
* | 2004-12-23 Dale Johannesen <dalej@apple.com> | dalej | 2004-12-23 | 1 | -1/+13 |
* | * tree.c (type_contains_placeholder_1): Always return false | steven | 2004-12-17 | 1 | -1/+1 |
* | * tree.def (SET_TYPE): Remove. | nathan | 2004-12-09 | 1 | -7/+0 |
* | * c-common.c (verify_tree): Don't check code length if we know | kazu | 2004-12-08 | 1 | -10/+2 |
* | gcc/ | kazu | 2004-12-07 | 1 | -21/+8 |
* | 2004-12-02 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-12-02 | 1 | -10/+23 |
* | * tree.c (operand_equal_for_phi_arg_p): New. | kazu | 2004-11-27 | 1 | -0/+16 |
* | * tree.c (recompute_tree_invarant_for_addr_expr): The address of a | aldyh | 2004-11-24 | 1 | -1/+3 |
* | 2004-11-24 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-11-24 | 1 | -2/+17 |
* | * tree-cfg.c (edge_to_cases): Renamed from edge_to_case_leader. | law | 2004-11-17 | 1 | -13/+0 |
* | PR tree-optimization/18431 | rakdver | 2004-11-15 | 1 | -0/+72 |
* | * c-cppbuiltin.c, cgraph.c, domwalk.h, except.c, gimplify.c, | kazu | 2004-11-13 | 1 | -1/+1 |
* | * tree-cfg.c (hashtab.h): Include. | law | 2004-11-13 | 1 | -0/+13 |
* | .: | nathan | 2004-11-10 | 1 | -13/+19 |
* | 2004-11-03 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-11-03 | 1 | -5/+4 |