| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable. | nathan | 2004-09-07 | 1 | -1/+1 |
* | PR c/7054 | rth | 2004-09-03 | 1 | -63/+44 |
* | PR c++/9283 | giovannibajo | 2004-07-25 | 1 | -0/+83 |
* | * basic-block.h (reorder_block_def): Rename to reorder_block_def_p. | bernie | 2004-07-25 | 1 | -1/+1 |
* | * c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter | bernie | 2004-07-25 | 1 | -5/+5 |
* | 2004-06-21 Geoffrey Keating <geoffk@apple.com> | geoffk | 2004-06-22 | 1 | -0/+2 |
* | * c-common.h (has_c_linkage): New interface. | zack | 2004-06-20 | 1 | -71/+152 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -2/+3 |
* | PR c++/14962 | ebotcazou | 2004-05-07 | 1 | -1/+2 |
* | * alias.c, basic-block.h, c-common.c, c-common.h, | kazu | 2004-01-21 | 1 | -1/+1 |
* | * c-common.h: Fix comment formatting. | kazu | 2004-01-16 | 1 | -1/+1 |
* | PR opt/12275 | hubicka | 2003-11-13 | 1 | -1/+1 |
* | * c-format.c (gcc_diag_char_table): Add %J. | rth | 2003-09-21 | 1 | -2/+2 |
* | * c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME | geoffk | 2003-07-21 | 1 | -8/+15 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -1/+1 |
* | * c-pragma.c (apply_pragma_weak): Don't use warning_with_decl. | gdr | 2003-07-19 | 1 | -1/+2 |
* | * c-decl.c: Fix typos in several comments. Remove all | zack | 2003-07-17 | 1 | -0/+1 |
* | * c-aux-info.c: Convert to ISO C99. | aj | 2003-06-19 | 1 | -35/+21 |
* | * c-pragma.c (maybe_apply_renaming_pragma): Fix typo. | lerdsuwa | 2003-04-29 | 1 | -1/+1 |
* | * alias.c: Fix comment typos. | kazu | 2003-01-18 | 1 | -1/+1 |
* | * c-pragma.c (c_register_pragma): New. | neil | 2003-01-01 | 1 | -8/+18 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+2 |
* | * gcc/c-pragma.h (add_to_renaming_pragma_list): New function. | sje | 2002-07-08 | 1 | -4/+9 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -37/+15 |
* | * c-pragma.c (apply_pragma_weak): Convert value identifier to | rth | 2002-05-26 | 1 | -4/+13 |
* | * Makefile.in (C_COMMON_H): Fix. | neil | 2002-05-25 | 1 | -1/+0 |
* | 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | sirl | 2002-04-28 | 1 | -0/+4 |
* | * c-pragma.c (maybe_apply_renaming_pragma): New. | rth | 2002-03-22 | 1 | -0/+140 |
* | * c-decl.c: Include c-pragma.h. | rth | 2002-03-15 | 1 | -7/+56 |
* | * doc/tm.texi (ASM_WEAKEN_DECL): Document. | amodra | 2002-03-01 | 1 | -2/+3 |
* | PR bootstrap/3451 | rodrigc | 2001-11-13 | 1 | -19/+19 |
* | * Makefile.in (c-pragma.o): Depend on output.h. | ghazi | 2001-08-31 | 1 | -0/+1 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * alias.c: Fix comment formatting. | kazu | 2001-08-01 | 1 | -2/+2 |
* | * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | ghazi | 2001-01-28 | 1 | -2/+2 |
* | * c-pragma.c (init_pragma): Update for parse_in type change. | neil | 2000-11-29 | 1 | -6/+3 |
* | * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib. | neil | 2000-11-26 | 1 | -2/+0 |
* | * c-common.c: Remove USE_CPPLIB conditional inclusions. | neil | 2000-11-25 | 1 | -149/+0 |
* | 2000-10-21 Mike Coleman <mcoleman2@kc.rr.com> | zack | 2000-10-28 | 1 | -30/+48 |
* | * c-pragma.c (handle_pragma_pack): Correct parsing logic so it | zack | 2000-09-11 | 1 | -22/+19 |
* | * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS. | zack | 2000-09-08 | 1 | -7/+3 |
* | * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if | zack | 2000-09-07 | 1 | -4/+15 |
* | Integrated preprocessor. | zack | 2000-09-07 | 1 | -287/+276 |
* | 2000-04-24 Mumit Khan <khan@xraylith.wisc.edu> | khan | 2000-04-24 | 1 | -3/+3 |
* | * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts. | kenner | 2000-03-07 | 1 | -10/+10 |
* | Copyright fixes | law | 2000-02-26 | 1 | -1/+1 |
* | * c-pragma.c (maximum_field_alignment): Remove duplicate declaration. | sirl | 2000-02-10 | 1 | -9/+0 |
* | * Makefile.in (c-common.o): Depend on $(EXPR_H). | ghazi | 2000-02-06 | 1 | -0/+3 |
* | * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c, | zack | 2000-01-25 | 1 | -22/+4 |
* | * c-common.c: PROTO -> PARAMS. | ghazi | 2000-01-12 | 1 | -3/+3 |