| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-objc-common.c (c_tree_printer): Print identifiers with | jsm28 | 2009-05-01 | 1 | -11/+12 |
* | * c-common.c (vector_types_convertible_p, | ghazi | 2007-08-25 | 1 | -1/+1 |
* | 2007-08-24 Richard Guenther <rguenther@suse.de> | rguenth | 2007-08-24 | 1 | -45/+0 |
* | 2007-08-20 Richard Guenther <rguenther@suse.de> | rguenth | 2007-08-20 | 1 | -14/+0 |
* | * c-common.c (const_strip_array_types): New. | ghazi | 2007-08-16 | 1 | -2/+2 |
* | PR middle-end/25446 | froydnj | 2007-08-02 | 1 | -3/+5 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -5/+4 |
* | * c-objc-common.c (c_types_compatible_p): Fix indentation. | bje | 2007-07-03 | 1 | -1/+1 |
* | 2007-02-15 Manuel Lopez-Ibanez <manu@gcc.gnu.org> | manu | 2007-02-15 | 1 | -10/+0 |
* | Whitespace fixups | mrs | 2006-05-18 | 1 | -1/+1 |
* | Fix up vla, vm and [*] sematics. | mrs | 2006-05-18 | 1 | -0/+8 |
* | * c-objc-common.c (c_cannot_inline_tree_fn): Add warning control | dj | 2005-07-22 | 1 | -5/+5 |
* | 2005-07-02 Zack Weinberg <zack@codesourcery.com> | jsm28 | 2005-07-02 | 1 | -9/+11 |
* | gcc: | zack | 2005-06-30 | 1 | -3/+9 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | 2005-05-30 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2005-06-01 | 1 | -1/+1 |
* | ./ | ian | 2005-04-25 | 1 | -6/+0 |
* | * diagnostic.c (warning): Accept parameter to classify warning option. | dj | 2005-04-23 | 1 | -3/+3 |
* | * c-common.c (c_common_truthvalue_conversion): Adjust comment. | jsm28 | 2005-03-23 | 1 | -28/+0 |
* | * c-common.def, c-dump.c, c-gimplify.c, c-objc-common.c, | kazu | 2005-01-27 | 1 | -1/+1 |
* | PR tree-opt/14329 | rth | 2005-01-27 | 1 | -0/+11 |
* | PR middle-end/16417 | rth | 2004-12-19 | 1 | -30/+0 |
* | [gcc/ChangeLog] | zlaski | 2004-11-02 | 1 | -0/+6 |
* | * c-aux-info.c, c-common.c, c-common.h, c-cppbuiltin.c, c-decl.c, | jsm28 | 2004-10-03 | 1 | -2/+2 |
* | * c-objc-common.c (c_tree_printer): Correct description of %E. | jsm28 | 2004-10-02 | 1 | -2/+5 |
* | 2004-09-21 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-09-21 | 1 | -1/+1 |
* | * c-common.c, c-decl.c, c-lex.c, c-objc-common.c, c-opts.c, | jsm28 | 2004-09-12 | 1 | -5/+5 |
* | * c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable. | nathan | 2004-09-07 | 1 | -4/+3 |
* | [gcc/ChangeLog] | zlaski | 2004-08-15 | 1 | -0/+1 |
* | * bitmap.c: Use type-safe memory allocation macros from libiberty. | bernie | 2004-07-25 | 1 | -3/+3 |
* | * c-decl.c (static_ctors, static_dtors): Make static. | zack | 2004-07-08 | 1 | -45/+0 |
* | PR c/1027 | jsm28 | 2004-07-01 | 1 | -7/+32 |
* | * cgraph.h (cgraph_build_static_cdtor): Declare. | rth | 2004-07-01 | 1 | -13/+6 |
* | * c-common.h (has_c_linkage): New interface. | zack | 2004-06-20 | 1 | -0/+6 |
* | * c-common.c (lang_gimplify_stmt): Remove next_p argument. | rth | 2004-06-16 | 1 | -14/+4 |
* | Gimplify VA_ARG_EXPR into simpler forms. | jason | 2004-06-09 | 1 | -7/+5 |
* | 2004-06-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-02 | 1 | -1/+0 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -43/+24 |
* | PR 12267, 12391, 12560, 13129, 14114, 14113 | zack | 2004-03-23 | 1 | -6/+2 |
* | * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c, | kazu | 2004-03-20 | 1 | -1/+1 |
* | * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () | sayle | 2004-03-14 | 1 | -2/+2 |
* | * debug.h (struct gcc_debug_hooks): Add type_decl field. | zack | 2004-02-12 | 1 | -11/+0 |
* | * c-objc-common.c (): Fix a typo in a warning. | kazu | 2004-02-08 | 1 | -1/+1 |
* | 2004-02-03 Paolo Bonzini <bonzini@gnu.org> | paolo | 2004-02-03 | 1 | -0/+29 |
* | PR opt/13473 | hubicka | 2004-01-01 | 1 | -2/+3 |
* | * c-objc-common.c (c_tree_printer): Handle types correctly. | rth | 2003-10-31 | 1 | -13/+25 |
* | * c-format.c (gcc_diag_char_table): Add %J. | rth | 2003-09-21 | 1 | -15/+10 |
* | * c-objc-common.c (c_cannot_inline_tree_fn): Warn | hubicka | 2003-09-10 | 1 | -115/+39 |
* | * Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency. | hubicka | 2003-09-03 | 1 | -73/+3 |
* | gcc/ | rth | 2003-08-29 | 1 | -8/+31 |