| Commit message (Expand) | Author | Age | Files | Lines |
* | stmt.c (expand_asm_operands): Take a location_t, instead of individual file a... | Richard Henderson | 2003-09-28 | 1 | -1/+1 |
* | MERGE OF objc-improvements-branch into MAINLINE. | Ziemowit Laski | 2003-09-25 | 1 | -1/+36 |
* | c-common.c (handle_warn_unused_result_attribute): New function. | Jason Merrill | 2003-09-16 | 1 | -0/+6 |
* | invoke.texi (Warning Options): Describe -Wold-style-definition. | Andreas Jaeger | 2003-09-15 | 1 | -0/+4 |
* | langhooks-def.h (lhd_register_builtin_type): New function. | Mark Mitchell | 2003-09-09 | 1 | -0/+1 |
* | pretty-print.h (pp_maybe_newline_and_indent): New macro. | Gabriel Dos Reis | 2003-08-25 | 1 | -0/+1 |
* | c-common.c: Fix comment formatting. | Kazu Hirata | 2003-08-19 | 1 | -1/+1 |
* | PR c++/10538, PR c/5582 | Andrew Pinski | 2003-08-19 | 1 | -0/+7 |
* | c.opt: Introduce -fworking-directory. | Alexandre Oliva | 2003-08-05 | 1 | -0/+7 |
* | tree.h (DID_INLINE_FUNC): Remove macro. | Steven Bosscher | 2003-08-05 | 1 | -16/+0 |
* | c-common.c (flag_noniso_default_format_attributes): Delete. | Roger Sayle | 2003-08-04 | 1 | -6/+0 |
* | c-decl.c (gettags, [...]): Delete. | Zack Weinberg | 2003-08-01 | 1 | -1/+0 |
* | opts.c (in_fnames, [...]): Moved here from c-opts. | Per Bothner | 2003-07-31 | 1 | -6/+0 |
* | re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i... | Jan Hubicka | 2003-07-30 | 1 | -4/+0 |
* | c-common.c (allow_pch): Remove. | Geoffrey Keating | 2003-07-29 | 1 | -4/+1 |
* | c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_decl... | Hans-Peter Nilsson | 2003-07-28 | 1 | -0/+4 |
* | tree.h (boolean_type_node): Move from C/C++/Java frontends. | Jason Merrill | 2003-07-24 | 1 | -14/+7 |
* | c-common.h (num_in_fnames): Declare. | Geoffrey Keating | 2003-07-21 | 1 | -1/+5 |
* | re PR middle-end/11498 (asm can't be used to give a variable its own name) | Geoffrey Keating | 2003-07-17 | 1 | -0/+1 |
* | re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ... | Andrew Pinski | 2003-07-16 | 1 | -0/+11 |
* | Index: ChangeLog | Geoffrey Keating | 2003-07-11 | 1 | -0/+8 |
* | java-tree.h (DECL_NUM_STMTS): Rename to... | Jan Hubicka | 2003-07-09 | 1 | -1/+2 |
* | c-common.h (c_comon_handle_filename, [...]): New. | Neil Booth | 2003-07-06 | 1 | -0/+2 |
* | cpplib.h (CPP_AT_NAME, [...]): New token types. | Zack Weinberg | 2003-07-05 | 1 | -2/+0 |
* | c-common.h (c_common_init_options): New prototype. | Neil Booth | 2003-07-02 | 1 | -1/+1 |
* | c-common.c (enum c_language_kind, flag_objc): Remove. | Neil Booth | 2003-06-30 | 1 | -11/+12 |
* | basic-block.h: Fix comment formatting. | Kazu Hirata | 2003-06-23 | 1 | -1/+1 |
* | c-aux-info.c: Convert to ISO C99. | Andreas Jaeger | 2003-06-19 | 1 | -175/+153 |
* | Makefile.in (OJBS, c-opts.o): Update. | Neil Booth | 2003-06-07 | 1 | -2/+2 |
* | c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED. | Nathan Sidwell | 2003-05-21 | 1 | -1/+1 |
* | Add a new flag... | Matt Austern | 2003-05-19 | 1 | -0/+4 |
* | c-common.c, c-common.h (dollars_in_ident): Remove. | Neil Booth | 2003-05-17 | 1 | -4/+0 |
* | c-common.h, [...]: Rename genrtl_decl_cleanup to genrtl_cleanup_stmt. | Chris Lattner | 2003-04-20 | 1 | -1/+1 |
* | c-decl.c (struct binding_level): Add shadowed_tags and function_body... | Zack Weinberg | 2003-04-11 | 1 | -1/+1 |
* | c-common.h (lang_statement_code_p): Remove declaration. | Steven Bosscher | 2003-04-10 | 1 | -2/+22 |
* | c-common.c: Include intl.h. | Zack Weinberg | 2003-03-22 | 1 | -2/+3 |
* | c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'. | Nathanael Nerode | 2003-03-19 | 1 | -1/+1 |
* | Makefile.in: Update. | Neil Booth | 2003-03-15 | 1 | -1/+1 |
* | /home/neil/diffs/include.log | Neil Booth | 2003-03-14 | 1 | -1/+3 |
* | Makefile.in: Update. | Neil Booth | 2003-03-11 | 1 | -0/+3 |
* | c-common.h (c_common_init, [...]): Update. | Neil Booth | 2003-03-08 | 1 | -2/+2 |
* | Makefile.in (c-ppoutput.o): Update. | Neil Booth | 2003-03-06 | 1 | -3/+4 |
* | Makefile.in: Update. | Neil Booth | 2003-03-04 | 1 | -1/+22 |
* | alias.c: Fix comment typos. | Kazu Hirata | 2003-01-18 | 1 | -1/+1 |
* | Merge from pch-branch. | Geoffrey Keating | 2003-01-10 | 1 | -2/+24 |
* | * c-common.h (pending_lang_change): Declare. | Mark Mitchell | 2002-12-31 | 1 | -0/+4 |
* | re PR c++/8332 (strlen/template interaction causes ICE) | Mark Mitchell | 2002-12-01 | 1 | -5/+0 |
* | c-common.h: Follow spelling conventions. | Kazu Hirata | 2002-09-26 | 1 | -2/+2 |
* | c-common.h (flag_abi_version): Fix typo in comment. | Mark Mitchell | 2002-09-23 | 1 | -5/+5 |
* | c-common.c (flag_abi_version): New variable. | Mark Mitchell | 2002-09-23 | 1 | -0/+15 |