| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace fixups | mrs | 2006-05-18 | 1 | -1/+1 |
* | PR c++/21764 | jason | 2006-03-21 | 1 | -0/+2 |
* | * builtins.c, c-pragma.h, c-typeck.c, cgraph.c, cgraphunit.c, | kazu | 2006-03-04 | 1 | -1/+1 |
* | 2006-01-18 Richard Henderson <rth@redhat.com> | dnovillo | 2006-01-18 | 1 | -0/+15 |
* | libcpp/ | rth | 2006-01-04 | 1 | -5/+20 |
* | * c-lex.c (pragma_lex): Rename from c_lex. | rth | 2005-11-26 | 1 | -1/+1 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * builtin-attrs.def, c-lex.c, c-pragma.h, reg-stack.c, | kazu | 2005-03-13 | 1 | -1/+1 |
* | * c-tree.h (struct c_declarator): New id_loc field. | bothner | 2005-03-12 | 1 | -1/+1 |
* | 2004-11-29 Daniel Jacobowitz <dan@codesourcery.com> | jsm28 | 2004-11-29 | 1 | -0/+1 |
* | gcc: | jsm28 | 2004-11-23 | 1 | -1/+3 |
* | 2004-09-20 Matt Austern <austern@apple.com> | zack | 2004-09-21 | 1 | -0/+4 |
* | * Makefile.in (C_PRAGMA_H): New variable to track dependencies | bernie | 2004-07-26 | 1 | -2/+4 |
* | PR c++/9283 | giovannibajo | 2004-07-25 | 1 | -0/+5 |
* | gcc/ChangeLog: | aoliva | 2004-06-15 | 1 | -3/+5 |
* | 2004-02-26 Eric Christopher <echristo@redhat.com> | echristo | 2004-02-27 | 1 | -0/+4 |
* | alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, | kazu | 2004-01-31 | 1 | -1/+1 |
* | * c-lex.c (c_lex): Rename to... | giovannibajo | 2004-01-29 | 1 | -0/+1 |
* | gcc: | amylaar | 2003-07-16 | 1 | -4/+1 |
* | * basic-block.h: Convert prototypes to ISO C90. | aj | 2003-07-06 | 1 | -3/+2 |
* | Convert to ISO C90. | aj | 2003-06-22 | 1 | -6/+6 |
* | * coretypes.h (cpp_reader): Forward declare struct. | shebs | 2003-01-28 | 1 | -1/+0 |
* | * c-pragma.c (c_register_pragma): New. | neil | 2003-01-01 | 1 | -11/+6 |
* | * gcc/c-pragma.h (add_to_renaming_pragma_list): New function. | sje | 2002-07-08 | 1 | -0/+1 |
* | * Makefile.in (C_COMMON_H): Fix. | neil | 2002-05-25 | 1 | -0/+9 |
* | * c-pragma.c (maybe_apply_renaming_pragma): New. | rth | 2002-03-22 | 1 | -0/+1 |
* | * c-decl.c: Include c-pragma.h. | rth | 2002-03-15 | 1 | -0/+2 |
* | * doc/tm.texi (ASM_WEAKEN_DECL): Document. | amodra | 2002-03-01 | 1 | -3/+2 |
* | * bitmap.h: Fix comment formatting. | kazu | 2002-01-18 | 1 | -2/+3 |
* | * c-pragma.h (cpp_register_pragma_space): Remove. | neil | 2001-10-14 | 1 | -1/+0 |
* | 2001-08-28 Eric Christopher <echristo@redhat.com> | echristo | 2001-08-28 | 1 | -5/+0 |
* | * c-pragma.h: Move weak_syms and weak_decls... | jason | 2001-08-24 | 1 | -11/+0 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAKEN_LABEL and | ro | 2001-07-17 | 1 | -3/+3 |
* | Standardize header guards. | rth | 2001-05-26 | 1 | -3/+3 |
* | * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS, | neil | 2001-05-20 | 1 | -1/+1 |
* | * c-common.c: Remove USE_CPPLIB conditional inclusions. | neil | 2000-11-25 | 1 | -5/+0 |
* | * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS. | zack | 2000-09-08 | 1 | -16/+2 |
* | * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if | zack | 2000-09-07 | 1 | -1/+13 |
* | Integrated preprocessor. | zack | 2000-09-07 | 1 | -32/+11 |
* | top level: | zack | 2000-08-29 | 1 | -3/+3 |
* | * c-common.c: PROTO -> PARAMS. | ghazi | 2000-01-12 | 1 | -4/+4 |
* | Applied Mumit Khan's patch to fix #pragma push/pop handling. | nickc | 1999-10-19 | 1 | -3/+0 |
* | * c-pragma.c (mark_align_stack): New. | rth | 1999-09-18 | 1 | -0/+3 |
* | * Makefile.in (cppexp.o): Depend on cpphash.h. | geoffk | 1999-09-09 | 1 | -3/+3 |
* | * c-pragma.c (push_alignment): Don't ignore alignments greater than | jason | 1999-04-26 | 1 | -4/+3 |
* | * c-pragma.c (add_weak); Delete. Moved into... | law | 1999-02-26 | 1 | -0/+2 |
* | * bitmap.c (bitmap_print): Qualify a char* with the `const' keyword. | ghazi | 1999-02-18 | 1 | -1/+1 |
* | Fix spelling typo in comment. | nickc | 1998-10-07 | 1 | -1/+1 |
* | Add support for #pragma pack(push,<n>) and #pragma pack(pop). | nickc | 1998-10-01 | 1 | -7/+57 |